Hello,
Since I'm not into web stuff, I found a way to make crypto work with password encryptions. How can I make the passwords encrypt using the crypto encryption?
Thanks,
Cobra
Printable View
Hello,
Since I'm not into web stuff, I found a way to make crypto work with password encryptions. How can I make the passwords encrypt using the crypto encryption?
Thanks,
Cobra
You would need to either re-code crypto in php or make a simple console program that contains the algo to encrypt to execute from php.
You would be better off just placing a md5 hash over the password, since you seem unfamiliar with coding in general.
Thanks. I would surely won't use MD5 hash, it's broken.
Simple way, y dont u just try using CGLEncription methods of gunz source? Not sure but i think it will work.
Add conditions !