You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present either a password must be typed in or an unencrypted file must be present to encrypt a realm.
If the password could be specified with an environment variable the command requirements could be cut by 50% and concerns over master file storage security would be removed.
The text was updated successfully, but these errors were encountered:
Depending on your use-case, you might want to do something like:
decrypt-command crypted-master-pw | gokey -P /dev/stdin -r test
niK&Dz7aUu
But yeah, environment variables are a pretty standard interface, that gokey should support. Same as -P - i.e. a dash character instead of a file name, to read the master-password from standard input.
At present either a password must be typed in or an unencrypted file must be present to encrypt a realm.
If the password could be specified with an environment variable the command requirements could be cut by 50% and concerns over master file storage security would be removed.
The text was updated successfully, but these errors were encountered: