All Projects → k4m4 → Dcipher Cli

k4m4 / Dcipher Cli

🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dcipher Cli

BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (-74.61%)
Mutual labels:  password, hash, md5
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (-36.27%)
Mutual labels:  hash, md5
Stegseek
⚡️ Worlds fastest steghide cracker, chewing through millions of passwords per second ⚡️
Stars: ✭ 187 (-3.11%)
Mutual labels:  ctf, cracking
Distributed Password Cracking
Borrow CPU cycles from visitor's web browsers to crack MD5 password hashes 😲
Stars: ✭ 136 (-29.53%)
Mutual labels:  md5, cracking
Reversing List
Reversing list
Stars: ✭ 106 (-45.08%)
Mutual labels:  ctf, cracking
Hashcat
World's fastest and most advanced password recovery utility
Stars: ✭ 11,014 (+5606.74%)
Mutual labels:  password, cracking
Webpack Plugin Hash Output
Plugin to replace webpack chunkhash with an md5 hash of the final file conent.
Stars: ✭ 128 (-33.68%)
Mutual labels:  hash, md5
Chasm
A CHaracter Aware Splitting Method for producing password candidates.
Stars: ✭ 37 (-80.83%)
Mutual labels:  password, cracking
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (-13.47%)
Mutual labels:  hash, md5
Simple Scrypt
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑
Stars: ✭ 168 (-12.95%)
Mutual labels:  hash, password
Zydra
Stars: ✭ 178 (-7.77%)
Mutual labels:  password, cracking
Hashcobra
HashCobra Hash Cracking tool.
Stars: ✭ 96 (-50.26%)
Mutual labels:  hash, md5
Pwcrack Framework
Password Crack Framework
Stars: ✭ 72 (-62.69%)
Mutual labels:  md5, password
Gosecretsdump
Dump ntds.dit really fast
Stars: ✭ 122 (-36.79%)
Mutual labels:  password, cracking
Digestif
Simple hash algorithms in OCaml
Stars: ✭ 69 (-64.25%)
Mutual labels:  hash, md5
Password4j
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Stars: ✭ 124 (-35.75%)
Mutual labels:  hash, password
Leaked
Leaked? 2.1 - A Checking tool for Hash codes, Passwords and Emails leaked
Stars: ✭ 184 (-4.66%)
Mutual labels:  hash, password
Mentalist
Mentalist is a graphical tool for custom wordlist generation. It utilizes common human paradigms for constructing passwords and can output the full wordlist as well as rules compatible with Hashcat and John the Ripper.
Stars: ✭ 945 (+389.64%)
Mutual labels:  password, cracking
Hash Buster
Crack hashes in seconds.
Stars: ✭ 981 (+408.29%)
Mutual labels:  hash, md5
Passw0rd
🔑securely checks a password to see if it has been previously exposed in a data breach
Stars: ✭ 159 (-17.62%)
Mutual labels:  cli, password

dcipher-cli Build Status

Crack hashes using online rainbow & lookup table attack services, right from your terminal.


Install

~ ❯❯❯ npm install -g dcipher-cli

Usage

~ ❯❯❯ dcipher --help

  Crack hashes using online rainbow & lookup table attack services, right from your terminal.

  Usage
    ~ ❯❯❯ dcipher <string>
    ~ ❯❯❯ echo <string> | dcipher
  Options
    -p, --plain   Display output without log symbols
  Example
    ~ ❯❯❯ dcipher 1abcb33beeb811dca15f0ac3e47b88d9
    ✔ unicorn

Supported Hashes

Supported Encodings

Credits

  • dcipher depends on the following online services:
    • Hash Toolkit - Hash Toolkit Hash Decrypter enables you to decrypt/reverse a hash in various formats into their original text. Hashes are often used to store passwords securely in a database.
    • GromWeb - MD5 & SHA conversion and reverse lookup service.
    • MD5Hashing - Yet another hash conversion and reverse lookup service.

Related

License

MIT © Nikolaos Kamarinakis

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].