Xentara v2.0.4
User Manual
|
The Xentara password file consists of a JSON object containing one entry for each assigned password. The passwords are encrypted using a one-way hash function and cannot be decrypted. The encrypted passwords are stored as strings compatible password systems like the Linux shadow(5) file, or the Apache .htpasswd file. Contrary to those files, however, which are simple line-based text files, the Xentara password file is a JSON file.
The Xentara password file has the following structure:
$schema | An optional string value containing the URI of the JSON schema for Xentara password files. Xentara itself ignores this member, but some editors may use it to associate the model file with the correct JSON schema. The schema schould always point to https://docs.xentara.io/xentara/schema-xentara-passwords.json. |
(UUID) | A string value that contains the encrypted password for the user with the given UUID. There will be one entry like this for every user for whom a password has been set. |
A JSON schema file to validate password files is available here.