Skip to content

aditia475/Cryptography_projects

Repository files navigation

Cryptography_projects

Implementation of Hill Cipher, Luhn Algorithm, and RSA Algorithm

(I) Hill Cipher is a polyalphabetic cipher created by extending the Affine cipher, using linear algebra and modular arithmetic via a numeric matrix that serves as an encryption and decryption key.

Encryption: E(K, P) = (K * P) mod 26
Decryption: D(K, C) = (K-1 * C) mod 26

About

Implementation of Hill Cipher, Luhn Algorithm, and RSA Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages