Classical ciphers: Caesar, ADFGX, ROT13 and etc.
-
Updated
Aug 10, 2021 - Python
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
An offensive security framework for writing payloads
Toy version of the sweet32 attack
Simple {scripts for ctf`s and challenges/python irc bot/automating stuff etc.}
A Python script that includes various functions for data conversion, encoding, and decoding, as well as cryptographic operations such as RSA, AES, and Triple DES encryption and decryption.
Program that encrypts a message using some known methods.
rotter can be used to encrypt text in ROT encryption. by JRDP Team
Script para solução de desafios envolvendo cifras de substituição (cifras de César)
A tool to rotate plaintext or ciphertext using ROT (Caesar cipher) with customizable rotation, reverse direction (default right), and brute-force ciphertext.
A CLI tool that encrypts or decrypts input
ROT13 is an encryption algorithm that uses simple letter substitution cipher and shifts the alphabets by a value of 13
Snake is basically a web crawler put into a PyQt5 Framework.
A basic encryption program for text documents using the ROT13 algorithm.
Simple Caesar Cipher Encryption This Python script performs a simple Caesar cipher encryption and decryption on a given plaintext message. It shifts each letter in the alphabet by 13 positions to the right for encryption (Caesar cipher with a shift of 13), and reverses the process for decryption.
Add a description, image, and links to the rot13 topic page so that developers can more easily learn about it.
To associate your repository with the rot13 topic, visit your repo's landing page and select "manage topics."