Available on
Description
TMS Cryptography Pack contains strong and up to date algorithms to perform most cryptographic operations. It includes algorithms to encrypt/decrypt, sign/verify, hash and authenticate data and files. The list of algorithm includes: AES (all standard modes and key sizes) to encrypt and decrypt according to FIPS 197 AES MAC to authenticate data AES Galois Counter Mode to authenticate data according to NIST SP 800-30D Speck to encrypt and decrypt with low power chips RSA (OAEP and PSS) to sign and verify signatures of data with key size up to 4096 bits or to encrypt and decrypt (used to exchange keys) EdDSA to sign and verify signatures with Edwards elliptic curves ECIES to encrypt and decrypt with elliptic curves, the AES and SHA2 (used to exchange keys) Salsa20 to encrypt and decrypt data SHA 2 to generate hashes according to FIPS 180-4 SHA 3 to generate hashes according to draft FIPS 202 RIPEMD-160 to generates hashes (e.g., for blockchain/bitcoin compatibility) Blake2 to generate hashes and support Argon2 PBKDF2 to derive keys from passwords according to PKCS # Argon2 to derive keys from passwords, winner of the Password Hashing Competition Support functions to code/decode various standard formats (e.g., Base64)
What's new in this version
v2.5.1.0 New : With RSA and EdDSA we can sign and verify a signature of a file New : Import of an RSA public key/key pair from an OpenSSL file Fixed : bugs fixed in stream processes for large stream sizes. v2.5.0.0 New : Introduction of TComponent derived classes to have components on the tool palette New : A hash function is used to hash a message before signing in the RSA signature v2.4.4.0 Improved : Optimization of some functions in MiscObj.pas Fixed : Bugs fixed in constructors and destructors v2.4.3 New : Destructors in all encryption classes to set to zero the sensitive data New : Conversion functions from TBytes to String and vice-versa Fixed : Overflow fixed in Argon2 Fixed : Issue in constructor of TEncryptedIniFile v2.4.2 New : PBKDF2 SHA2 256 and SHA3 New : HMAC for SHA3 Fixed : Bug fixed in PBKDF2 SHA2 512 v2.4.1.0 Fixed : Bug fixed in the paths from the .pas files to the .obj files Fixed : Bug fixed in AES and SPECK stream encryption/decryption when using strings containing a zero