質問

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

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top