Skip to content

Implementation of basic cryptographic algorithms in Rust.

Notifications You must be signed in to change notification settings

aaron-kulkarni/cryptography-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Cryptography Library

These are very basic implementations of the AES and RSA cryptographic algorithms.

I wrote this code primarily as a way to become familar with Rust basics and syntax. It should not be used for actual cryptography.

Setup and running the program.

  1. Clone the github repo onto your local machine and cd into the folder.:
git clone https://github.com/aaron-kulkarni/cryptography-library.git
cd cryptography-library
  1. If you have Rust installed, then running the program should be as simple as:
cargo run

About

Implementation of basic cryptographic algorithms in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages