md5passwd
MD5passwd: user password creation tool
The MD5passwd program is used for creating encrypted passwords in the UP_PERSON_DIR table in the database used by the uPortal reference implementation.
MD5passwd can be invoked using the ant build tool thusly:
ant md5passwd -Dusername=ken
The following contains sample output:
Buildfile: build.xml
prepare:
compile:
md5passwd:
[echo] Invoking md5passwd
[java] Working directory ignored when same JVM is used.
[java] Enter Password for ken:
*****
[java] Password Updated...
BUILD SUCCESSFUL
Total time: 9 seconds