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

[ bsd3, cryptography, library, program ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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-28T15:20:10Z
Distributions
Executables qnap-decrypt
Downloads 3202 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-28 [all 1 reports]

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:

  • Decrypt a single file or
  • Decrypt a full directory tree
  • Replace the decrypted file(s) or
  • Save the file/directory to a new file/directory

Example:

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

Thanks

  • Mikiya83 for hbs_decipher which I used to learn about the file structure