Skip to content

dayandersen/cryptopals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptopals

Overview:

This is a fun project to learn rust and encourage brain to not be so smol.

Source of all the challenges is here: https://cryptopals.com/

You can run the project with cargo build; cargo run , but everything so far has actually been ran mostly via tests.

Current status:

Set1: Everything up to Challenge 6 completed. Challenge 6 partially working. My xor key generation is resulting in a slightly off key, "TErMinator X: BRing thE noise" vs the real key of "Terminator X: Bring the noise", this makes the output all slightly off.

Set 2 - Set N: Not started

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages