Skip to content

krshrimali/Hill-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hill-Cipher

Hill cipher implementation in Python

Usage:

python3 hill_cipher.py

Once done, it asks for the plain text and key matrix.

Sample values:

Plain Text : "ACT"

Key Matrix :

6 24 1

13 16 10

20 17 15

About

Hill cipher implementation in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages