Domanda

I need a c# application use encryption algorithms to encrypt/decrypt strings such as DES,SDES,RC5.. I don't need an implementation for them I just need to use them in c# I'm new in this field and need help thanx

Altri suggerimenti

Try taking a look at the System.Security.Cryptography namespace on MSDN - cryptography tasks and here MSDN - cryptography namespace. These should get you started with encrypting and decrypting strings, not sure if it covers all the algo's you are after.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top