Master Atbash Cipher in Python & Java: Encryption & Decryption Tutorial πŸ”

Learn how to implement the Atbash Cipher for encryption and decryption in Python and Java. Follow step-by-step tutorials on reversing the alphabet and securing your messages effectively.

Master Atbash Cipher in Python & Java: Encryption & Decryption Tutorial πŸ”
VoxelPixel
1.6K views β€’ Feb 26, 2018
Master Atbash Cipher in Python & Java: Encryption & Decryption Tutorial πŸ”

About this video

Atbash Cipher in Java
01:18 - Encryption
01:38 - Reversing Alphabet
04:56 - Decryption

-*- Support on Patreon: https://www.patreon.com/voxelpixel
-*- Source Code: https://github.com/VoxelPixel

In this video I'll be coding atbash cipher encryption and decryption using python programming language

Atbash is a monoalphabetic substitution cipher, its algorithm is as following:
- All letters of alphabet are reversed

--Encryption--
- To encrypt, take a letter in plaintext, and replace it with a letter at at position of reverse alphabet
- A by Z, B by Y, C by X and so on

--Decryption--
- To encrypt, take a letter in ciphertext, and replace it with a letter at at position of alphabet
- Z by A, Y by B, X by C and so on

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

1.6K

Likes

15

Duration

5:33

Published

Feb 26, 2018

User Reviews

4.2
(1)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.