1833238 Members
2765 Online
110051 Solutions
New Discussion

decryption using openssl

 
Jodu
New Member

decryption using openssl

Hi,

Just wanted to know that,
Whether i'll be able to decrypt a file in windows xp which is encrypted in hp-ux using openssl. thanks. Jodu.
4 REPLIES 4
Michal Kapalka (mikap)
Honored Contributor

Re: decryption using openssl

hi,

yes you should be able to decrytthe file on linux or any unix that have openssl installed,
on windows you could install cygwin with openssl, http://www.cygwin.com/

mikap
Jodu
New Member

Re: decryption using openssl

Thank you, and is there any other easy way to decrypt files in windows which are encrypted in hp-ux .
Steven Schweda
Honored Contributor

Re: decryption using openssl

> [...] is there any other easy way to
> decrypt files in windows which are
> encrypted in hp-ux .

Define "easy".

GnuPG should be available for both systems.

http://gnupg.org/
http://gnupg.org/download/supported_systems.en.html

Info-ZIP Zip and UnZip offer (fairly weak)
encryption-decryption. How good does the
encryption need to be?
Jodu
New Member

Re: decryption using openssl

Thanks to all