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.

3 lines (2 loc) 133 B
import { CryptoWrapperResult } from "./crypto_wrapper"; export declare const decryptProcessEnvironment: () => CryptoWrapperResult[];