Skip to content

Bernardo46-2/Cryptos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptos

Some cryptography implementations in rust (and maybe some other languages eventually).
This is mainly for fun and for learning how some cryptography methods works.

Disclaimer

All the implementations are for educational or personal use only and should not be used for any critical or production systems. While I have taken reasonable steps to ensure the correctness of the implementation, there may still be bugs or vulnerabilities. Use at your own risk.

Currently implemented:

  • AES CBC (128, 192, 256)

TODO

  • All AES modes
  • Write a proper random number generator
  • Some Hashs.. idk ciphers are cooler

About

Some cryptography implementations in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages