1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
crypt: moved more mORMot 1 deprecated code to mormot.crypt.other.pas More... 5 days ago
crypt: new AesTable() raw function More... 5 days ago
tests: fixed MD4 compilation - the new mormot.crypt.other unit is needed - it has some API changes More... 5 days ago
crypt: fixed MD4 process More... 5 days ago
crypt: moved deprecated RC4 to mormot.crypt.other More... 5 days ago
crypt: moved deprecated MD4 algorithm to mormot.crypt.other unit - this new unit will eventually contain less used or deprecated algorithms More... 5 days ago
tests: include our own $pbkdf2-sha3$ reference vector More... 5 days ago
tests: enhanced 32-bit hash coverage - to include adler32() and compare against some reference values More... 5 days ago
crypt: introducing mcfPbkdf2Sha3 "Modular Crypt" format - as our own SHA3-512 hash algorithm (with no HMAC) extension More... 5 days ago
core: moved adler32() from mormot.crypt.core to mormot.core.base More... 5 days ago
core: some mormot.core.buffer refactoring - some minor optimizations with no functional change More... 5 days ago
core: rewritten core Baudot encoding/decoding More... 5 days ago
core: rewritten Baudot delayed thread-safe initialization More... 5 days ago
core: delayed thread-safe initialization of base32/base58/baudot internal decoding tables - no need to consume CPU at startup when we are not about to use those less-used encodings More... 5 days ago
tests: add some timing to ModularCryptHash() validation More... 5 days ago
crypt: fixed Delphi compilation More... 5 days ago
crypt: refactored all "Modular Crypt" / passlib process - and fixed the salt length used for Unix crypts More... 5 days ago
tests: cover all "Modular Crypt" algorithms More... 5 days ago
crypt: introducing ModularCryptHash() high-level function More... 5 days ago
crypt: ensure ModularCryptSalt() output is a value base64-encoded value More... 5 days ago
crypt: some TSynHasher.UnixCryptHash() fixes - especially about default values More... 5 days ago
crypt: properly verify mcfPbkdf2Sha1 .. mcfPbkdf2Sha512 methods More... 5 days ago
crypt: new TSynSigner.Pbkdf2ModularCrypt() method More... 5 days ago
core: allow custom charset for base-64-URI encoding/decoding More... 5 days ago
tests: use the new ModularCryptIdentify/ModularCryptVerify() functions More... 5 days ago
tests: fixed compilation when OpenSSL is not involved More... 5 days ago
crypt: let TSynSigner.Pbkdf2 overload return the signature size More... 5 days ago
crypt: made ModularCryptParse() low-level function public More... 5 days ago
crypt: refactored Unix-Crypt base-64 encoding More... 5 days ago
crypt: introducing ModularCryptVerify/ModularCryptIdentify functions More... 5 days ago