Skip to content

Quiqui-dev/file_encrpyter_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

A file encrypter / decrypter project, written in Go.

Usage

Build

Run the following from the root of the directory

go build -o app src/*.go

Encrypt

To encryt, first build the project (shown above) then run the following:

./app encrypt /path/to/file

Decrypt

To decrypt, run the following:

./app decrypt /path/to/file

About

A project to encrypt files using Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages