Re: Customer Password Encryption and Email Login Module from Miva Merchant Available
OK. I understand one-way encryption but I don't understand why PHP (for example) should not be able to compare a password input by a user and determine if it equals the hash (SHA-1 created with a salt) stored in the miva database just like miva script does. Don't I just need you to tell me how the salt is stored (e.g. part of the hash or in separate field)? Is there some miva documentation you could point me to on how miva's SHA-1 encryption function works?
Thank you,
OK. I understand one-way encryption but I don't understand why PHP (for example) should not be able to compare a password input by a user and determine if it equals the hash (SHA-1 created with a salt) stored in the miva database just like miva script does. Don't I just need you to tell me how the salt is stored (e.g. part of the hash or in separate field)? Is there some miva documentation you could point me to on how miva's SHA-1 encryption function works?
Thank you,
Comment