[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: makepasswd: naive question



On Sun, Jun 23, 2002 at 05:52:50PM +0300, Jerome BENOIT wrote:
> I want to protect some ZiP floppy with passwords generated by
> makepassd, and maintain a list of ZiP encrypted passwords as root: I
> guess that I have to decrypt the passwords to use them in view to
> unprotect my ZiP floppies.  Can we do that ?

I assume you are talking protecting file contents in removable media
such as IOmega ZIP DRIVE and FLOPPY disk by encryption.

Yes.  Several ways to do it.

1.  Use encrypted file system. (I never done it)
2.  Use "gpg".  (Package: "gnupg" GNU privacy guard, stong encryption)
3.  Use "zip".  (Package: "zip" Archiver for .zip files, weak encryption)
4.  Use "rot13". (Package: "bsdgames". super weak but no password.)
...

$ gpg -c <infile >/mnt/zip/outfile
...
$ zip -e file /mnt/zip/zipfile

Nice thing about rot13 is you do not need to remember password.  But any
one with slight clue can read it.


-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
 Osamu Aoki @ Cupertino CA USA
 See "User's Guide":     http://www.debian.org/doc/manuals/users-guide/
 See "Debian reference": http://www.debian.org/doc/manuals/debian-reference/
 "Debian reference" Project at: http://qref.sf.net

 I welcome your constructive criticisms and corrections.


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: