Commit Graph

3 Commits

Author SHA1 Message Date
6eb3668147
feat(aes-cbc): embed IV in encrypted output 2026-01-11 20:24:16 +02:00
8490e594ea
chore(web): updated the homepage text 2025-12-31 16:39:01 +02:00
ae33c596ef
test(aes): add AES-CBC NIST SP 800-38A test vectors
Add integration tests for AES-CBC mode:
    - Single block encrypt/decrypt with NIST vectors
    - Multi-block encrypt with NIST vectors
    - Multi-block roundtrip verification
    - Empty plaintext handling
    - Arbitrary length plaintext
2025-12-31 04:12:20 +02:00