This Python code takes a plaintext word and uses alphanumeric characters and an alphabet 'wraparound' algorithm to encrypt strings. Letters are given different numerical values corresponding to their position in the alphabet. Based on the range of this number, the program performs certain operations to it. If it is still <= 26, the program codes the original letter to the alphabet index of the new number. If the number is >= 26, the program 'wraps around' the alphabet until the value is <= 26.
-
Notifications
You must be signed in to change notification settings - Fork 0
This Python code takes a plaintext word and uses alphanumeric characters and an alphabet 'wraparound' algorithm to encrypt strings. Letters are given different numerical values corresponding to their position in the alphabet. Based on the range of this number, the program performs certain operations to it. If it is still <= 26, the program codes…
tyger2020/Python_Encryption
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This Python code takes a plaintext word and uses alphanumeric characters and an alphabet 'wraparound' algorithm to encrypt strings. Letters are given different numerical values corresponding to their position in the alphabet. Based on the range of this number, the program performs certain operations to it. If it is still <= 26, the program codes…
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published