This is a(n):
Details:
The Triple DES algo is a symmetric key block cipher which uses the DES cipher algorithm for encryption and decryption of code
If you know how to implement it, we will be glad to receive your contribution.
I would like to work on this issue. As of now, I believe there is no implementation of DES algorithm as well in the library. I propose to start working on DES algorithm and then using the same for triple DES algorithm.
Any pointers on how to start are appreciated.
You can write an implementation of DES in any language that you want, and add it to our cryptography section by creating a new folder called, for example, _des_cipher_. That would be a helpful contribution since, even thought DES isn't used nowadays, it's still an interesting cipher algorithm for people studying cryptography, and it is the base of Triple DES which is still in use.
Awesome, I will start working on this.
coders may take help from https://gist.github.com/eigenein/1275094
Most helpful comment
If you know how to implement it, we will be glad to receive your contribution.