https://github.com/kenf1/cryptlib
C++ library for basic string encryption/decryption
https://github.com/kenf1/cryptlib
cpp cpp-library
Last synced: over 1 year ago
JSON representation
C++ library for basic string encryption/decryption
- Host: GitHub
- URL: https://github.com/kenf1/cryptlib
- Owner: kenf1
- License: gpl-3.0
- Created: 2024-06-22T12:14:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T17:03:50.000Z (over 1 year ago)
- Last Synced: 2025-02-09T10:14:15.995Z (over 1 year ago)
- Topics: cpp, cpp-library
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## cryptlib
A C++ library for basic string encryption/decryption. Based on ROT13 algorithm.
### Usage
- For learning purpose only
- "virtually no cryptographic security" = not intended for production