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.

    Language:Python24118
  • kayahr/canonn-decryptor

    Tool to decrypt the mysteries of the Elite Dangerous universe

    Language:TypeScript10303
  • Re-Dcrypt-Bot

    Re-Dcrypt/Re-Dcrypt-Bot

    Re-Dcrypt Bot & website

    Language:Python5313
  • kmein/ciphers

    Swiss Army Knife of classical cryptography

    Language:Haskell2300
  • mezantrop/gfaciphers

    Gravity Falls Ciphers / Шифры Гравити Фолз

    Language:JavaScript2100
  • thalida/ciphers.codes

    Encryption and decryption for various ciphers and codes.... en pastel.

    Language:JavaScript23122
  • zayslash/cipher-collection

    Javascript encryption ciphers -https://zayslash.github.io/cipher-collection/

    Language:JavaScript2102
  • abimarticio/cipher-flask

    Flask application for Atbash and Caesar Cipher.

    Language:Python1140
  • abimarticio/cipher-springboot

    Spring Boot application for Caesar cipher and Atbash cipher.

    Language:Java0150
  • CobraWing/decodificador

    Ferramenta para desencriptar os mistérios do universo Elite Dangerous

    Language:TypeScript0300
  • 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.

    Language:C#0100
  • 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.

    Language:Java0100
  • Layto888/Collatz-crypto-method

    Collatz encoding method with wide format characters. (Check out the README.md for more details)

    Language:C0200
  • 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.

    Language:C0000
  • s-ankur/cipher-gui

    Computer Security Assignment (CSE-537)

    Language:Python0210
  • SAJAD-net/cryptoman

    most used encryptions in CTFs

    Language:Python0100
  • 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.

    Language:Java0200
  • angeal185/atbash-cipher

    atbash cipher in javascript for nodejs and the browser

    Language:JavaScript20
  • 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.

    Language:C#10
  • unamatasanatarai/cs_cipher

    C# Cipher algorithms, AtBash, Cesar, Bacon, Morse

    Language:C#20
  • 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++.

    Language:C++