Skip to content

Instantly share code, notes, and snippets.

View 0liverFlow's full-sized avatar
🏴‍☠️
Break & Build

Olivier Konaté 0liverFlow

🏴‍☠️
Break & Build
View GitHub Profile
@0liverFlow
0liverFlow / Get-KerberosAESKey.ps1
Created May 22, 2026 14:41 — forked from Kevin-Robertson/Get-KerberosAESKey.ps1
Generate Kerberos AES keys from a known password
function Get-KerberosAESKey
{
<#
.SYNOPSIS
Generate Kerberos AES 128/256 keys from a known username/hostname, password, and kerberos realm. The
results have been verified against the test values in RFC3962, MS-KILE, and my own test lab.
https://tools.ietf.org/html/rfc3962
https://msdn.microsoft.com/library/cc233855.aspx