Classical ciphers: Caesar, ADFGX, ROT13 and etc.
-
Updated
Aug 10, 2021 - Python
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
A cryptographic tomb of ciphers forgotten by time.
This tool is a versatile implementation of the Affine Cipher, a classical encryption algorithm that combines modular arithmetic and linear algebra. It enables users to encode and decode messages using a pair of keys, offering a straightforward and effective approach to securing information.
These are the lab assignments performed during the course of cryptography
C[ryptographic Ana]lyzer
ENCODE-ME is a website where one can use various classical cryptography algorithms all in a single website.
CSC 483 Project - Ciphers: Caeser, Multiplicitive, Affine, Vigenere, Hill, Columnar Transposition
This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA
A comprehensive collection of various conversion tools for text manipulation, encoding, and 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)
Cryptography algorithms on C#
Algorithms studied during the Cryptography Course
Cryptography Algorithm Implementations
CSCI 55500 Cryptography
My collection of ciphers and various scripts related to cryptography.
This repository implements a variety of cryptographic methods and methods of breaking them
Code implementation of Ciphers taught in Information Security
Implementation of basic cryptographic ciphers in Java language. Part 1
Cryptographic algorithms implemented in python and tkinter library
Add a description, image, and links to the affine-cipher topic page so that developers can more easily learn about it.
To associate your repository with the affine-cipher topic, visit your repo's landing page and select "manage topics."