cipher-workshop/web
Kristofers Solo 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
..
end2end chore(web): format files 2025-11-26 17:27:18 +02:00
public chore(web): update favicon 2025-11-26 18:30:36 +02:00
src feat(web): create AES-CBC page 2025-12-31 05:29:11 +02:00
style feat(web): create AES-CBC page 2025-12-31 05:29:11 +02:00
.gitignore feat(web): add simple webpage 2025-11-26 01:11:19 +02:00
Cargo.toml feat(web): create AES-CBC page 2025-12-31 05:29:11 +02:00