Re: Syncope How do I Generate the different adminPasswordAlgorithm

2019-09-05 Thread Francesco Chicchiriccò
Hi, please do not confuse SHA256 with SSHA256 I am not aware of any shell utility for getting a SSHA256 value, as sha256sum does for SHA256. You can easily google how to do that in Java / Python / Perl / PHP / etc. HTH Regards. On 05/09/19 14:52, Dalrymple, Philip wrote: >

Syncope How do I Generate the different adminPasswordAlgorithm

2019-09-05 Thread Dalrymple, Philip
http://syncope.apache.org/docs/2.1/reference-guide.html#set-admin-credentials Describes the process for creating a admin password in SHA1 but not in any of the other algorithms. The default is now set to adminPasswordAlgorithm=SSHA256 but when I do echo -n password | sha256sum