Posts by amarok
No need to search for a key ID. Just type the e-mail associated with your key and export your public key like this: $ gpg --export -a something@example.net > my_key.asc
Answer
RHash is a popular all-in-one hashing and checksum tool available in most Linux repositories (or can be downloaded from SourceForge). Usage example for sha1 sum: $ rhash --sha1 file
Answer