PBKDF2 Encrypt

Key
Salt
Key Size
Iterations

PBKDF2 Encryption is a specific type of Password-Based Key Derivation Function Encryption (PBKDF Encryption) that uses a pseudorandom function, such as hash-based message authentication code (HMAC), to generate a derived key from a password or a passphrase. PBKDF2 Encryption adds a salt (a random value) and an iteration count (a number of times to repeat the process) to the password or passphrase before applying the pseudorandom function. The derived key can then be used as a cryptographic key for encryption and decryption of data using an encryption algorithm, such as AES. PBKDF2 Encryption is designed to increase the difficulty and time required for attackers to crack the password or the key by brute-force attacks

SM4 is a 128-bit block cipher, currently established as a national standard (GB/T 32907-2016) of China. Multiple block cipher modes are supported. It complete implementation of SM4 cipher encryption/decryption with ECB, CBC, CFB, OFB, CTR block modes.

SM4 Cipher

SM4 is a 128-bit block cipher, currently established as a national standard (GB/T 32907-2016) of China. Multiple block cipher modes are supported. It complete implementation of SM4 cipher encryption/decryption with ECB, CBC, CFB, OFB, CTR block modes.