Need some help on Cross-Platform Cryptography

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Am trying to implement a encryption-decryption system beween, Windows and
Linux. and am planning to implement it in .NET.

Please guide me and suggest some references.

Thanks.
 
Manivannan,

It shouldn't be too hard. It seems that Java supports DES and
TripleDES, which .NET also supports. .NET also supports RSA encryption, if
you are using asymmetric algorithms.

Check out the System.Security.Cryptography namespace for more
information on the algorithms available in .NET.

Hope this helps.
 

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