GitHub / tyger2020 / Python_Encryption
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyger2020%2FPython_Encryption
Stars: 2
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 1000 Bytes
Dependencies parsed at: Pending
Created at: over 7 years ago
Updated at: over 1 year ago
Pushed at: over 7 years ago
Last synced at: over 1 year ago
Topics: algorithm, alphabet, encrypted-strings, letters, plaintext, position, python, python-encryption, wraparound