lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: twebster at daksoft.com (twebster@...soft.com)
Subject: Q: Linux Command Line Encryption

openssl encryption and decryption,

encrypt
      openssl enc <cipher> -e -in filename.txt -out filename.enc
      openssl enc -aes-256-cfb -e -in filename.txt -out filename.enc


decrypt
      openssl enc <cipher> -d -in filename.enc -out filename.txt
      openssl enc -aes-256-cfb -d -in filename.enc -out filename.txt


later,
tony


full-disclosure-admin@...ts.netsys.com wrote on 10/22/2004 02:47:48 PM:

> Hi,
>
> What's the syntax to decrypt using this?
>
> Regards,
> Joe
>
>
>
>
>
> ----- Original Message -----
> From: "Mike Tancsa" <mike@...tex.net>
> To: "Ali Campbell" <fdisclosure@...campbell.org.uk>;
> <full-disclosure@...ts.netsys.com>
> Sent: Friday, October 22, 2004 1:46 PM
> Subject: Re: [Full-Disclosure] Q: Linux Command Line Encryption
>
>
> At 01:48 PM 22/10/2004, Ali Campbell wrote:
> >I need a Linux utility which I can use to encrypt a single gzipped file
> >via the command line. Obviously something open source would be
preferable.
> >I'm not really interested in setting up a whole suite of stuff with
> >keyfiles and so on, and I don't need a public/private key setup, just
> >something quick and dirty with a single secret key for encryption and
> >decryption which is nevertheless reasonably strong.
>
> Whats wrong with openssl ?
>
> openssl des3 -in test.txt -out test.txt.enc
>
> or
>
> openssl aes-256-cbc -in test.txt -out test.txt.enc
>
> This is only as strong as your passphrase.  Using something like GPG has
> other advantages since the private key can be kept in a separate location
> from the encrypted file.
>
>
>          ---Mike
>
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.netsys.com/full-disclosure-charter.html
>
>
> _______________________________________________
> Full-Disclosure - We believe in it.
> Charter: http://lists.netsys.com/full-disclosure-charter.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