Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyasnayak/simpleencrypt
SimpleEncrypt is a Cross-Language Encryption Library that provides the ability to encrypt and decrypt data in C++ and Python 3
https://github.com/shreyasnayak/simpleencrypt
cpp cross-language cross-platform encryption-decryption python qt
Last synced: about 2 months ago
JSON representation
SimpleEncrypt is a Cross-Language Encryption Library that provides the ability to encrypt and decrypt data in C++ and Python 3
- Host: GitHub
- URL: https://github.com/shreyasnayak/simpleencrypt
- Owner: shreyasnayak
- License: mit
- Created: 2021-09-08T12:39:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T12:37:06.000Z (over 3 years ago)
- Last Synced: 2024-11-15T13:08:41.637Z (about 2 months ago)
- Topics: cpp, cross-language, cross-platform, encryption-decryption, python, qt
- Language: C++
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleEncrypt
SimpleEncrypt is a Cross-Language Encryption Library that provides the ability to encrypt and decrypt data in C++ and Python 3
## Code
- [C++ / CMAKE](https://github.com/shreyasnayak/SimpleEncrypt/tree/main/CPP)
- [C++ / Qt QMake](https://github.com/shreyasnayak/SimpleEncrypt/tree/main/CPP_QMAKE)
- [Python 3](https://github.com/shreyasnayak/SimpleEncrypt/tree/main/Python)