YES Linux Forum

An internet business automation/turnkey solution that provides a business in a box.

You are not logged in.

#1 2004-09-06 10:34:15

Guest
Guest

generate unix md5 passwords

using YES Linux 2.0.11 and above you can create unix md5 compatible passwords (used in email and system accounts) from the command line using the following command:

java -cp /sbin/yes/configuration/lib/yes-util.jar com.youresale.yes.util.security.CredentialUtils

this will show a list of options and types of passwords that canbe generated.

 

#2 2004-09-09 23:19:36

boo
Site Admin
Registered: 2002-04-16
Posts: 438
Website

Re: generate unix md5 passwords

using YES Linux 2.0.11 and above you can create unix md5 compatible passwords (used in email and system accounts) from the command line using the following command:

java -cp /sbin/yes/configuration/lib/yes-util.jar com.youresale.yes.util.security.CredentialUtils

this will show a list of options and types of passwords that canbe generated.

So for example if you want to create a password called testpassword this would be the command:

java -cp /sbin/yes/configuration/lib/yes-util.jar com.youresale.yes.util.security.CredentialUtils testpassword

it will return the password in encrypted form.

Offline

 

#3 2005-10-01 04:04:59

Guest
Guest

Re: generate unix md5 passwords

I could not agree with you more.

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson