
فك تشفير التجزئة باستخدام خدمات هجوم قوس قزح وجداول البحث عبر الإنترنت.
فك تشفير الهاشات باستخدام خدمات قوس قزح وجداول البحث عبر الإنترنت.
~ ❯❯❯ npm install dcipher
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'
});
إرجاع قيمة النص العادي لهاش.
Type: string
الهاش المراد فك تشفيره.
Type: number
المهلة الزمنية بالميلي ثانية وبعدها يعتبر الطلب فاشلاً. القيمة الافتراضية: 5000.
dcipher على خدمات جداول قوس قزح عبر الإنترنت التالية:
MIT © Nikolaos Kamarinakis