LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Decrpting Blowish Encryted Files? (https://www.linuxquestions.org/questions/linux-software-2/decrpting-blowish-encryted-files-385091/)

fleshwound 11-21-2005 03:47 AM

Decrpting Blowish Encryted Files?
 
Ive encrypted a bunch of files using a windows based encyption program, and have transfered the files over to my linux file server. Now I want to know how to decrypt it on the linux box, but dont know what to use to decrpt the files... What should I use to decrypt my blowfish encrpted files?

nx5000 11-21-2005 04:41 AM

You can use mcrypt

fleshwound 11-21-2005 06:53 AM

I encrypted the files with a password. I can't find a switch that allows a password... could you maybe give me a usage example?

malo_umoran 11-21-2005 07:13 AM

@fleshwound:

example:
$ mdecrypt -a blowfish <filename>

it will ask you for a password after pressing <ENTER>.


or without prompting for a password:
$ mdecrypt -a blowfish -k <PASSWORD> -q <FILE>

replace "-q" with "-V" to have a verbose output.

M.


All times are GMT -5. The time now is 11:12 PM.