Skip to content

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

License

Notifications You must be signed in to change notification settings

Sonelli/gojuice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages