Skip to content
/ snugf Public

Utility to protect, encrypt, and compress files.

Notifications You must be signed in to change notification settings

marcsj/snugf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snugf

Utility to protect, encrypt, and compress files.

Install

To get latest version:
go get -u github.com/marcsj/snugf

To install, navigate to directory and use:
go install

Usage

At present, this allow for a simple use of decoupling and compressing files, and vice versa. This can be done by using it as follows:

writing:
snugf write -k <key string> [input filename] [output filename]

reading:
snugf read -k <key string> [input filename] [output filename]

Although Decouplet allows for variable-length keys, this key should be very similar to a password in that it contains a mixture of symbols, upper and lower letters, and numbers at a suitable length.

Releases

No releases published

Packages

No packages published

Languages