An open API service indexing awesome lists of open source software.

https://github.com/cage1016/qclouddecrypter

quick way to decrypt qcloud credentials
https://github.com/cage1016/qclouddecrypter

decrypt go qcloud token

Last synced: about 1 month ago
JSON representation

quick way to decrypt qcloud credentials

Awesome Lists containing this project

README

          

# qclouddecrypter

> a helper to quick decrypt myqnapcloud token

![](screenshot3.png)

![](screenshot.png)

![](screenshot2.png)

## Install

To install, use `go get`:

```bash
$ go get github.com/cage1016/qclouddecrypter
```

## Getting Started

To getting started, user `qclouddecrypter`:

**input manual**

```bash
$ qclouddecrypter

open /Users/cage/.qclouddecrypter/secretkey.yaml: no such file or directory, manual input

? Choose Auth Server: connector.alpha-myqnapcloud.com
...
```

**load config**

> copy `secretkey.yaml.copy` to `/.qclouddecrypter/secretkey.yaml`

_user-home/.qclouddecrypter/secretkey.yaml_

```yaml
apps:
- name: DJ2 Google
id: xxxxx
secret: xxxx
provider: google
scopes:
- wl.basic
- wl.offline_access
- name: DJ2 facebook
id: xxxxx
secret: xxxxx
provider: facebook
```

```bash
$ qclouddecrypter
? Choose Auth Server: connector.alpha-myqnapcloud.com
? Choose App:
❯ DJ2 Google
DJ2 facebook
```

## Author

[kaichu.io](https://kaichu.io)

## Licence
MIT: [https://github.com/cage1016/qclouddecrypter/blob/master/LICENSE](https://github.com/cage1016/qclouddecrypter/blob/master/LICENSE)