Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

A simple cli program to encrypt/decrypt files and directories. This program has been deprecated, a new version (in Rust) is in construction... (see readme)

License

Notifications You must be signed in to change notification settings

valflrt/fencryption-typescript

Repository files navigation

build status license

Report Bug
Changelog
Download

Fencryption

A simple cli program to encrypt a directory or a file, made with nodejs and typescript.

This program has been deprecated, a new version (in Rust) is in construction...

PLEASE BE CAREFUL, I CAN'T GUARANTEE THERE IS NO VULNERABILITY IN THIS PROGRAM ! USE AT YOUR OWN RISK !

Usage

Usage: fencryption [options] [command]

A simple cli program to encrypt a file/directory

Options:
  --verbose                       enable verbose mode
  --debug                         enable debug mode
  -v, --version                   show version
  -h, --help                      display help for command

Commands:
  encrypt|e [options] <paths...>  encrypt a file/directory
  decrypt|d [options] <paths...>  decrypt an encrypted file/directory
  help [command]                  display help for command

You can also get help about commands using fencryption help [command] or fencryption [command] --help

Features

  • Encrypt and decrypt one or more file-s or a director-y-ies with the key of your choice

Development

How to build/compile

  • Use npm run build in the project directory to build.
  • Use npm run build:binaries to create an executable.

License

MIT (see LICENSE)

About

A simple cli program to encrypt/decrypt files and directories. This program has been deprecated, a new version (in Rust) is in construction... (see readme)

Topics

Resources

License

Stars

Watchers

Forks