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

    Interface CommandArgs

    Command arguments for the decrypt command.

    interface CommandArgs {
        key?: string;
        password?: string;
        askpass: boolean;
        recipient?: string;
        sshId?: string;
        envelope?: string;
    }
    Index

    Properties

    key?: string

    The symmetric key to use to decrypt the envelope's subject (ur:crypto-key)

    password?: string

    The password to derive the symmetric key

    askpass: boolean

    Use SSH_ASKPASS to read the password

    recipient?: string

    The recipient's private key (ur:crypto-prvkey-base or ur:crypto-prvkeys)

    sshId?: string

    The SSH identity to use to decrypt the envelope's subject

    envelope?: string

    The envelope to decrypt