Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

encrypt is a simple command-line tool to encrypt a file. It's my attempt to create a simple tool that can encrypt any file content with AES256 encryption.

You can install it by running the following command:

git clone github.com/aliraza944/encrypt

cd encrypt

go build

go install

Usage

Encryption

encrypt -k <32-letter-encryption key> -p <file path>

Decryption

encrypt -k <32-letter-encryption-key> -p <file path> -m d

About

A simple CLI to encrypt any file with AES256 encryption in GO

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages