Could anyone point me in the right direction to find out how to encrypt and decrypt passwords so that the stored values for the password can not be read?
Is there any way to do this in VB or VBA? Or would I have to migrate to C++ to pull this one off?
are you saying you DON'T want to see the passwords in the table? If so, my only question is why? What if a typo is made? How do you find errors? Why not set security up so the users can't access the table where they can see the passwords instead?
Main reason I don't want to them to be viewable is because if they are viewable someone can steal the passwords out of your database. The exact same reason all passwords are encrypted...
If there is a typo in entering the password then I will code a function to reset the password, not to go in and see what it is.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.