Re: [RELEASE] PHPPasswordEncryption V1.6 - Little script!
Quote:
Originally Posted by
Makarov
If $input = ''; Then $input should be a random_string;
Also to make it super secure, randomize the order of the salts and input every time password is called.
This is 2-way passwords, register (create) and login (recall), if they were do do something like that, then it will not be the same password encryption than registration. I will learn some more PHP and I will see what I can do with making the password much more secure.