You are not logged in.
Pages: 1
Hello everyone
Could someone help me with what would be the equivalent of "AESSHA256" (mormot1) for mORMot 2?
Thanks
Offline
Search "{ ****************** Deprecated Weak AES/SHA Process } " in mormot.crypt.core.pas and you can see this:
/// SHA-256 hash calculation with padding if shorter than 255 bytes
// - WARNING: this algorithm is DEPRECATED, and supplied only for backward
// compatibility of existing code (CryptDataForCurrentUser or TProtocolAes)
// - use Pbkdf2HmacSha256() or similar functions for safer password derivation
procedure Sha256Weak(const s: RawByteString; out Digest: TSha256Digest);
Offline
Pages: 1