Open Secure Password Repository

Open Secure Password Repository

Open Secure Password Repository

Install

Domino console command to install this app on your server:

tell Genesis install open-secure-password-repository

Install in MyAccount (for Prominic customers only)

This database allow to store usernames and passwords. Secure data is encrypted using standard Notes security.
The database is designed to allow more than one user to work with and you may define for each document, who is allowed to view the secure data and who is not allowed to do so.

Version: 1.2.0

{
    "title": "Open Secure Password Repository v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/open_secure_password_repository.ntf", "to": "${directory}/open_secure_password_repository.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Create database from templates ---",
        "databases": [
             {
                "action": "create",
                "filePath": "open_secure_password_repository.nsf",
                "title": "Open Secure Password Repository v${version}",
                "templatePath": "open_secure_password_repository.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Open Secure Password Repository ${version} (OpenNTF)"]
    }

    ]
}