[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sun-managers
Subject:    SUMMARY: encryption files/folders with standard Solaris 10
From:       Sven Aluoor <aluoor () gmail ! com>
Date:       2009-09-29 16:50:26
Message-ID: 6317d8990909290950t46a919acy7b0d86200e4e52cf () mail ! gmail ! com
[Download RAW message or body]

Hi folks

thanks to all

special good contributions from Francisco Roque (frisco@blackant.net):
-------------------------
You can use openssl, and that will be as secure as the cipher you
select. For example:
$ openssl aes-128-cbc -e -out passwords.encrypted < passwords
$ openssl aes-128-cbc -d -out passwords.unencrypted < passwords.encrypted
-------------------------
and Todd A. Cox (toddc@ehsmed.com)
-------------------------
This wouldn't be compatible with other zip programs (as far as I
know), but you can encrypt any file with encrypt:

zip -r test.zip testfolder
cat test.zip | encrypt -a 3des -k mykey >test.zip.encrypted

Or using tar:

tar cf - testfolder | encrypt -a 3des -k mykey >test.tar.encrypted

Then, use decrypt to decrypt.

decrypt -a 3des -k mykey <test.tar.encrytped | tar xf -
-------------------------

cheers
Sven

---------- Forwarded message ----------
From: Sven Aluoor <aluoor@gmail.com>
Date: Tue, Sep 29, 2009 at 4:17 PM
Subject: Info-zip encryption on Solaris fails
To: sunmanagers@sunmanagers.org


Hi folks

Howto encryt a file/folder on Solaris 10 (without root password)?

$ zip -re test.zip testfolder
zip error: Invalid command arguments (encryption not supported)

cheers
Sven
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic