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.

4 lines (3 loc) 172 B
#!/usr/bin/env node import { ParsedArgsDataType } from "./args"; export declare const mainImplementation: (args: ParsedArgsDataType, forceIvToFixedValue: boolean) => void;