Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rncryptor/rncryptor-cpp
C++ implementation of Rob Napier's RNCryptor
https://github.com/rncryptor/rncryptor-cpp
Last synced: about 2 months ago
JSON representation
C++ implementation of Rob Napier's RNCryptor
- Host: GitHub
- URL: https://github.com/rncryptor/rncryptor-cpp
- Owner: RNCryptor
- License: mit
- Created: 2014-01-23T17:35:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T13:44:32.000Z (almost 9 years ago)
- Last Synced: 2024-03-26T09:41:06.322Z (9 months ago)
- Language: C++
- Size: 14.6 KB
- Stars: 13
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RNCryptor-cpp
=============C++ implementation of Rob Napier's RNCryptor
**Note:** This codebase is in early alpha stage. Don't expect it to do much yet.
To compile, run `make`. The executable is named `rncryptor`. It only runs tests
at the moment, but at least this way we can see what we still need to work on.License: MIT