Pregunta

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top