T
Tony
I am using the DPAPI for encryption in VS 2005 Framework 2.0.
I am able to encrypt stings just fine, but when decrypting the
encrypted string I get the error:
"Decryption Failed: Unable to update the password. The
value provided for the new password does not meet the length,
complexity or
history requirement of the domain. "
I am using a windows form and have tried both machine and user store.
I have created a DPAPI wrapper myself and used the ProtectedData
wrapper that comes with framework 2.0.
This used to work with framework 1.1, not sure what happend. Any help
would be appreciated.
I am able to encrypt stings just fine, but when decrypting the
encrypted string I get the error:
"Decryption Failed: Unable to update the password. The
value provided for the new password does not meet the length,
complexity or
history requirement of the domain. "
I am using a windows form and have tried both machine and user store.
I have created a DPAPI wrapper myself and used the ProtectedData
wrapper that comes with framework 2.0.
This used to work with framework 1.1, not sure what happend. Any help
would be appreciated.