decryptor

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

README

Decryptor

Decryptor decrypts files encrypted by Tags Drive

Usage

  1. CD to Tags Drive root folder (there must be the var folder)

  2. Create a folder decrypted-files

  3. Run

    docker run --rm \
        -v $PWD/var:/app/var \
        -v $PWD/decrypted-files:/app/ecrypted-files \
        kirtis/tags-drive decrypt --phrase=PHRASE
    
  4. Decrypted files will be saved in the decrypted-files folder

CL args
Arg Default Description Required
--phrase Pass phrase used to encrypt files yes
--config-file ./var/files.json Path to JSON file with files info
--data-folder ./var/data Path to files
-o, --output-folder ./decrypted-files Folder to save decrypted files

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartDecryptor added in v0.10.0

func StartDecryptor(version string) <-chan struct{}

Types

This section is empty.

Jump to

Keyboard shortcuts

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