A CrossLanguage Encryption/Decryption Module for your datas/files (Asymmetric and Symmetric encryptions).
In a system where we want all to be secure, we implemented this module to crypt all we are sending as message/requests.
This is a few list of available clients for Asymmetric encryptions:
- (Stable) KriptaRSA-Python
- (Stable) KriptaRSA-Javascript
- (Stable) KriptaRSA-Java
This is a few list of available clients for Symmetric encryptions:
- (Stable) KriptaAES-Python
- (Stable) KriptaAES-Javascript
- (Stable) KriptaAES-Java
Others:
- (Stable) KriptaAES-Php
- (Stable) KriptaAES-Ruby
All examples of implementations are done in each versions, for more details contact the Author.
- Create public package for each implementation (npm, PyPi, etc...)
- Sanix-darker