The Wayback Machine - https://web.archive.org/web/20201022180111/https://github.com/topics/python-encryption
Skip to content
#

python-encryption

Here are 10 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Sep 22, 2017
  • Python

Improve this page

Add a description, image, and links to the python-encryption topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-encryption topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.