An open source tool for recieving and decrypting your latest JuiceSSH CloudSync backup.
- Obtains an OAUTH2 authentication token from Google API
- Authenticates with the JuiceSSH API
- Retrieves your latest encrypted CloudSync backup in JSON format
- Decrypts the backup using a user provided passphrase
## Binary Downloads
- gojuice_1.0.0_amd64.deb
- gojuice_1.0.0_armhf.deb
- gojuice_1.0.0_i386.deb
- gojuice_1.0.0_linux_386.tar.gz
- gojuice_1.0.0_linux_amd64.tar.gz
- gojuice_1.0.0_linux_arm.tar.gz
First download and install Go. On OSX this is as easy as:
$ brew install go
For other linux/windows/freebsd check http://golang.org
Then build it!
# Fetch the source
$ go get github.com/Sonelli/gojuice
# Build it!
$ go install gojuice
Usage:
$GOPATH/bin/gojuice <decryption passphrase>