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
- Host: GitHub
- URL: https://github.com/notshrirang/encryption
- Owner: NotShrirang
- License: mit
- Created: 2021-08-14T09:25:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T04:34:41.000Z (over 3 years ago)
- Last Synced: 2025-02-11T12:36:38.565Z (10 months ago)
- Topics: decryption, encryption, encryption-algorithm, encryption-decryption, hashing, hashing-algorithms
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.