An open API service indexing awesome lists of open source software.

https://github.com/dineshssdn-867/cryptography

Although there are different methods to encrypt and decrypt messages, we'll focus on a linear algebra-based cipher, the Hill cipher, which uses a matrix as a cipher to encode a message or an image, and it's extremely difficult to break when a large matrix is used.
https://github.com/dineshssdn-867/cryptography

colab-notebook cryptography hill-cipher linear-algebra matrix-multiplication

Last synced: 8 months ago
JSON representation

Although there are different methods to encrypt and decrypt messages, we'll focus on a linear algebra-based cipher, the Hill cipher, which uses a matrix as a cipher to encode a message or an image, and it's extremely difficult to break when a large matrix is used.

Awesome Lists containing this project