Popularity
7.7
Growing
Activity
0.0
Stable
26
7
6
Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Cryptography
Latest version: v0.3.5
qnap-decrypt alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view qnap-decrypt alternatives based on common mentions on social networks and blogs.
-
cryptohash
DISCONTINUED. efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite -
cipher-blowfish
DISCONTINUED. DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell -
cipher-aes
DEPRECATED - use cryptonite - a comprehensive fast AES implementation for haskell that supports aesni and advanced cryptographic modes. -
crypto-pubkey
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic public key related algorithms in haskell (RSA,DSA,DH,ElGamal) -
cipher-aes128
DISCONTINUED. Based on cipher-aes, but using a crypto-api interface and providing resulting IVs for each mode -
crypto-numbers
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic number related function and algorithms -
crypto-random
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic random class and entropy gatherer with safe API for haskell
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of qnap-decrypt or a related project?
README
qnap-decrypt
A program (and library) to decrypt files encoded by QNAP's Hybrid Backup Sync.
Installation
- Install Stack
- Download/clone this repo
cd
into itstack 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