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
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#
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
CSC 483 Project - Ciphers: Caeser, Multiplicitive, Affine, Vigenere, Hill, Columnar Transposition
ENCODE-ME is a website where one can use various classical cryptography algorithms all in a single website.
C[ryptographic Ana]lyzer
Cryptography Algorithm Implementations
Algorithms studied during the Cryptography Course
CSCI 55500 Cryptography
This repository implements a variety of cryptographic methods and methods of breaking them
Code implementation of Ciphers taught in Information Security
Cryptographic algorithms implemented in python and tkinter library
Implementation of basic cryptographic ciphers in Java language. Part 1
Simple & easy-to-use Affine Cipher GUI
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."