Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nishnik/cipher_progs
- Owner: nishnik
- Created: 2015-08-02T10:07:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T11:24:15.000Z (about 9 years ago)
- Last Synced: 2024-04-24T09:01:18.933Z (7 months ago)
- Language: C++
- Size: 114 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cipher_progs
Implementing common ciphersfor compiling use:
g++ cipher_functions.cc cipher_functions.hh cipher_main.cppAnd you can definately use it on your own. Easy Interface.