File: README.md

package info (click to toggle)
golang-github-cloudflare-redoctober 0.0~git20161017.0.78e9720-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 636 kB
  • sloc: sh: 65; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ro
This is a command line based Red October client. It is still under development.

## Usage
See

$ ro -h

## Example
Assume username and password is stored at RO\_USER and RO\_PASS env variables.

1. To see the current user and delegation summary:

	$ ro -server HOSTNAME:PORT summary

2. To decrypt a RO encrypted file:

	$ ro -server HOSTNAME:PORT -in FILE -out FILE decrypt