Encryption Algorithms
AES-256
Advanced Encryption Standard
High Security
Base64
Binary-to-Text Encoding
Low Security (Encoding Only)
Caesar Cipher
Substitution Cipher
Very Low Security
History
No history yet
{{ item.action }} with {{ formatAlgorithm(item.algorithm) }}
{{ item.text }}
Settings
{{ currentAction === 'encrypt' ? 'Cipher Text' : 'Plain Text' }}
Algorithm:
{{ formatAlgorithm(selectedAlgorithm) }}
Characters:
{{ outputText.length }}
Time:
{{ executionTime }} ms