문제

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