Compare performance and security of different AES encryption modes (ECB, CBC, CTR, GCM)
Repeating 16-byte blocks - shows ECB weakness clearly
Encrypts each block independently. NOT SECURE - reveals patterns in data.
Each block depends on previous block. Secure but not authenticated.
Turns block cipher into stream cipher. Secure but not authenticated.
Authenticated encryption. Most secure - includes integrity checking.
Please upload a file or generate test data first
No results yet
Configure test parameters and click "Run Benchmark" to begin