Registriert seit: 21. Mär 2012
Ort: Hannover
936 Beiträge
Delphi 10.4 Sydney
|
AW: HKDFKey-Berechnung
Gestern, 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.
|