Encryption and Decryption

Supports text encryption and decryption of multiple encryption algorithms

plaintext

ciphertext

Encryption Algorithm Description

AES-256-CBC

The most secure symmetric encryption algorithm, 256-bit key, CBC mode

AES-128-CBC

Balanced performance and security, 128-bit key, CBC mode

3DES

Traditional encryption algorithms have been gradually replaced by AES

Key Management

Please keep the key safe. If you lose the key, you will not be able to decrypt the data.