+17
signing/minizign.cheat
+17
signing/minizign.cheat
···
1
+
% minizign
2
+
3
+
# Sign a file
4
+
minizign -S -m "<input_file>"
5
+
6
+
# Sign a file with a trusted comment
7
+
minizign -S -m "<input_file>" -t "<trusted_comment>"
8
+
9
+
# Verify a file with my public key
10
+
minizign -V -P <sapphic_public_key> -m "<input_file>"
11
+
12
+
# Verify a file with someone else's public key
13
+
minizign -V -P <public_key> -m "<input_file>"
14
+
15
+
$ sapphic_public_key: echo RWR81H6lO7D2DvmZwERlgOHcMr9nHUHtIV8BgFeYjwC9wwFlHIvabQrb
16
+
17
+
$ input_file: fd -tf --maxdepth 1 . | fzf