Commit Graph

8 Commits

Author SHA1 Message Date
651651780f
feat(web): add AES-CBC page with file encryption support 2025-12-31 05:39:45 +02:00
c208ce2e81
feat(web): create AES-CBC page
The AES-CBC page supports:
    - Text input: Large textarea for typing/pasting plaintext or ciphertext
    - File input: File upload for binary encryption/decryption
    - IV input: Hex-based 16-byte initialization vector
    - Download: Download encrypted/decrypted output as a file
    - Output formats: Hex, Binary, Octal, Text for decryption output
2025-12-31 05:29:11 +02:00
01eac0bc85
feat(web): save theme to localStorage 2025-11-26 18:59:55 +02:00
a93ff3f920
chore(web): format files 2025-11-26 17:27:18 +02:00
f1a0ab75c3
fix: clippy warnings 2025-11-26 06:42:29 +02:00
8431a9b876
feat(web): add copy button 2025-11-26 04:33:58 +02:00
aa4bd9ecec
feat(web): create CipherForm component 2025-11-26 03:43:23 +02:00
2254ecaf7c
feat(web): add simple webpage 2025-11-26 01:11:19 +02:00