Hash Decrypt is an android app that enables you to crack/decrypt a hash. This app uses the dictionary attack to crack a hash. You may know about the dictionary attack, if not, refer thi… Read More
How to Decrypt an encrypted Password in Node.js
Problem
I want to create a change password page for user. I encrypt the password when i save the user in Database(mongodb).
User.virtual('pa… Read More
Bulk MD5 Password Cracker is a command-line dictionary attack tool that you can use to crack MD5 password hashes. It is very easy to use, and since it is a command-line tool, you can ea… Read More
Snitch is a Python-based tool that allows you to automate information gathering process for a specified domain.Using built-in dorks, this tool can gather specified information domain which c… Read More
Blockchain technology has been dragged through the muck in recent months by scammers, charlatans and comedians. A joke cryptocurrency attracted piles of real cash, a kleptocratic regim… Read More
The last project I’m working on, we have some special requirements to secure sensitive customer data(e.g. social security number, driver license number, credit card number, etc) with e… Read More
Security of users’ passwords is one of the most important aspects of developing your web application. Unfortunately, making a good authentication script, which will safely store your… Read More