Classical ciphers: Caesar, ADFGX, ROT13 and etc.
-
Updated
Aug 10, 2021 - Python
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
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.
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)
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
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.
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
Operating System Security Encryption and Decryption with Affine and Vigenere Cipher project.
Secure Working Interpreter Robot Leaving Encryption (SWIRLE) is a Discord bot designed to test the implementation of encryption with the Discord API.
Implementation of Cryptographic Algorithms of course Modern Cryptography(CSC049P1M) offered in IIT Jammu.
Crypto Encryption and Decryption Tools
Encode and decode strings using the affine cipher
Using Hill Cipher, Rubix Cube, Affine Cipher Algorithm to encrypt an image. GUI based application
Affine & Block cypher implementation in Python
An interactive terminal interface implementing the Enigma machine, as well as some classical ciphers and their cryptanalysis
Programme de chiffrement et déchiffrement affine d'un message en python3.
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."