SkillAgentSearch skills...

Gojuice

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

Install / Use

/learn @Sonelli/Gojuice
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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>

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2mo ago
Forks3

Languages

Go

Security Score

90/100

Audited on Jan 21, 2026

No findings