kripta icon indicating copy to clipboard operation
kripta copied to clipboard

A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)

KR1PT4

A CrossLanguage Encryption/Decryption Module for your datas/files (Asymmetric and Symmetric encryptions).

Introduction

In a system where we want all to be secure, we implemented this module to crypt all we are sending as message/requests.

Available implementations

Asymmetric encryption (Algorithm : RSA standing for Rivest–Shamir–Adleman encryption )

This is a few list of available clients for Asymmetric encryptions:

  • (Stable) KriptaRSA-Python
  • (Stable) KriptaRSA-Javascript
  • (Stable) KriptaRSA-Java

Symmetric encryption (Algorithm : AES standing for The Advanced Encryption Standard encryption)

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.

TODO

  • Create public package for each implementation (npm, PyPi, etc...)

Author

  • Sanix-darker