DevToolkit
Encryption / Decryption
Encrypt and decrypt text using AES-GCM or AES-CBC with a secret key (Web Crypto API)
AES-GCM provides authenticated encryption (integrity + confidentiality). Recommended.
Encrypt and decrypt text using AES-GCM or AES-CBC with a secret key (Web Crypto API)
AES-GCM provides authenticated encryption (integrity + confidentiality). Recommended.