Skip to content

MoonZoon/vigenere-cipher

Repository files navigation

Vigenère Cipher

Based on Rust framework MoonZoon

Live demo: moonzoon-vigenere.netlify.app

Demo

Inspiration: Building a Real-Time Web Cipher with Rust, Sycamore and Trunk


Version without global variables: branch no_globals


How to Run:

  1. Install the latest stable Rust. (Or upgrade with rustup update stable.)
  2. Install the web assembly target rustup target add wasm32-unknown-unknown
  3. cargo install mzoon --git https://github.com/MoonZoon/MoonZoon --locked
  4. mzoon start --open

Deploy to Netlify:

  1. mzoon build --release --frontend-dist netlify
  2. Drag & drop the frontend_dist directory to Netlify.

About

Vigenère Cipher on MoonZoon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages