GitHub topics: hill-cipher
PacemakerX/cryptoLab
Simple and beginner-friendly implementations of classic cryptographic algorithms like Playfair, Hill Cipher, DES, AES, RSA, DSA, MD5, SHA512 — using Python. Designed for easy understanding, minimal dependencies, and educational use.
Language: Python - Size: 489 KB - Last synced at: 6 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 2

arosspope/cipher-crypt
A cryptographic tomb of ciphers forgotten by time.
Language: Rust - Size: 162 KB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 44 - Forks: 8

umnoy/Ciphers
Ciphers
Language: Python - Size: 13.7 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

breezy-codes/cryptography-guide
A collection of different cryptographic algorithms and ciphers, including the maths behind each algorithm. This is an ongoing project that will be added to over time, with the aim of providing a comprehensive resource for learning about cryptography. The project includes both the code for the algorithms and explanations of how they work.
Language: Jupyter Notebook - Size: 5.62 MB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Luffy0xCyber/cryptographie_classique
Implémentation Python des chiffrements historiques (César, Hill, Vigenère) avec explications détaillées et simples | Projet éducatif de cryptographie
Language: Python - Size: 24.4 KB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

zeyadetman/Computer-Security-algorithms
👨💻 Computer Security algorithms in C#
Language: C# - Size: 5.01 MB - Last synced at: 12 days ago - Pushed at: almost 4 years ago - Stars: 66 - Forks: 17

shockz-offsec/Cifrado-de-Hill
Criptosistema de sustitución poligráfica que utiliza el producto de matrices para realizar las operaciones, este que se basa en emplear una matriz como clave para cifrar un texto en claro y su inversa para descifrar el criptograma correspondiente.
Language: Python - Size: 26.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Hamoi1/eloquent-encryptable
encrypt and decrypt model fields using the Hill Cipher algorithm in your Laravel application
Language: PHP - Size: 60.5 KB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

cybergeist0/hillcipher
A simple encryption algorithm that utilizes linear algebra to encrypt plaintext.
Language: C++ - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

OGoodness/VBreaker-JS
CSC 483 Project - Ciphers: Caeser, Multiplicitive, Affine, Vigenere, Hill, Columnar Transposition
Language: JavaScript - Size: 930 KB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 1

Adamo08/encryption-decryption
This repository contains implementations of various encryption and decryption algorithms in Python. The goal is to provide simple and easy-to-understand code for educational and practical purposes.
Language: Python - Size: 98.6 KB - Last synced at: 13 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

Mehul2205/Cryptography-Assignments
These are the lab assignments performed during the course of cryptography
Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: 14 days ago - Pushed at: almost 5 years ago - Stars: 13 - Forks: 13

Mo7ammedd/matlapalgo
Message encryption algorithms with MATLAB GUI
Language: MATLAB - Size: 137 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
Language: Python - Size: 106 KB - Last synced at: 6 days ago - Pushed at: almost 3 years ago - Stars: 56 - Forks: 22

Haythamasalama/cipherTool
Message encryption app using Vue.js.
Language: TypeScript - Size: 398 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 5 - Forks: 2

sudiptab2100/CryptographicAlgorithms
Implementation of Cryptographic Algorithms of course Modern Cryptography(CSC049P1M) offered in IIT Jammu.
Language: Python - Size: 51.3 MB - Last synced at: 24 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

LLIEPJIOK/crypto
Application for encrypting and decrypting text
Language: Go - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

D-ENCODER/KRYPTOR
A python package to seamlessly encrypt and decrypt data into many rich cryptography algorithms
Language: Python - Size: 1.14 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 3

anishLearnsToCode/symmetric-cryptography
Coursera Course Symmetric Cryptography 🔑 part of Introduction to Applied Cryptography Specialization.
Size: 1.58 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 6

git-akshat/CNS-Lab
Cryptography and Network Security Lab programs done in 7th semester of SIT(VTU).
Language: C++ - Size: 4.56 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 29 - Forks: 17

maitreyeepaliwal/Cryptography-Ciphers
Collection of '30' cryptography ciphers coded in JavaScript and an interface coded in HTML styled with CSS.
Language: HTML - Size: 725 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 2

machineCYC/LA2018FALL
Hung-Yi Lee Linear Algebra 2018 Fall Homework
Language: Python - Size: 17.7 MB - Last synced at: 6 days ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 5

Arttacker/Cryptography
This repository houses a powerful package designed for anyone interested in learning and implementing cryptographic algorithms in c#. With a focus on clarity, robustness, and educational value, our library provides implementations for a variety of cryptographic algorithms.
Language: C# - Size: 1.88 MB - Last synced at: 9 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

omarMohammedbenzo/Hill-Cipher-Algorithm
The Hill cipher algorithm is a symmetric key cryptographic technique used for encryption and decryption of data. It was invented by Lester S. Hill in 1929 and is based on linear algebra.
Language: JavaScript - Size: 1.12 MB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ocrim1996/HillCipher
A Python script to implement Hill's Cipher
Language: Python - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tobiasbriones/ep-hill-cipher-mat26
Example project for a Hill Cipher algorithm with a Matrix under the Z26 field implementation.
Language: C++ - Size: 71.3 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

BishoySedra/Data_Security_Project
College's Project to implement encryption and decryption algorithms.
Language: C# - Size: 379 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

Cizr/Hill-ADN-Cryptography-Bridging-Classical-Ciphers-with-DNA-Based-Encryption
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.
Language: Python - Size: 10.7 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

darubagus/ClassicCryptography2021
Implementation of classic cryptography algorithm to encrypt-decrypt text and file
Language: Python - Size: 133 MB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

ajayganeshch/Cryptography-Codes
Cryptography and Network Security
Language: C++ - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

phillity/Cryptography
Cryptography Algorithm Implementations
Language: Java - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 3

NadaAlsaid/Security_Package
Security package of some security algorithms is prepared for the Computer and Networks Security course at Ain Shams University.
Language: C# - Size: 472 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Rishikesh-kumar-7258/Network_security_praticals
Cryptography algorithms.
Language: C++ - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

miryarik/Hill-Cipher
An implementation of the hill cipher.
Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Shubhm1shra/Information-System-Security
Codes for my Information-System-Security Class
Language: C++ - Size: 150 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

leivadev/Hill-Cipher-2x2-Matrix
Hill cipher implementation using a 2x2 matrix (only a word with 4 letters) in Python.
Language: Python - Size: 12.5 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AshkanM96/EECS-3481-Applied-Cryptography
Applied Cryptography Utilities
Language: Java - Size: 741 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

yashsuhagiya/ECES-Lab
Network Security and Cryptography Lab Programs
Language: C++ - Size: 598 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

rayvantsahni/Cryptography-and-Network-Security-Lab
Language: Java - Size: 53.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

SGayathri05/Information-Security-Programs
This repository contains python programs on Ciphers
Language: Python - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

djibril-coulybaly/Advanced-Security
Implemented various encryption/decryption, number theory and cryptographic applications made using Python
Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

phiponatchi/crypto-app
Cryptographic algorithms implemented in python and tkinter library
Language: Python - Size: 35.2 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Kirandeep2806/Hill-Cipher
A Hill Cipher package hosted on the pypi
Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

grxdiii/Hill-Cipher
Hill Cipher Encryption Program
Language: C - Size: 184 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ahmedosama07/Hill-Cipher
This repo implements the algorithm of Hill Cypher encryption and decryption.
Language: MATLAB - Size: 143 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 1

algebraic-extension/2x2-Hill-Cipher-Brute-Force-Cracker
2x2 Hill Cipher Encryption, Decryption, and Brute-Force'ing
Language: Python - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dms-codes/kriptografi-hill
Hill Cipher Encryption This Python script performs Hill cipher encryption on a given plaintext message using a user-defined key and matrix size 'm'.
Language: Python - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sm8799/Socket-Programming
This repository contains contains basic network architecture programs using knowledge of socket programming
Language: Jupyter Notebook - Size: 91.8 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

