A Python script that generates AES128 and AES256 Kerberos keys from a given username, password, and realm.
python3 kerberos_aes_key.py -u Thomas.Myers -p Lustrous2024 -r lustrous2.vl
Note: The username is case-sensitive
- https://snovvcrash.rocks/2021/05/21/calculating-kerberos-keys.html
- https://gist.github.com/Kevin-Robertson/9e0f8bfdbf4c1e694e6ff4197f0a4372
- https://github.com/Tw1sm/aesKrbKeyGen
- https://github.com/MichaelGrafnetter/DSInternals/blob/master/Documentation/PowerShell/ConvertTo-KerberosKey.md#convertto-kerberoskey