Subject: RE: [jade-develop] JADE-S passwd file
From: Vitaglione Giosue' (Giosue.Vitaglione@TILAB.COM)
Date: Tue Oct 01 2002 - 12:23:27 MET DST
Hello Milan,
this is true, that tool is not yet included in the current distribution.
Anyway, you can easly generate passwords as follows:
(given that your classpath contains 'jadeS.jar')
type:
> java jade.security.impl.Digest DES wonnapass sa
where: 'wannapass' is the cleartext password and 'sa'
are two characters you can randomly chose.
You can also use MD5-based passwords.
Type:
> java jade.security.impl.Digest
for a help message.
Then you can edit your password file with any text editor,
just copy-and-paste the generated passwords.
If you use Linux with DES-based passwords, please note that you can also use
the passwd command for creating passwords, and use the /etc/shadow password file.
Hope this helps.
Cheers,
Giosue
-----Original Message-----
From: Milan Rollo [mailto:rollo@labe.felk.cvut.cz]
Sent: Monday, September 30, 2002 9:22 AM
To: jade-develop@sharon.cselt.it
Subject: [jade-develop] JADE-S passwd file
Hello,
I wanted to create my own passwd file, as described in section 3.3 of SecurityAdminGuide.pdf, but it seems that there is no class jade.security.impl.User in package jadeS.jar. Can anybody help me with this problem?
Thanks,
Milan Rollo
-----Original Message-----
From: Milan Rollo [mailto:rollo@labe.felk.cvut.cz]
Sent: Monday, September 30, 2002 9:22 AM
To: jade-develop@sharon.cselt.it
Subject: [jade-develop] JADE-S passwd fileHello,I wanted to create my own passwd file, as described in section 3.3 of SecurityAdminGuide.pdf, but it seems that there is no class jade.security.impl.User in package jadeS.jar. Can anybody help me with this problem?Thanks,Milan Rollo
This archive was generated by hypermail 2a22 : Tue Oct 01 2002 - 12:23:47 MET DST