Skip to content
#

letters

Here are 45 public repositories matching this topic...

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…

  • Updated Sep 22, 2017
  • Python

"A long, long time ago, before the touchscreen keyboards of modern phones, primitive beings called humans typed words on their flip phones using numeric keypads. "How does this work?" you wonder. "Numbers aren't letters!" Indeed, they are not; however, each numeric key was marked with a collection of letters it could represent."

  • Updated Mar 21, 2021
  • Python

Improve this page

Add a description, image, and links to the letters 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 letters topic, visit your repo's landing page and select "manage topics."

Learn more