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

Releases: valflrt/fencryption-typescript

v1.0.1

12 May 09:10

Choose a tag to compare

Features

  • Encrypt and decrypt directory with the key of your choosing (encrypted files are simply renamed to [original name].encrypted)

note: Available features are really basic features since it is the first release.

Usage

Download the attached binary encrypt-directory.

# encryption
./encrypt-directory encrypt -p </path/to/your/directory> -k <your key>

# decryption
./encrypt-directory decrypt -p </path/to/your/directory> -k <your key>

note: In case of error due to non-permitted execution, use chmod +x file-encryption

Changelog

See Full Changelog