Skip to content

md5 based random string (alphanumeric+ special chars) generation in PHP avoid rand(), mt_rand()

Notifications You must be signed in to change notification settings

raviy1290/md5_rand-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

md5_rand-PHP (custom function for PHP to generate random number using md5 hasing algorithm)

Using hashing to generate random string from limited possible character-set md5 based random string (alphanumeric+ special chars) generation in PHP avoid rand(), mt_rand()

creating randomly generated string from character-set "[a-Z0-9]~@#$%^*()_+-={}|]["

without using rand() or mt_rand() for random seed point rather creating seed point based on md5(time.date.uniqid)

About

md5 based random string (alphanumeric+ special chars) generation in PHP avoid rand(), mt_rand()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages