Simplest and trustworthy way to encrypt anything. All locally.
How to encrypt: chaabi "<text>"
How to decrypt: chaabi open
Getting Started
npm install -g chaabi
Start terminal and type chaabi to get started
The encrypted data is stored in a .chaabi file, in the same directory where the command is run from. To Decrypt you must run the command from the same directory. This way you can store information in multiple folders.
How to share project secrets with team in usual development workflow
Go to project directory and create a chaabi file by adding any secret text e.g. development server credentials
chaabi "developemnt server ip:129.39.23.145, keyLocation:./keyFileToCloud, systemuser: dev, pass:itsasecret"`