Skip to content
#

hill-cipher

Here are 42 public repositories matching this topic...

Some classical/modern ciphers in C language and Python to encrypt and decrypt important information and keep the information safe, such as integrity, authentication, confidentiality and availability of the data. Some implemented ciphers are: Affine, DES and AES (with modes of operation for BMP images)

  • Updated Dec 13, 2017
  • Python

The Hill-ADN Cryptography project combines Hill cipher methods with DNA encryption, offering a novel approach for improved data security. It includes binary to DNA conversion, amino acid translation, and Hill cipher encryption, with the decryption process addressing genetic code ambiguity challenges.

  • Updated Jan 4, 2024
  • Python

This repository contains the algorithm for the Hill Cipher encryption which use the matrix to encrypt the message and even to decrypt it using the inverse of the same matrix ,this algorithm uses the python program to implement it and of course we can use any language to implement it ,

  • Updated Mar 12, 2023
  • Python

Improve this page

Add a description, image, and links to the hill-cipher topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hill-cipher topic, visit your repo's landing page and select "manage topics."

Learn more