WebSphere Password Decoder
Most of the times we cannot recall the database passwords configured in Websphere AS.
If you ever need to decode a password use the following tip.
Passwords are stored in resource.xml or security.xml in encoded (not encrypted) form.
To decode, WAS provides a class which does that.
java -classpath
For WAS versions 7 and more,
java -Djava.ext.dirs=
Remember that you need double quotes around password and it works only for older than 7.0 versions.