KuroLabs / stegcloak

Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐

Home Page:https://stegcloak.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a `—config` option to the CLI tool

nandahkrishna opened this issue · comments

As discussed in #8, we should add a --config option in case people want to use StegCloak in languages other than Node - the current interactive nature of the CLI tool is a problem in those cases.

I'd also like to propose using environment variables for dynamic use-cases. In cli tools, there's usually a preference of cli > env vars > config file.

Something like STEGCLOAK_REVEAL_$OPTION as far as naming convention.