Skip to content

G0uth4m/Mini-Cryptographic-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Cryptographic-library

This library contains 4 algorithms.

[1] MD5

[2] SHA-256

[3] RSA

[4] Morse code

Implementation of all algorithms is in C.

Installation :

Ubuntu :

$ chmod +x install.sh && ./install.sh

OR

$ sh install.sh

Usage :

$ ./cryptlib
  ____                  _                              _           
 / ___|_ __ _   _ _ __ | |_ ___   __ _ _ __ __ _ _ __ | |__  _   _ 
| |   | '__| | | | '_ \| __/ _ \ / _` | '__/ _` | '_ \| '_ \| | | |
| |___| |  | |_| | |_) | || (_) | (_| | | | (_| | |_) | | | | |_| |
 \____|_|   \__, | .__/ \__\___/ \__, |_|  \__,_| .__/|_| |_|\__, |
            |___/|_|             |___/          |_|          |___/ 


Choose any algorithm : 

[1] Morse Code
[2] MD5 Hashing
[3] SHA-256 Hashing
[4] RSA algorithm

>>>2

[*] Enter string to be encrypted : crypto
[+] Encrypted text : 5ae9b7f211e23aac3df5f2b8f3b8eada

Author

Releases

No releases published

Packages

No packages published