[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Crypt Program on RaQ4?
- Subject: RE: [cobalt-users] Crypt Program on RaQ4?
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Thu Jun 27 09:49:21 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Jens-Peter Otto [mailto:jp.otto@xxxxxxxxxxxxxxx]
Sent: Thursday, June 27, 2002 10:36 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Crypt Program on RaQ4?
Hi,
I want to crypt something before putting it on the disk but can't seem to
find any Crypt-Program installed on our RaQ4r ...
Did I miss something? Is there a .pkg with pgp or gnupg somewhere available?
-------------------------------
The crypt() function available in perl is the same that is used to encrypt
the passwords used in the /ect/password|/etc/shadow files. But it its
intended to be one-way. If you want to decrypt the content of the files,
you could use one of the other crypto modules available. Looking at
the CPAN modules might give you a hint of the various options available.