UNPKG

dotencr

Version:

Encrypt and decrypt individual lines inside a .env file. Supports multiple encryption keys. Keys and dotenv files can be read text file or read from the environment.

13 lines (12 loc) 378 B
/** * The encryption key name cannot be one of the reserved words. */ export declare const keyNames: string[]; /** * The encryption key name cannot be one of the reserved words. */ export declare const keyNamesForCipheredVariable: string[]; /** * The encryption key name cannot be one of the reserved words. */ export declare const keyNamesForPlainTextVariable: string[];