encryption using VS C/C++
-
What would be an easy way to encrypt/decrypt userID/password data coming in from potential remote user to a secure server? Phase 2 might include encrypting the subsequent data flow as well. Any ideas would be appreciated. Thanks
-
What would be an easy way to encrypt/decrypt userID/password data coming in from potential remote user to a secure server? Phase 2 might include encrypting the subsequent data flow as well. Any ideas would be appreciated. Thanks
-
in Windows you can use Crypto APIs. see http://msdn.microsoft.com/en-us/library/aa382016(v=vs.85).aspx[^]
If u can Dream... U can do it
Thanks. I'll check that out.
-
What would be an easy way to encrypt/decrypt userID/password data coming in from potential remote user to a secure server? Phase 2 might include encrypting the subsequent data flow as well. Any ideas would be appreciated. Thanks
I wrote a small WTL application to illustrate the crypto functions. I also transform the encrypted string to a Base64 for transmittal across the internet. Might be of help to you, although a little late. http://www.codewiz51.com/blog/post/2010/11/16/WTL-application-to-encrypt-a-character-string.aspx[^]
~Gene -- Life is not a spectator sport. I came to play. My Web Site, Blog & Wiki