Dcipher
Decipher hashes using online rainbow & lookup table attack services.
Install / Use
/learn @k4m4/DcipherREADME
dcipher 
Decipher hashes using online rainbow & lookup table attack services.
Install
~ ❯❯❯ npm install dcipher
Usage
const dcipher = require('dcipher');
dcipher('21232f297a57a5a743894a0e4a801fc3').then(plaintext => {
console.log(plaintext);
//=> 'admin'
});
dcipher('8843d7f92416211de9ebb963ff4ce28125932878').then(plaintext => {
console.log(plaintext);
//=> 'foobar'
});
dcipher('dW5pY29ybg==').then(plaintext => {
console.log(plaintext);
//=> 'unicorn'
});
API
dcipher(hash, [options])
Returns the plaintext value of a hash.
hash
Type: string
Hash to decipher.
options
timeout
Type: number
Timeout in milliseconds after which a request is considered failed. Default: 5000.
Supported Hashes
Supported Encodings
Credits
dcipherdepends on the following online rainbow table 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
- dcipher-cli - CLI for this module
License
MIT © Nikolaos Kamarinakis
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
