GithubHelp home page GithubHelp logo

mark-s / qnapbackupdecryptor Goto Github PK

View Code? Open in Web Editor NEW
32.0 2.0 3.0 1.18 MB

A tool to decrypt QNAP NAS encrypted backup files (not sync files) created using the QNAP Hybrid Backup Sync tool.

License: GNU General Public License v3.0

C# 100.00%
qnap qnap-nas backup encyption decryption decrypt files

qnapbackupdecryptor's Introduction

CodeQL BuildAndTest-Linux BuildAndTest-Windows ReleaseAll

Qnap Backup Decryptor

A tool to decrypt QNAP NAS encrypted backup files.

This will decrypt backup files (not sync files) created using the QNAP Hybrid Backup Sync tool.

This tool is an alternative to the QENC Decrypter provided by QNAP. This tool is faster by orders of magnitude (eg: 1,800 files takes 0.9 seconds using this tool and approx 20 seconds using the QNAP tool).

See it in action

Installation

Binaries for Windows, Linux and Mac, are available in Releases.

The QnapBackupDecryptor-FD files are Framework dependent and require an install of .NET 5 to be installed on the system. Available from here. If installing .NET is not an option, the QnapBackupDecryptor-SC files are larger, but do not require a .NET 5 install.

Quickstart

Decrypt a Folder, prompt for password and see the complete output file list

This is the same as the eample gif above.

  • Windows QnapBackupDecryptor.exe -e c:\Files\Enc -d c:\Files\Dec --verbose
  • Linux QnapBackupDecryptor -e ./Files/Enc -d ./Files/Enc --verbose

Decrypt a Folder and see the complete list of files, but specify the password

  • Windows QnapBackupDecryptor.exe -e c:\Files\Enc -d c:\Files\Dec --verbose -p Pa$$w0rd
  • Linux QnapBackupDecryptor -e ./Files/Enc -d ./Files/Enc --verbose -p Pa$$w0rd

Decrypt a Folder and overwrite any duplicate files in the destination

  • Windows QnapBackupDecryptor.exe -e c:\Files\Enc -d c:\Files\Dec --verbose --overwrite
  • Linux QnapBackupDecryptor -e ./Files/Enc -d ./Files/Enc --verbose --overwrite

Decrypt a Folder and delete successfully decrypted source files

WARNING: This will delete the Encrypted files if they are successfully decrypted. Ensure you have backups as the files will not be recoverable!

This will prompt for confirmation.

  • Windows QnapBackupDecryptor.exe -e c:\Files\Enc -d c:\Files\Dec --verbose --removeencrypted
  • Linux QnapBackupDecryptor -e ./Files/Enc -d ./Files/Enc --verbose --removeencrypted

Decrypt a single file to a folder

  • Windows QnapBackupDecryptor.exe -e c:\Files\Enc\Encrypted.jpg -d c:\Files\Dec --verbose
  • Linux QnapBackupDecryptor -e ./Files/Enc/Encrypted.jpg -d ./Files/Enc --verbose

Decrypt a single file and specify the new name

  • Windows QnapBackupDecryptor.exe -e c:\Files\Enc\Encrypted.jpg -d c:\Files\Dec\Decrypted.jpg --verbose
  • Linux QnapBackupDecryptor -e ./Files/Enc/Encrypted.jpg -d ./Files/Enc/Decrypted.jpg --verbose

Available Options

Short Long Default
-e --encrypted Required. Encrypted file or folder
-d --decrypted Required. Where to place the decrypted file(s)
-p --password Password will prompt
-s --subfolders Include Subfolders false
-r --removeencrypted Delete encrypted files (will prompt) false
-v --verbose Set output to verbose false
-o --overwrite Overwrite file(s) in output false
--help Display this help screen.
--version Display version information.

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

qnapbackupdecryptor's People

Contributors

dependabot[bot] avatar mark-s avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

qnapbackupdecryptor's Issues

No usable version of libssl was found on Fedora 39

Hey there,

I tried the tool again since I did not need it for a while but now I get the above error running it. :-(

I guess there have been some updates in openssl which are installed by Fedora and now it does not work anymore.

Is there any workaround or fix?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.