Hi The Web Console supports hashed passwords where the hash algorithm is prefixed to the based value. The format in EBNF is:
> HashedPassword = „{„ Algorithm „}“ Hash . > Algorithm = // Hash Algorithm such as „SHA-256“ > Hash = // Base64 encoding of password hashed with the Algorithm So, the default password of the Web Console is: > "{sha-256}jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg=" Hope this helps. Regards Felix > Am 30.10.2014 um 12:08 schrieb David Cao <govel...@gmail.com>: > > Hello there, > > Can I set an encrypted password to "felix.webconsole.password" property? if > not, what are my options to encrypt the password (either via config file or > via API)? > > Thanks a lot! > David