Registriert seit: 21. Mär 2012
Ort: Hannover
950 Beiträge
Delphi 10.4 Sydney
|
AW: HKDFKey-Berechnung
17. Jul 2025, 19:59
And this is the C# example that is working fine:
HKDF.DeriveKey(HashAlgorithmName.SHA256, sharedSecretBytes, EncryptionUtils.HKDF_LENGTH, salt);
And yes, here Expand and Extract is not used but only DeriveKey.
|