http://idk.i2p/javadoc-i2p/net/i2p/router/web/ConsolePasswordManager.html
Parameters: realm - e.g. i2cp, routerconsole, etc. user - null or "" for no user, already trimmed pw - plain text, already trimmed Returns: if pw verified getMD5 public Map < String , String > getMD5 ( String realm) Get all MD5 usernames and passwords. Compatible with Jetty.
Any "null" user is NOT included.. Parameters: realm - e.g. i2cp, routerconsole, etc. Returns: Map of usernames to passwords (hex with leading zeros, 32 characters) saveMD5...