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

https://github.com/notshrirang/encryption

Basic Encryption Decryption Library
https://github.com/notshrirang/encryption

decryption encryption encryption-algorithm encryption-decryption hashing hashing-algorithms

Last synced: about 2 months ago
JSON representation

Basic Encryption Decryption Library

Awesome Lists containing this project

README

          

# Encryption

Module for basic encryption decryption operations.

Functions :


1. encrypt() - Function for encrypting text.

2. encryptWithKey() - Function for encrypting text with user provided key.

3. decrypt() - Function for decrypting text.

4. decryptorFormatting() - Function for formatting given str(key) to list(key) in order to pass it to Decrypt().

5. hash() - Function for hashing the message passed.