afeedhshaji/classical-ciphers-sagemath
Implementation of classcial ciphers using SageMath as part of Number Theory and Cryptography course (CS4021D) at NIT Calicut.
Language: Sage - Size: 1.97 MB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

graveetone/basic_ciphers_ruby 📦
Ceaser | Hill | Vernam | XOR Crypto Algorithms | Ruby | LNU 2022
Language: Ruby - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jurrutiap/CriptoBros
UNAL - Introduction to Cryptography. This project implements different ciphers for text and images
Language: HTML - Size: 53.9 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

ChesleyTan/Hill-Cipher-Cracker
A Hill Cipher Cracker that performs automated crib dragging given a known plaintext and a ciphertext.
Language: Python - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: almost 10 years ago - Stars: 7 - Forks: 2

muhammad-mobeen/Hill-Cipher-Plain
Encipher/Decipher Plain Text using Hill Cipher Algorithm
Language: Python - Size: 3.98 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

krshrimali/Hill-Cipher
Hill cipher implementation in Python
Language: Python - Size: 5.86 KB - Last synced at: 20 days ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 9

NourKamaly/CryptographyPackage
This package is prepared for the Computer and Networks Security course at Ain Shams University for the summer semester [2022-2023]. It has classical and more advanced cryptography algorithms.
Language: C# - Size: 3.62 MB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pranavtodkar/Encrypy-A-local-Encryption-bot
A bot to encrypt and secure your text files locally, using a 4-digit PIN.
Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

TiieuTiien/InfromationSecurity
Studying Cryptography & Network Security
Language: Java - Size: 16.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

pugazhmukilan/hill_cipher
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 ,
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Jawabreh0/hill-cipher
This repository contains a Python implementation of the Hill Cipher encryption algorithm using the NumPy library. The Hill Cipher is a polygraphic substitution cipher that encrypts messages by dividing them into blocks and then performing mathematical operations on those blocks.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

abrarrhine/Cryptography
Different ciphers for data encryption and decryption
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

YesLetsKate/HillCipher
Implementation of the Hill cipher in C#
Language: C# - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

fxxce/Symmetric-Encryption
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
Language: Python - Size: 35.2 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Dhanya-Abhirami/Cryptography-Algorithms
Implementation of Traditional Ciphers
Language: C++ - Size: 1.95 KB - Last synced at: 20 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

sebastianalamina/CyS_2023-1
Trabajos presentados como parte del curso de Criptografía y Seguridad, impartido por el profesor Manuel Díaz Díaz durante el semestre 2023-1 en la Facultad de Ciencias, UNAM.
Language: Python - Size: 11.6 MB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

kmyk/hill-cipher-implementation 📦
Language: Python - Size: 4.88 KB - Last synced at: 12 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

Premchand95/Cryptography-Algorithms-in-Python
CSCI 55500 Cryptography
Language: Python - Size: 2.07 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 3

DiegoGarciaPadilla/Cifrado-Hill
Proyecto para el módulo de Pensamiento Computacional Para Ingeniería TC1028
Language: Python - Size: 23 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JoelRomero97/Cryptography
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)
Language: Python - Size: 158 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 1

notalent2code/140810200013-Kripto22
Repositori Tugas Praktikum Kriptografi Teknik Informatika Unpad 2022
Language: Python - Size: 153 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vincentbudianto/Crypto-Helper
Encryption and decryption tools
Language: JavaScript - Size: 31.8 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

ostad-ai/Data2Crypt
An application for encypting and decrypting messages
Size: 901 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

DeepKariaX/Cryptographic-Algorithms-Python
Cryptographic Algorithms (Ciphers) implemented in python.
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

bedirhanguner/cryptography-algorithms
Cryptography algorithms on C#
Language: C# - Size: 1.42 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

