Skip to content

Cryptographic implementations of various cipher algorithms. Educational use only.

License

Notifications You must be signed in to change notification settings

dineshdb/sireto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sireto

Cryptographic functions implementations for most basic ciphers. DISCLAIMER: Educational Purpose Only. These implementations are not tested for security loopholes. So don't use in production.

  • Caesar Cipher
  • Monoalphabetic Substitution
  • Rivest Cipher 4
  • Polyalphabetic Substitution (Vigenere)

Getting Started

  • Install all dependencies: npm install.
  • Run all tests: npm run test
  • Build into JavaScript: npm run build. See dist/ directory for output.

License

MIT License

Copyright

About

Cryptographic implementations of various cipher algorithms. Educational use only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages