Skip to content

nlippke/hbsdecipher-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid Backup Sync decipher (go)

This is a port of the Java version of Hybrid Backup Sync entirely written in go, small in size (< 3MB) and fast. It currently supports only QNAP HBS version 2 and OpenSSL ciphered files.

Usage

hbsdec (options) file1 directory2 ...
Options:
  -o string
        output directory (optional)
  -p string
        password for decryption
  -r    traverse directories recursively
  -v    verbose

Docker version

docker build -t hbsdec .
docker run --rm -it -v hostdirA:/in -v hostdirB:/out hbsdec -r -o /out /in  

License:

Tool under GNU version 3 license.

About

Decipher QNAP Hybrid Backup Sync files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published