I know have been few posts, tried but got stuck, so please don't shoot me down for asking. I am looking for sample db. Dont forward me to other forums, I already spent hours.
I have
1) Multiuser system
2) User registration form for creating account
3) login form to log in
Everything works fine, more than 40 users - database splitted.
I want at the the time of registration passwords are encrypt as hashes, while at login are decrypted because user will use his password what he entered.
Can some one give me sample db, or an easy but secure way out to encrypt passwords.
How my registration or login works.
1) other than registration data passwords are matched (pass + confirmPass), username created and finally account created.
2) At login, record set and row source is used to identify credential matching with username.
Thanks it will be of great help.
I have
1) Multiuser system
2) User registration form for creating account
3) login form to log in
Everything works fine, more than 40 users - database splitted.
I want at the the time of registration passwords are encrypt as hashes, while at login are decrypted because user will use his password what he entered.
Can some one give me sample db, or an easy but secure way out to encrypt passwords.
How my registration or login works.
1) other than registration data passwords are matched (pass + confirmPass), username created and finally account created.
2) At login, record set and row source is used to identify credential matching with username.
Thanks it will be of great help.