BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface ReadPasswordArgs

    Arguments for reading an encrypted XID document.

    Use this when a command needs to load an XID document that may have encrypted private keys.

    interface ReadPasswordArgs {
        password?: string;
        askpass: boolean;
    }
    Index

    Properties

    Properties

    password?: string

    The password to decrypt private keys (undefined = no password, empty string = prompt)

    askpass: boolean

    Use SSH_ASKPASS environment variable to read the password