Skip to content

A repository for encrypting strings into numbers which can be sent to another location and be decrypted back to the message

Notifications You must be signed in to change notification settings

Janderion47/String-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String-Encryption

Encoding strings of letters to numbers, and decoding them back to letters.

There are multiple variations on the encoder. Each have different math in their encryption. Both the encoders and decoders of all of the levels have different inputs, which all have an effect on the out put of the code. Make sure the inputs are the same on both the encoders and decoders for the correct results.

This code has not been designed to return any information; it has been designed to be used in the python interpreter or an IDE.

Any questions can go to u/JanDerion47. Any issues go straight to the issues tab.

About

A repository for encrypting strings into numbers which can be sent to another location and be decrypted back to the message

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages