Safe – AES 256 GCM Encryption CLI Utility in Node JS

Contribute to Safe development by creating an account on GitHub.

Similar

How to Reduce Node Docker Image Size by 10x

Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once the application starts scaling, the image size inflates exponentially. In general, the node docker image size of th... (more…)

Read more »

Seven libraries to build Node.js CLI

Last week, I wrote an article about building a Node.js CLI using yargs. I introduced it saying we use cli tools everyday to simplify common tasks in our jobs. I made myself a couple of cli like gitmoji-changelog. It is a changelog generator for gitmoji co... (more…)

Read more »