mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-04-17 15:01:17 +00:00
+ Add the relevant parts to the command line tool and the client package. + Small improvements to cryptor's restore function: + Don't try to restore if the store is already active. + Flush the persistence key cache once the restoration occurs. + The redoctober program now explicitly mentions that a config file is invalid when that's the case.
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.
-
To see the current user and delegation summary:
$ ro -server HOSTNAME:PORT summary
-
To decrypt a RO encrypted file:
$ ro -server HOSTNAME:PORT -in FILE -out FILE decrypt