Skip to content

monilshah98/Hill-Cipher-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hill_Cipher_Encryption

Python Program for Hill Cipher Encryption.

Basic Usage

  1. Enter the key and the text which you want to encrypt using hill cipher. For example,

alt text

alt text

Python Packages required:

  • numpy

You can install the package using the command:

First upgrade the pip using the command,

pip install --upgrade pip

Then install the numpy package using command,

pip install numpy

About

Python Program for Hill Cipher Encryption.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages