atbash
There are 21 repositories under atbash topic.
Anon-Exploiter/decoder
A simple script to try and decode a string in various encoding mechanisms regardless of its (original) type.
kayahr/canonn-decryptor
Tool to decrypt the mysteries of the Elite Dangerous universe
Re-Dcrypt/Re-Dcrypt-Bot
Re-Dcrypt Bot & website
kmein/ciphers
Swiss Army Knife of classical cryptography
mezantrop/gfaciphers
Gravity Falls Ciphers / Шифры Гравити Фолз
thalida/ciphers.codes
Encryption and decryption for various ciphers and codes.... en pastel.
zayslash/cipher-collection
Javascript encryption ciphers -https://zayslash.github.io/cipher-collection/
abimarticio/cipher-flask
Flask application for Atbash and Caesar Cipher.
abimarticio/cipher-springboot
Spring Boot application for Caesar cipher and Atbash cipher.
CobraWing/decodificador
Ferramenta para desencriptar os mistérios do universo Elite Dangerous
Griske24/Ciphers.NET
A .NET package for text encryption and decryption using classic ciphers with customizable parameters and additional functions. Supported ciphers: A1Z26, Affine, Atbash, Caesar, Morse.
kpsh/JEncodeDecode
Tool to encode and decode simple ciphers. The application is separated in 2 parts: input/output area and the option panel, the design is minimal, light/dark theme, save as .txt file, copy output to clipboard.
Layto888/Collatz-crypto-method
Collatz encoding method with wide format characters. (Check out the README.md for more details)
lpavliuk/Ciphers
This repository consists of ciphers and deciphers. It can help you to cipher your message if you don't want that somebody else can read it . Ciphers: Atbash, Caesar cipher, Vigenère cipher.
s-ankur/cipher-gui
Computer Security Assignment (CSE-537)
SAJAD-net/cryptoman
most used encryptions in CTFs
Shleby/Encryption_Programs
This crypto analysis program is written in Java. It aims to have the ability to encrypt, decrypt, and break (brute force) encrypted ciphers.
angeal185/atbash-cipher
atbash cipher in javascript for nodejs and the browser
berkut998/Scrambler
This project is scrambler. Ciphers have been implemented Atbash,Vigener,DES, alhoritm deffi-hellman to create open key. Also it have random number generator.
unamatasanatarai/cs_cipher
C# Cipher algorithms, AtBash, Cesar, Bacon, Morse
Zikithezikit/Atbash
The Atbash Cipher is a simple substitution cipher that replaces each letter of the alphabet with its reverse (e.g., A becomes Z, B becomes Y, etc.). This project implements the Atbash Cipher in C++.