ee

command module
v0.0.0-...-94f2872 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2017 License: MIT Imports: 6 Imported by: 0

README

EE - Encrypt Everything

Encrypt everything securely.

This tool is currently not more than a demo tool - do not use it in production!

Installation

Install: go get -u github.com/aead/ee

Usage
Usage of ee:
  -dec string
        Decrypt data with the provided password
  -dst string
        The destination file ee will try to write to - default is STDOUT
  -enc string
        Encrypt data with the provided password
  -gen string
        Generate and print the derived key from the provided password
  -salt string
        The salt used to derive a key from the password
  -src string
        The source file ee will try to read from - default is STDIN

Examples of ee:

   Derive and print encryption key: ee -gen your-password -salt your-salt
   Encrypt and print file         : ee -enc your-password -salt your-salt -src /path/to/your/file
   Encrypted file copy            : ee -enc your-password -salt your-salt -src /path/to/your/src -dst /path/to/your/dst
   Decrypted file copy with pipes : cat /path/to/your/src | ee -dec your-password -salt your-salt > /path/to/your/dst

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL