Skip to content

wedkarz02/krypto_ug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krypto

Cryptography assignments for the University lecture.

Warning

This repository is for educational purposes only and should not be used in anything by anyone ever (other than messing around and learning stuff). Anything and everything here might or might not be working at any point in time. I take absolutely zero responsibility if you somehow break something, cause havoc, or the code simply doesn’t work. If you’re here expecting stability or sanity, you’re in the wrong place. If you still want to proceed - have fun!

Requirements

  • Rust
  • Cargo
  • Python
  • Enough common sense to not actually use any of this for anything

Additionally there are some bash script so you might need a Linux OS for that.

Download

Download the source code using the git clone command:

$ git clone https://github.com/wedkarz02/krypto_ug.git

Or use the Download ZIP option from the Github repository page.

Quick Start

To compile everything in the workspace simply run:

$ cargo build

or to compile individual crates:

$ cargo build -p [crate-name]

Executable files will be created in target/debug directory.

License

If not directly stated otherwise, everything in this project is under the MIT License. See the LICENSE file for more info.

About

Cryptography assignments for the University.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors