Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nishnik/cipher_progs

Implementing common ciphers
https://github.com/nishnik/cipher_progs

Last synced: about 7 hours ago
JSON representation

Implementing common ciphers

Awesome Lists containing this project

README

        

# cipher_progs
Implementing common ciphers

for compiling use:
g++ cipher_functions.cc cipher_functions.hh cipher_main.cpp

And you can definately use it on your own. Easy Interface.