• Tutorials
  • DSA
  • Data Science
  • Web Tech
  • Courses
June 13, 2022 |280 Views

Latin Alphabet Cipher

  Share   Like
Description
Discussion

The Latin Alphabet Cipher Encryption Technique is one of the earliest and simplest techniques of encrypting data. It’s simply a type of substitution cipher technique, i.e., each letter of a given text is substituted by its corresponding number as represented in its alphabetical order. 

Input :  geeksforgeeks


Output:  Encrypted Code using Latin Alphabet
                  7 5 5 11 19 6 15 18 7 5 5 11 19

Input:  hello everyone


Output:  Encrypted Code using Latin Alphabet
                   8 5 12 12 15  5 22 5 18 25 15 14 5 

 Latin Alphabet Cipher: https://www.geeksforgeeks.org/latin-alphabet-cipher-encryption/