0

I have some files that users will store on their machines that may have sensitive information such as SSNs. We want to make sure that those files can only be decrypted on the machines they were encrypted on. I was going to use ProtectedData ProtectedData.Protect / ProtectedData.Unprotect ()

to ensure that those files encrypted on one machine can be decrypted on that machine, but do I need to also encrypt the data using something else like this to encrypt the string in question?

Community
  • 1
  • 1
Matthew The Terrible
  • 1,589
  • 5
  • 31
  • 53

0 Answers0