Skip to content

Brute Force and Know Plain Text Attacks on Affine Cipher, Created using Google Colab to get it more clearly.

Notifications You must be signed in to change notification settings

sukhdev01/Attacks-on-Affine-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Attacks-on-Affine-Cipher

Brute-Force and Know Plain Text Attacks on Affine Cipher.

The affine cipher is a combination of additive cipher and multiplicative cipher (Link for more info https://www.geeksforgeeks.org/traditional-symmetric-ciphers/)

C = [(P * a) + b] mod n        # C = Chiper text , P = Plain text, n = 26 (length of alphabets)
P = [(C – b) * a^(-1) ] mod n     # (a,b) two keys are used for Affine Cipher.

Commented Code for better understanding and Created using Colaboratory.

About

Brute Force and Know Plain Text Attacks on Affine Cipher, Created using Google Colab to get it more clearly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published