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

    Interface WritePasswordArgs

    Arguments for writing an encrypted XID document.

    Use this when a command needs to save an XID document with encrypted private keys.

    interface WritePasswordArgs {
        encryptPassword?: string;
        encryptAskpass: boolean;
        encryptMethod: PasswordMethod;
    }
    Index

    Properties

    encryptPassword?: string

    The password to encrypt private keys

    encryptAskpass: boolean

    Use SSH_ASKPASS environment variable to read the encryption password

    encryptMethod: PasswordMethod

    The key derivation method to use when encrypting private keys