Learned or Solved Something Today?

Dump it here! Let others learn from you

Showing 2 of 2 from page 1

akibal posted in #php #hash #encryption #snippets

How to generate MD5 hash for your password in PHP

Today I ve shared how I have generated MD5 hash with Salt in php to secure passwords Salt As most common MD5 hashes can easily be found in Rainbow table it s better to make your original text hard to

ikrum posted in #javascript #nodejs #hash #snippets

One line javascript function to create MD5 hash using Node.js

MD5 has is very useful to do checksum to verify data integrity If you need a MD5 hash generator here is the most simplest solution for creating md5 hash from string using Node JS One liner solution to

fb