Question

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top