Inherent encryption in .NET 2.0?

  • Thread starter Thread starter Adam Honek
  • Start date Start date
A

Adam Honek

Hi all,

Is there any inherent basic encryption available in the string namespace
in .NET 2.0???

Thanks,
Adam
 
Is there any inherent basic encryption available in the string namespace
in .NET 2.0???

Like simple scrambling of strings? You can use something like MD5 or
SHA1... but those are Hashes rather than encryption.
 
Adam Honek said:
Is there any inherent basic encryption available in the string namespace
in .NET 2.0???

..NET 2.0: 'System.Security.SecureString'.
 
Back
Top