1.0.0 • Published 4 years ago

sekreto-cli v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Sekreto CLI

Sekreto CLI helps you keep your files secret. Sekreto CLI uses AES-256-CBC algorithm with HMAC-512 to encrypt your files.

Prerequisites

Sekreto CLI requires Node.js version 10.20 or later. You can install the latest version of Node.js at https://nodejs.org/en/download/.

Node.js version can be checked with the following command:

node --version

Installation

You can install Sekreto CLI with the following command:

npm i -g sekreto-cli

Usage

Run the following command to use Sekreto CLI, you will be prompted for information required.

sekreto

License

MIT

Notes

This is a personal project and should not be used to encrypt/decrypt critical or important files. Sekreto CLI may contains unexpected bugs which may damages your files, you are recommended to back up your file before encrypting/decrypting it with Sekreto CLI.