Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography (AES, DES and RSA)

Semester Project - Object Oriented Programming

UML Diagram

UML

Setup

git clone https://github.com/muhammadrafayasif/cryptography.git
cd cryptography

How to use

  • For encrypting and decrypting files:
cryptography [file1 file2 ... fileN] [encrypt|decrypt] [aes|des|rsa]
  • For local encryption and decryption:
cryptography

Demonstration

Using local mode

no_files

About

Three popular cryptography algorithms (AES, DES, RSA) implemented from scratch in C++

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages