PDF Password Protected
Protecting Your Downloaded PDF Files with a Password
The Temenos Digital application allows you to download documents in PDF format. To ensure your data remains secure, all downloaded PDF files is now protected with password. For enhanced security, the password for your downloaded PDF files will follow this format:
[First 4 letters of your lastname] + [Date of birth in the pattern "MMDDYYYY"]
The following are two examples:
| Name (First Name + Last Name) | Date of Birth | Password | Notes |
|---|---|---|---|
| Justin Alexander | 01/Jan/1980 | ALEX01011980 | |
| John Doe | 25/Mar/1990 | Doe03251990 | Since the last name is less than 4 characters, the logic will consider all the available characters in last name. |
Also see Spotlight Configuration.
Spotlight Configuration
PDF Password Protection
In the Spotlight, a new DBP bundle configuration added. This logic helps the file to generate the password for the PDF file.
| Key | Value | Description |
|---|---|---|
| PDF_PASSWORD_CONFIG | {"USER":{"PART1":{"FIELD":"lastname","NUM_OF_CHARS":4} , "PART2":{"FIELD":"dateOfBirth","PATTERN":"MMDDYYYY"}}, "OWNER":"TEMENOSDIGITAL" } |
In PART1, The FIELD can be 'lastname' or 'firstname'. In PART2, the PATTERN can be any valid part like MMDD, DDMM, MMDDYYYY, YYYY, or MMDDYY. The generated password is the concatenated string of PART1 and PART2. |
In this topic