Decrypts a password.
@param base64EncodedPassword the base64 encoded password to decrypt.
@return the password.
@throws NullPointerException if base64EncodedPassword is null.
@throws EncryptionException if an error occurs performing decryption.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.