@@ -35,20 +35,20 @@ AUTHOR(S):
35
35
Jeff Malnick <malnick@gmail.com>
36
36
37
37
COMMANDS:
38
- rename Rename an entry in the vault
39
- rotate Rotate your cryptorious SSH keys and vault automatically
40
- delete Remove an entry from the cryptorious vault
41
- decrypt Decrypt a value in the vault `VALUE`
42
- encrypt Encrypt a value for the vault `VALUE`
43
- generate Generate a unique RSA public and private key pair for a user specified by user_name or with -user
38
+ rename Rename an entry in the vault
39
+ rotate Rotate your cryptorious SSH keys and vault automatically
40
+ delete Remove an entry from the cryptorious vault
41
+ decrypt Decrypt a value in the vault `VALUE`
42
+ encrypt Encrypt a value for the vault `VALUE`
43
+ generate Generate a RSA keys or a secure password.
44
44
45
45
GLOBAL OPTIONS:
46
- --vault-path, --vp "/home/malnick/.cryptorious/vault.yaml" Path to vault.yaml.
47
- --private-key, --priv "/home/malnick/.ssh/cryptorious_privatekey" Path to private key.
48
- --public-key, --pub "/home/malnick/.ssh/cryptorious_publickey" Path to public key.
49
- --debug Debug/Verbose log output.
50
- --help, -h show help
51
- --version, -v print the version
46
+ --vault-path, --vp "/home/malnick/.cryptorious/vault.yaml" Path to vault.yaml
47
+ --private-key, --priv "/home/malnick/.ssh/cryptorious_privatekey" Path to private key
48
+ --public-key, --pub "/home/malnick/.ssh/cryptorious_publickey" Path to public key
49
+ --debug Debug/Verbose log output
50
+ --help, -h Show help
51
+ --version, -v Print the version
52
52
53
53
```
54
54
### Decrypt Sub Menu
61
61
62
62
OPTIONS:
63
63
--copy, -c Copy decrypted password to clipboard automatically
64
- --goto, -g Open your default browser to https://<key_name> and login automatically.
65
- --timeout, -t "10" Timeout in seconds for the decrypt session window to expire.
64
+ --goto, -g Open your default browser to https://<key_name> and login automatically
65
+ --timeout, -t "10" Timeout in seconds for the decrypt session window to expire
66
66
```
67
67
### Rename Sub Menu
68
68
```
@@ -79,14 +79,14 @@ OPTIONS:
79
79
### Generate Sub Menu
80
80
```
81
81
NAME:
82
- generate - Generate a unique RSA public and private key pair for a user specified by user_name or with -user
82
+ generate - Generate a RSA keys or a secure password
83
83
84
84
USAGE:
85
85
generate command [command options] [arguments...]
86
86
87
87
COMMANDS:
88
- keys Generate SSH key pair for cryptorious
89
- password Generate a random password
88
+ keys Generate SSH key pair for cryptorious
89
+ password [--[l]ength] Generate a random password
90
90
91
91
OPTIONS:
92
92
--help, -h show help
@@ -154,7 +154,7 @@ cryptorious rotate
154
154
1 . Backs up your old keys to ` keyPath.bak `
155
155
1 . Backs up your old vault to ` vaultPath.bak `
156
156
1 . Generates new keys to ` keyPath `
157
- 1 . Decrypts vault using ` privateKey .bak` and encrypts vault in place with new ` privateKey `
157
+ 1 . Decrypts vault using ` cryptorious_privatekey .bak` and encrypts vault in place with new ` cryptorious_publickey `
158
158
1 . Writes the vault back to disk at ` vaultPath `
159
159
160
160
## Step 5: Generate Secure Password
0 commit comments