Categorygithub.com/liamlts/envs
modulepackage
0.0.0-20231212210214-6092fada20bf
Repository: https://github.com/liamlts/envs.git
Documentation: pkg.go.dev

# README

envs

envs is an experimental Go library that allows you to convert a standard environment variable (env) file into an encrypted envs file, which is securely stored on disk using AES-256 encryption. The library returns a hashmap of the environment variables for easy access in your applications.

This project is strictly experimental. You probably should not use this in an actual production environment.

Features

  • Convert standard env files into encrypted envs files.
  • Securely store environment variables on disk using AES-256 encryption.
  • Retrieve environment variables as a hashmap for easy integration into your applications.

# Functions

No description provided by the author
Symmetrical AES encryption based off key.