My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add kryptor-sign cheat

Lily Hannah 4c0951a9 7b9a27ce

+16
+16
signing/kryptor-sign.cheat
··· 1 + % kryptor 2 + 3 + # Sign a file using your private key and add a comment 4 + kryptor -s -c "<signature_comment>" "<input_file>" 5 + 6 + # Sign a file using your private key 7 + kryptor -s "<input_file>" 8 + 9 + # Verify a file's signature 10 + kryptor -v -y <public_signing_key> "<input_file>" 11 + 12 + # Verify a file that has a differently named signature file 13 + kryptor -v -y <public_signing_key> -t "<signature_file>" "<input_file>" 14 + 15 + $ input_file: fd -tf --maxdepth 1 . | fzf 16 + $ signature_file: fd -tf --maxdepth 1 . | fzf