Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanix-darker/kripta

A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)
https://github.com/sanix-darker/kripta

aes aes-cipher aes-encryption crypto-library cryptographic cryptographic-algorithms cryptographic-library cryptography cryptography-algorithms cryptography-library cryptography-project cryptography-tools rsa rsa-aes rsa-algorithm rsa-cryptography rsa-cryptosystem rsa-encryption rsa-key-encryption rsa-key-pair

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](/Asymmetric/python)
- (Stable) [KriptaRSA-Javascript](/Asymmetric/Javascript)
- (Stable) [KriptaRSA-Java](/Asymmetric/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](/Symmetric/python)
- (Stable) [KriptaAES-Javascript](/Symmetric/javascript)
- (Stable) [KriptaAES-Java](/Symmetric/java)

Others:

- (Stable) [KriptaAES-Php](/Symmetric/other_implementations/php)
- (Stable) [KriptaAES-Ruby](/Symmetric/other_implementations/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