All PASSWORD-SECURITY related Questions

by web-api | 22/12/16 | 3 Answers | Tags : PHP , PASSWORD-SECURITY , BlowFish-cipher Views : 1358
its about secure password with salt . i head about blowfish cipher . how to apply blowfish cipher in php . i want to use to generate more complicated hash of password to store at database so no one can crack my user's password any how so i choose Blowfish (cipher) , so if it any other good suggestion also advisable

Read more

by web-api | 22/12/16 | 2 Answers | Tags : PHP , PASSWORD-SECURITY Views : 510
i am seeking good function to generate secure password , i gonna use it to suggest password made some silly code . it will give a random number from 1000 , 100000 to user for suggestion of password. but need to generate more secure and more difficult password.

Read more