Password security - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
ft:locale
en-US
Product name
Data360 Analyze
ft:title
Data360 Analyze Server Help
Copyright
2025
First publish date
2016
ft:lastEdition
2025-02-20
ft:lastPublication
2025-02-20T11:13:02.494000

Local user passwords

Local user passwords are salted with 512 bytes of random data generated by the SHA1PRGN algorithm and then hashed with SHA-512; they are hash stored locally, the original value is never stored (i.e. one-way).

LDAP user passwords

LDAP user passwords are not stored.

Password properties

Password values in Password properties are encrypted via AES-128, using a key generated by the PBKDF2 (PKCS #5 2.0) key derivation function from a passphrase which is stored in a local Java Key Store (JKS).

The JKS itself is protected by a system-wide password which is either encrypted into a property file entry, or required to be entered on application startup.

Note: Password properties that use textual substitution (e.g. {{^otherproperty^}}) will not be encrypted. It is therefore strongly recommended that you only substitute Password properties into other Password properties.

Decrypted Password property values are not retrievable via any API, and only by services used within the web application.