| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 13:35:14 GMT
X-Served-By: cache-dfw-kdal2120027-DFW, cache-bom-vanm7210022-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768656913.245441,VS0,VE790
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
qnap-decrypt: Decrypt files encrypted by QNAP's Hybrid Backup Sync
[Skip to Readme]
qnap-decrypt: Decrypt files encrypted by QNAP's Hybrid Backup Sync
Please see the README on Github at https://github.com/alexkazik/qnap-decrypt#readme
[Skip to Readme]
Downloads
- qnap-decrypt-0.3.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.16), qnap-decrypt, streaming-commons (>=0.1.0.0 && <0.3), 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 |
| Uploaded | by alexkazik at 2019-07-06T07:49:34Z |
| 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 |
| Distributions | |
| Executables | qnap-decrypt |
| Downloads | 3459 total (28 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2019-07-06 [all 1 reports] |
Readme for qnap-decrypt-0.3.5
[back to package description]qnap-decrypt
A program (and library) to decrypt files encoded by QNAP's Hybrid Backup Sync.
Installation
-
Download/clone this repo
-
cdinto it -
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