SourajitaDewasi/Cryptography
Algorithms studied during the Cryptography Course
Language: C++ - Size: 107 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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.
Language: Jupyter Notebook - Size: 4.89 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

kvjoshi/GTU-INS
GTU Information and Network Security ( INS ) in python .
Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

AndhikaRei/Classic-Cipher
Classic Cipher implementation in web using python and flask. Cipher includes Vigenere (Basic, Full, Auto-key, Extended), Affine, Playfair, and Hill.
Language: CSS - Size: 12.3 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Bejjoeqq/Hill-Cipher
Encryption and Decryption Hill Cipher full condition
Language: Python - Size: 367 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

LorenzoPratesi/DataSecurity
Some python scripts about data security, information theory, and compression code. E.g. RSA, Vigenere, Hill, Entropy, etc...
Language: Python - Size: 67.4 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

DivyaKrishnani/Cryptography
C++ implementation of Affine Cipher, Hill Cipher, Shift Cipher, etc.
Language: C++ - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

trianne24/kripto-archive
Archive of (mostly C++) Programs I made for Cryptography study. Teaching materials can be downloaded here:
Language: C++ - Size: 7.02 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

V-H-R-Oliveira/hill-cipher
Hill Cipher implementation using GPU.
Language: Jupyter Notebook - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

BA1RY/hill-cipher-4x4
Encrypted Message Board implemented using Hill Cipher Encryption algorithm which uses 4x4 key matrix.
Language: HTML - Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

MohamedSaidSallam/Encryption-Techniques
A simple python script that offers multiple simple implementations for encryption techniques. Done as a project for ASU 2020, Computer and Network Security course.
Language: Python - Size: 23.4 KB - Last synced at: 27 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sohnryang/crypto-contest-2020
상받은 2020년 암호경진대회 솔루션
Language: Jupyter Notebook - Size: 2.74 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

rexyfahrezi/Hill_Cipher
Hill Cipher Tools
Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

TomJamesGray/cipher-crack
Crack traditional ciphers through dictionary attacks
Language: Python - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

chhatbarnikita/ins
Cryptography
Language: Python - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

Alicia0629/Hill-cipher
A graphical user interface to encrypt and decrypt with the hill cypher.
Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

liagkos/hill
Implementation of Hill cipher in Java
Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 2

Bhanu8047/hill_fence
A new cipher algorithm with base Algorithms , Hill Cipher and Rail Fence Cipher
Language: C++ - Size: 20.5 KB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

albirrkarim/hill-cipher-c
[ Tugas ] Hill Cipher Encryption With C
Language: C - Size: 91.8 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

manesioz/hill-cipher
Application of linear algebra to cryptography 🔐 encryption and decryption of text by a polygraphic substitution cipher
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

MohamedLamineAllal/crypto-the-app
An application (i developped for my master degree synthese (Applied Mathematic)). That implement different classical cryptosystem. And RSA as an asymetric (public key) cryptosytem. And AES as a symetric cryptosystem. With all the mathematics tools. and all what needed in different steps. In different tools. For example the Galois field calculus and all different operations. It can be just a great app for education. (with some more documentation to add for it at the app level it can become more and more interesting. )). Also it implement some crytpo analysis tools and attacks. [java, swing, netbeans]]
Language: Java - Size: 234 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 1

kyleruss/hcipher-chat
An encrypted instant messaging desktop app
Language: Java - Size: 1.27 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

jatin69/mca402-IS
Coursework for mca402-Information Security.
Language: C++ - Size: 6.44 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

dandreiolteanu/HillCipher
Implementation of a Hill Cipher encryption and decryption on a 2x2 Matrix in Swift
Language: Swift - Size: 962 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

DanielRodCha/CriptHask
Cryptography from the point of view of functional programming
Language: Haskell - Size: 10.2 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

iqbaladinur/Qencryption
Simple Encryption Algorithm
Language: PHP - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

absingh31/Hill_Cipher
Encode a text file using hill cipher. Can also decode the text file which was encoded using hill cipher.
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1
