Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Cryptosystems
All cryptography algorithms of Cryptography and Network Security course

Contains implementation of:
1) Symmetric cryptographic techniques
2) Asymmetric cryptographic techniques

Reference 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! :)