Skip to content

The Atbash cipher is an encryption method in which each letter of a word is replaced with its "mirror" letter in the alphabet: A <=> Z; B <=> Y; C <=> X; etc.

Notifications You must be signed in to change notification settings

pkdubey/Atbash-Cipher-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Atbash-Cipher-App

The Atbash cipher is an encryption method in which each letter of a word is replaced with its "mirror" letter in the alphabet: A <=> Z; B <=> Y; C <=> X; etc.

Algorithm: The following key is used in the Atbash algorithm

                        ABCDEFGHIJKLMNOPQRSTUVWXYZ
                        ZYXWVUTSRQPONMLKJIHGFEDCBA

About

The Atbash cipher is an encryption method in which each letter of a word is replaced with its "mirror" letter in the alphabet: A <=> Z; B <=> Y; C <=> X; etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages