Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokranjanp/cryptosystems
All cryptography algorithms of Cryptography and Network Security course
https://github.com/lokranjanp/cryptosystems
Last synced: 6 days ago
JSON representation
All cryptography algorithms of Cryptography and Network Security course
- Host: GitHub
- URL: https://github.com/lokranjanp/cryptosystems
- Owner: lokranjanp
- Created: 2024-05-21T11:27:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T02:59:50.000Z (5 months ago)
- Last Synced: 2024-06-17T03:51:45.580Z (5 months ago)
- Language: C++
- Size: 562 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptosystems
All cryptography algorithms of Cryptography and Network Security courseContains implementation of:
1) Symmetric cryptographic techniques
2) Asymmetric cryptographic techniquesReference material used :
[1] Behrouz A Forouzan and Debdeep Mukhopadhyay. Cryptography and Network Security. 3rd
Edition, McGraw-Hill, 2016[2] GeeksforGeeks
If you want to run the above algorithms on a Laptop with ARM based Architecture, use the following commands:
* To compile the code : || g++ -std=c++17 filename.cpp ||
* To access the executable file (a.out) : || ./a.out ||If you dont have g++ or clang compilers by default you can use the gcc compiler.
The command remains mostly same, just change the ("g++") to "gcc".If you still face any problems related to compilation, try to compile the files after moving to different directories
HAPPY ENCRYPTING! :)