Skip to content

Commit 255637c

Browse files
Update pass.md
1 parent b63f379 commit 255637c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/pass.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ sudo apt-get update
4444
sudo apt-get install pass-extension-import
4545
```
4646

47+
## Encrypt Files
48+
49+
```shell
50+
pass insert -m sensitive/secret_answers < secret_answers.txt
51+
# Or
52+
cat secret_answers.txt | pass insert -m sensitive/secret_answers
53+
```
54+
4755
## References
4856

4957
- <https://wiki.archlinux.org/index.php/Pass>

0 commit comments

Comments
 (0)