We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e38f57 commit 9f5d2b5Copy full SHA for 9f5d2b5
Demos/Cipher_Console_KDF/Cipher_Console_KDF.dpr
@@ -81,7 +81,7 @@ begin
81
WriteLn;
82
83
// Decrypt
84
- Cipher.Init(CipherKey, IV, 0);
+ Cipher.Init(RawByteString(StringOf(KeyKDF)), IV, 0);
85
Output := Cipher.DecodeBytes(Output);
86
// clean up inside the cipher instance, which also removes the key from RAM
87
Cipher.Done;
0 commit comments