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: over 1 year ago
JSON representation

SimpleEncrypt is a Cross-Language Encryption Library that provides the ability to encrypt and decrypt data in C++ and Python 3

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)