Hi
I am trying to logon a user from one computer to another computer that are not running in the same domain using the win32 api () call LogonUser. It failed. I have no problem to copy these files from once computer to another computer in the same domain.
What i want to do is to programably to...
PBEWithMD5AndDES" is usually used to encrypt passwords with MD5 for cipher and Des for encryption/decryption. In my situation, I receive a password that is encrypted with "PBEWithMD5AndDES" in java and i will decrypt it using the same algorithm "PBEWithMD5AndDES". I googled, but found very...
Is there any C# equivalent implementation of java's "PBEWithMD5AndDES". I found the Des implementation in C# but not "PBEWithMD5AndDES". Any idea will be appreciated!
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.