dparlevliet / envenc

A script to read a .env file and produce a new .env file with all the values encrypted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

envenc

A script to read a .env file and produce a new .env file with all the values encrypted

install

wget -qO- https://raw.githubusercontent.com/dparlevliet/envenc/main/envenc | sudo tee /usr/bin/envenc > /dev/null && sudo chmod +x /usr/bin/envenc

usage

envenc ./.env

About

A script to read a .env file and produce a new .env file with all the values encrypted

License:MIT License


Languages

Language:Shell 100.0%