WebAssembly Vigenère Cipher
A simple Rust and WebAssembly real-time implementation of the Vigenère Cipher utilizing the Sycamore reactive library, Trunk for build & bundle, and Water.css for styling.
Check out the demo here.
Features:
- The cipher supports 192 ASCII characters, all non-control plus
'\n'
and'\r'
. - Handles non-supported chars gracefully.
- Properly displays multiple continuous space characters and carriage return / new line.