Skip to the content.

go-encryptor

build status build status go version GoReportCard Code style: standard License: Apache 2 Github all releases

A encryptor to encrypt files using passwords.

Features

Tip: To encrypt a folder, create a tarball of the folder then encrypt it (Recommanded)

tar -cf folder.tar folder

Usage

Encrypt a file,

go-encryptor encrypt "filename"

Decrypt a file,

go-encryptor decrypt "filename"

Use k flag in both encrypt & decrypt to keep the file.

go-encryptor encrypt -k "filename"

or

go-encryptor encrypt --keep "filename"

Installing

Download for your platform

License

This application is licensed under MIT, Copyright © 2021 Injamul Mohammad Mollah mrinjamul@gmail.com