keepass-to-env

Crates.iokeepass-to-env
lib.rskeepass-to-env
version0.3.3
sourcesrc
created_at2023-10-22 11:35:16.878768
updated_at2024-07-26 09:45:11.153884
descriptionA simple tool to convert Keepass database to environment variable
homepage
repositoryhttps://github.com/Syndim/keepass-to-env
max_upload_size
id1010520
size31,467
(Syndim)

documentation

README

keepass-to-env

A simple utility to convert Keepass database to a dotenv file or to a child shell process

why would you need it

Managing environment in .env file is not easy. It may contain credentials so you don't want store it in plain file. On the other hand, the Keepass database is a perfect place to store such information. This simple tool helps you generate the .env file or setting environment variables to a child shell from a Keepass database.

install

cargo install keepass-to-env

usage

kte --kdbx <path/to/kdbx/file> [--root <abc/def>] [--password <your/secret/password>] [--output <path/to/dot/env>]
Commit count: 4

cargo fmt