Class MPassword


  • public class MPassword
    extends Object
    Decode / Encode passwords. Attention: This do not give security in any way. It's only a way to deny reading the password from the screen. No algorithm will give you security in this case. Only one way algorithm is more secure. The password is not allowed to start with a ":". Only the encoded password will start with a ":" followed by the algorithm version and the encoded password. A - old X - not accepted - dummy password B: - rot13 C: - Key Id from MVault ZMD5: - md5 encoded with salt
    Author:
    mhu