Customers
User information
 Loading ...
Show article in Knowledge Base

What hashing algrithm is used by default in VisionFlow Export knowledge base Export     SubscribeSubscribe      Show article info

SHA-1 with base 64 encoding is used for passwords

 

Test here:  https://www.functions-online.com/hash.html

 

String: test

Hashed String: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3

 

You can change hashing type by setting the property passwordHashingClass in visionproject.properties.

 

Please note! All existing passwords stored in the database will be invalid if you change password hashing type 

 

Valid options are

se.visionera.visionproject.util.security.SHA1BASE64HashFunction
se.visionera.visionproject.util.security.MD5HashFunction
se.visionera.visionproject.util.security.MD5BASE64HashFunction

Since version 13.0.72se.visionera.visionproject.util.security.SHA256BASE64HashFunction 


User comments
 Loading ...

Documents