decipher
There are 65 repositories under decipher topic.
k4m4/dcipher-cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
k4m4/dcipher
Decipher hashes using online rainbow & lookup table attack services.
shramos/winregmitm
Perform MiTM attack and remove encryption on Windows Remote Registry Protocol.
Rezzecup/runestone-toolbox-typescript
Runestone Etch | Mint | Transfer | Recursive Rune | Airdrop | Encipher | Decipher (Runestone) - This script allows you to create a recursive rune, Etching, Minting, Transfer, Airdrop on the Bitcoin testnet using Runestone transaction | Batch inscription.
ntdkhiem/EnciphDeWord
Basic encipher and decipher based on
ajimae/ncrypt-js
A light weight javascript data encryption and decryption library
bitArtisan1/Polycrypt-Password-Cracker
A simple password cracker tool developed in Python using the Tkinter GUI framework to decrypt hashes
dmaixner/esp8266-chachapoly
Simple encapsulation library for [Crypto](https://github.com/rweather/arduinolibs/tree/master/libraries/Crypto) library, used for encrypting and decrypting with ChaCha20 and Poly1305 algorithms.
Stephan-adj/CrackingCryptosystem
A short code to crack Experimental ElGamal cryptosystem and Rabin’s method.
HxnDev/Huffman-Data-Encryption
The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than they used to and the least frequent symbols will take more space.
IinjyI/Cipher-Wheel
3rd year Assembly language project: enciphering and deciphering using ROT cipher algorithm with any key from 1 to 25. Ranked 3rd in "Best assembly project 2023" contest at Faculty of Computers and Information Science - Mansoura University.
keirakaitlynn/MonoalphabeticSubstitutionCiphers
Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.
Bharti-Parmar/Cipher-Dicipher-using-Java
A brute_force based Cipher-Dicipher written in Java Language with UI/UX
eriekrahman/BlockCipherModeSimulator
An application to simulate the file encryption using block cipher mode (CBC, CFB, ECB)
g0drlc/btc-runestone-toolset
Runestone Etch | Mint | Transfer | Recursive Rune | Airdrop | Encipher | Decipher (Runestone) - This script allows you to create a recursive rune, Etching, Minting, Transfer, Airdrop on the Bitcoin testnet using Runestone transaction | Batch inscription.
imsamroy/ascii-cipher-decipher
Cipher a message in ASCII and then decipher it
leplusorg/docker-crypt
Docker container to cipher/decipher/sign data (gnupg, openssl...).
LeslieDombi/LDombiMicroCipher2017_SFE
LDombi µCipher 2017 Version (Single File Edition)
matteo65/zci65
Fast, secure, efficent stream cipher
maxng07/ted
A basic program to encipher or decipher a chunk of text similar to enigma machine. The encipher text can then be send over SMS, WhatsApp, WeChat, LINE and even email. The same program can be used to decipher the message to produce output text. CLI binary available only
anasM0hammad/Cypher
Network Security Techniques of encryption and decryption. All the cipher codes in one place.
FajarKim/node-openssl-enc
A Node.js CLI tool and library for encryption and decryption with OpenSSL Enc.
glorious-conversation-design/decipher-survey-sync
Decipher `survey.xml` sync tool for scripters
igorviniciussantana/julius-answer
Projeto de desenvolvimento de uma aplicação para decifrar Cifra de César.
mqu/enedis-pro-cipher
application de codage-décodage de fichiers issus de ENEDIS-PRO
re0marb1e/padding-oracle-attack
分组密码CBC模式填充提示攻击Node.js演示代码
rizzolib/runestone-typescript-toolbox
Runestone Etch | Mint | Transfer | Recursive Rune | Airdrop | Encipher | Decipher (Runestone) - This script allows you to create a recursive rune, Etching, Minting, Transfer, Airdrop on the Bitcoin testnet using Runestone transaction | Batch inscription.
rodrigokamada/nodejs-encryption
There are two classes in the crypto module called Cipher and Decipher that we are going to use in the example.
shockz-offsec/Cifrado-de-Hill
Criptosistema de sustitución poligráfica que utiliza el producto de matrices para realizar las operaciones, este que se basa en emplear una matriz como clave para cifrar un texto en claro y su inversa para descifrar el criptograma correspondiente.
theperk08/dkrypton
Decipher / Cipher Software
tonibois/dni_decipher
A program that inputs DNI numbers and returns DNI number and encoded letter
uhl1k/bruteforce-kab
Program to brute force ciphers from KAB at FEE CTU in Prague. Done in python but it turned out it was a complete waste of time.
UNICORN-Hemato/DNA-Encrypter-Decipher
"A simple tool to encrypt and decipher messages based on 🧬DNA encoding" — 🦄
vgbr-dev/crypto-driver
CriptoDriver class related to cipher and decipher of data.
W-nax/Cipher
Two cipher algorithms developed in C language as part of my studies : Xor and Cbc.