I am creating a panel for creating accounts via website.
The problem is that you are unable to encrypt the password to save the password in the account table.
Which command to save the encrypted password in the bank?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Discord : utchiha_market
Telegram : https://t.me/utchiha_market
Auto Buy Store : https://utchiha-market.mysellauth.com/
Not sure if we’re legit? Check Our server — real reviews, real buyers
https://discord.gg/uthciha-servicess | https://campsite.bio/utchihaamkt
Question
pioneerr
I am creating a panel for creating accounts via website.
The problem is that you are unable to encrypt the password to save the password in the account table.
Which command to save the encrypted password in the bank?
$pass1 = base64_encode(pack('H*', sha1(trim($password)))); $pass2 = base64_encode(hash('whirlpool', trim($password), true));
is not work.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.