Search code examples
c#encryptionencryption-symmetric

c# encryption algorithms application


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


Solution

  • Find the urls below for DSE,SDES,RC5:

    http://www.codeproject.com/Articles/19538/Encrypt-Decrypt-String-using-DES-in-C

    http://www.codeproject.com/Articles/91628/Simplified-version-of-the-DES-Data-Encryption-Stan

    http://www.codeproject.com/Articles/22518/Encryption-with-RC-Algorithm