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.
 
Yes anything without pulling the text through an encryption function each
time.

Adam
 
Adam Honek said:
Is there any inherent basic encryption available in the string namespace
in .NET 2.0???

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top