Usage examples:
- Primary encryption of text
- Primary decryption of text which was encrypted earlier
- Safe encrypted storage for text
- Encryption for limited access by group of people
Features:
- Encrypt any value for future decryption
- Encrypt any plain string value (text)
- For encryption or decryption you need to know only "salt" other words - password or passphrase
- After encryption you will see base64 encoded string as output, so you may safely send it to someone who already know the password, or send a link (use "store" option) to encrypted text
Our policy:
- Only encrypted values transfered over wire
- We never store source of encrypted text
- We never store the "salt" (password)
- Pages with encrypted text is blocked from indexing
