qnap-decrypt: Decrypt files encrypted by QNAP's Hybrid Backup Sync

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on Github at https://github.com/alexkazik/qnap-decrypt#readme


[Skip to Readme]

Properties

Versions 0.3.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5
Change log ChangeLog.md
Dependencies base (>=4.10 && <5), binary (>=0.6.4 && <0.9), bytestring (>=0.10.0.0 && <0.11), cipher-aes128 (>=0.1 && <0.8), conduit (>=1.3.0 && <1.4), conduit-extra (>=0.3.0 && <1.4), crypto-api (>=0.13.3 && <0.14), directory (>=1.2.7 && <1.4), filepath (>=1.4.1.2 && <1.5), optparse-applicative (>=0.14.2.0 && <0.15), qnap-decrypt, streaming-commons (>=0.1.0.0 && <0.2), tagged (>=0.8.5 && <0.9), utf8-string (>=1.0.1.1 && <1.1) [details]
License BSD-3-Clause
Copyright 2018 ALeX Kazik
Author ALeX Kazik
Maintainer alex@kazik.de
Category Cryptography
Home page https://github.com/alexkazik/qnap-decrypt#readme
Bug tracker https://github.com/alexkazik/qnap-decrypt/issues
Source repo head: git clone https://github.com/alexkazik/qnap-decrypt
Uploaded by alexkazik at 2018-04-28T14:51:05Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for qnap-decrypt-0.3.0

[back to package description]

qnap-decrypt

A program (and library) to decrypt files encoded by QNAP's Hybrid Backup Sync.

Installation

  1. Install Stack

  2. Download/clone this repo

  3. cd into it

  4. stack install

    • You may have to add the path of the installation to your PATH or always use the full path

Usage

The program supports four modes:

Example:

qnap-decrypt file -p password -s source.file -d target.file

Thanks