Einzelnen Beitrag anzeigen

philipp.hofmann

Registriert seit: 21. Mär 2012
Ort: Hannover
936 Beiträge
 
Delphi 10.4 Sydney
 
#4

AW: HKDFKey-Berechnung

  Alt 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.
  Mit Zitat antworten Zitat