NiceEncryption

A Python package that encrypts and decrypts strings.


Keywords
python, encryption
Install
pip install NiceEncryption==0.1

Documentation

NiceEncryption

A Python package that encrypts and decrypts a given string

Tested Versions: Python 3.8+

Installation

pip install NiceEncryption

Usage

from NiceEncryption import NiceEncryption as ne

string = ne.NiceEncryption("this is nice encryption")

print("Encrypted String: " + string.encrypt())
print("Decrypted String: " + string.decrypt())

Output:

Encrypted String: zqob ry trin ntlxhvcoxt
Decrypted String: this is nice encryption