Skip to content

ninadpchaudhari/Route-Cipher-Online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route-Cipher-Online

Could not find the textbook's implemetation of Transposition Cipher - route cipher. This is an implement that matches the defination there. The best part: It uses py-script, the actual compute is in Python. The language we use in the couse, yay!! Web Assembly FTW!

Computer Science Illuminated, 7th ed, By Nell Dale, John Lewis

Considerations

Since this is a WASM thing, browser will not allow it loading local files. To develop locally, this needs to be hosted. If on VSCode, install the "live preview" extension and then serve the index.html file.

ToDo

  • Clean up the code. need more time.
  • Write Test cases for the python section.

About

Transposition Route Cipher using py-script

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published