Link to home
Start Free TrialLog in
Avatar of NancyMathew0810
NancyMathew0810

asked on

Triple DES Encryption

Hi,

Is anybody aware of any open source code program or DLL implementing Triple DES encryption/decryption algorithm, which can be used to integrate with an application on a UNIX platform?

Thanks & Regards,
Nancy
ASKER CERTIFIED SOLUTION
Avatar of chris_calabrese
chris_calabrese

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NancyMathew0810
NancyMathew0810

ASKER

Our backend system system is Oracle. Hence, we used the Oracle's inbuild dbmstoolkit for encryption and decryption. It works very well.
Grade answer... or else
I didn't get you!!
Your question was answered twice.
Does not matter if you mention some popular products after to frighten moderators.
That is rude. I am not trying to frighten anybody. I just thought it to be worthwhile sharing what I did. Didn't know it can be taken in such light too.
If your application is using Oracle, and or is heavily integrated with Oracle then yes, Oracle provides some excellent tools. Otherwise across UNIX platforms OpenSSL is the standard. Depending on the needs of your application you might consider benchmarking Oracles implimentation of Triple DES vs. OpenSSL's. Also consider that a encryption algorithims implimentation's speed is often dependent on how well it is implimented on that processor/OS.

If you have a choice of encryption algorithims I would urge you to consider using AES-128. Which is stronger then Triple-DES, and lighter weight in terms of CPU/memory consumption.
First is complete answer.