4
votes
1answer
49 views

How to use SPEncryptedString?

I have an application page and am trying to save settings for it using an SPPersistedObject. One of the fields I am saving needs to be encrypted and I tried to use SPEncryptedString but I can't get ...
1
vote
1answer
144 views

Storing of passwords

I’m looking at a way to store client passwords etc on a sharepoint site. Does anybody know how I would go about having the passwords stored in the DB with MD5, but unencrypted to the users viewing ...