To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorEncryption
Encrypting a plain text files requires an input file and a recipient:
$ key encrypt input.txt [email protected]
Key will encrypt and sign the plain text input file.
- Scenarios
-
- Encrypt a file
-
- When
-
I run
bundle exec key encrypt input.txt [email protected]
- Then
-
gpg --sign --armor --encrypt --recipient [email protected] input.txt
should be run
Last published over 7 years ago by Ariejan de Vroom.