I am using BCrypt on my website's registration form. How would I go about encrypting & salting the users password in my desktop client, so that they both match? I have yet to find a BCrypt library for C++ implementation.
I am using BCrypt on my website's registration form. How would I go about encrypting & salting the users password in my desktop client, so that they both match? I have yet to find a BCrypt library for C++ implementation.
Bookmarks