I have a DB that has stored passwords that where encrypted using PHP's crypt function. I have found out that the crypt function actually uses bcrypt and i have found http://bcrypt.codeplex.com/ bcrypt is written in a very specific way with the BSD Base64 Alphabet not the regular Base64 Alphabet.
I'm hopping the Bcrypt.Net project emulates the PHP verion. but i don't know any thing about using DLLs in side of VBA and being able to access their function. And I don't know how to find the function inside the Dll that emulates the Bcrypt.
Im using the VBA inside Access 2010. Can anyone PLEASE HELP!