tipogi / cryptography-with-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptography with Rust

The best way to understand something is practicing

The aim of this repository is to get a better knowledge of the cryptography. For that, it will separete in different subfolders the content that might be interesting.

  • hash functions: Use symmetric cryptography to get fixed number of characters
  • password-hashing: Turn a password into cyphertext
  • identity: Identity creation, not trusting any third party

Commands

cargo watch -x "run -p workspace_name"
cargo watch -x "test -p workspace_name"
# Active stdout to print the outputs of println!
cargo watch -x "test -p workspace_name -- --nocapture"

About


Languages

Language:Rust 100.0%