node-crypto-examples icon indicating copy to clipboard operation
node-crypto-examples copied to clipboard

7 Useful Examples of Cryptography in Node.js

Results 15 node-crypto-examples issues
Sort by recently updated
recently updated
newest added

pasted it into https://www.md5online.org/md5-decrypt.html and got the ans

I used https://www.dcode.fr/md5-hash and inputted the MD5 Hash to get the digest. I know there are better tools like Hashcat, but this was easier and quicker.

Can we create a list of tools that we can use to pen-test such systems, or even break simple encryptions 👋

First time pr on github as I mainly work on self-hosted repos of employers. 😆 Just FYI as following reddit post includes some interesting things related with encryption algorithms from...

Enjoy cracking my challenge because the winner has been announced in #1

The hash is "superhacker"

I have added comments that explain how to get crack the hash so others also know how to do it.

Noticed the the answer was already present. So solved this using brute force since I figured it was an md5 hash.