| ... | ... | @@ -22,13 +22,13 @@ Download the [encrypt script](https://gitlab.eclipse.org/eclipsefdn/security/scr |
|
|
|
|
|
|
|
These dependencies can usually installed using `sudo apt install age jq` on debian based systems.
|
|
|
|
|
|
|
|
To encrypt a file `secret.txt` for a given eclipse user you can run the script like that:
|
|
|
|
To encrypt a file `secret.txt` for a given <eclipse-user> you can run the script like that:
|
|
|
|
|
|
|
|
```
|
|
|
|
> ./encrypt.sh -e <eclipse-user> -o output.txt secret.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
This will store the encrypted contents of the input file into a file `output.txt` which can then be send to the IT staff member by email or attached to a confidential Helpdesk ticket.
|
|
|
|
This will store the encrypted content of the input file into a file `output.txt` which can then be send to the IT staff member by email or attached to a confidential Helpdesk ticket.
|
|
|
|
|
|
|
|
You can add multiple recipients with the `-e` or `-g` flags specifying either an Eclipse or GitHub handle for encryption.
|
|
|
|
|
| ... | ... | |