Sonelli / gojuice

A tool written in Go for receiving and decrypting JuiceSSH CloudSync backups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gojuice

Description

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

Darwin (Apple Mac)

FreeBSD

Linux

MS Windows

NetBSD

OpenBSD

Build & Run

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

 Usage:
 $GOPATH/bin/gojuice <decryption passphrase>

About

A tool written in Go for receiving and decrypting JuiceSSH CloudSync backups

License:Apache License 2.0


Languages

Language:Go 100.0%