Skip to content

SpiderDerp/NiceEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NiceEncryption

A Python package that encrypts and decrypts a given string

Tested Versions: Python 3.8+
Try it out here! http://spiderderp.pythonanywhere.com

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

About

Python package that encrypts and decrypts a string

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages