Skip to content

Tester86/encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypter

Encrypter is a module designed to convert characters into their corresponding numerical value, change it according to a randomly generated constant and finally turn them into characters again

Installation

pip install encrypter

Usage

import encrypter as enc

# create the Encrypter Object

encrypter_obj = enc.Encrypter()

text = "hello world"

# encrypt the message

ecrypted_text = encrypter_obj.encrypt(text)

#decrypt the message

decrypted_text = encrypter_obj.decrypt(encrypted_text)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages