Skip to content

ascodelife/wasm-encrypt-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-encrypt-image

What is it?

Trying to decrypt the cipher by Rust and WebAssembly on your website, and put image on canvas to show plaintext after drawing plaintext in image.
See this article for details.

Run example

  1. Build WebAssembly by wasm-pack

     wasm-pack build

  2. Prepare for running example (Node.js is required)

     cd examples\\simple_example && npm install

  3. Run example

     npm run serve

About

Decrypt the encrypted data from server, and draw on image by wasm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages