News

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 ...
Simple Substitution Cipher This Python script demonstrates a simple substitution cipher. It allows you to encrypt and decrypt text using a custom cipher alphabet ...