Encryption Handling in Graph Modeling
21/4/2026
Graph Modeling (formerly PoolParty) uses state-of-the-art encryption methods and the random salt key value generation.
Passwords are not stored in cleartext. Before storage or validation, Keycloak hashes the passwords using the PBKDF2 hashing algorithm.
To make sure that the best possible encryption level is in place, add the following lines to Graph Modeling Configuration Properties:
encryption.password=PasswordOfYourChoice encryption.salt=<default, will be set by installer> encryption.keyStrength=256