Hey there; When asking for advice, please at least say whether you are trying to do something programatically (i.e.: using the OpenSSL API), or just need to do it from the command line.
If it is the command line, then please include what you have tried, and the results that you got. To this current issue, if you are trying to do it via the command line, the man page ('man enc') has several really good examples of how to do 3DES encryption. If you need to do it programatically, take a look at the WvStreams 'wvtripledes' class code at http://code.google.com/p/wvstreams/ . Have fun. Patrick. Krishna, Bharath wrote: > Hi All, > > I am new for Unix development work. > > Can you please enlighten me clearly about the OPENSSL tool kit and > how we could achieve the below requirement. > > Requirement: > > As per customer requirements we should use DES3 algorithm to store > password in a file. For this, we have installed OPENSSL toolkit in our > server. > > Issue: > > I don't know, how to use the OPENSSL toolkit to achieve the above > requirement. > > > Can you please anybody help on this. > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org