| ... | @@ -25,7 +25,7 @@ These dependencies can usually installed using `sudo apt install age jq` on debi |
... | @@ -25,7 +25,7 @@ These dependencies can usually installed using `sudo apt install age jq` on debi |
|
|
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
|
|
> ./encrypt.sh -e <eclipse-user> -o output.txt secret.txt
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
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.
|
|
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.
|
| ... | | ... | |