Text Encryption Tool
v1.2.1Encrypt/decrypt text for development workflows using deterministic demo-safe modes.
Encrypts and decrypts text for development and prototyping workflows using symmetric AES — useful for testing encryption integrations, encrypting config values, and demo scenarios.
How to use- →Enter a passphrase and the text to encrypt.
- →The encrypted output is a Base64-encoded string — safe to store or transmit as text.
- →To decrypt, paste the ciphertext and the same passphrase.
Encryption Details
Algorithm
AES-256-GCM
Key Derivation
PBKDF2-SHA256
Iterations
100,000
Output Format
Base64(salt + iv + ciphertext)
Enter text and a password, then click Encrypt to get started.