sp1d3r

Contact me

Socials #

Using PGP #

You can use the following commands to prepare a message:

# First import my public key
gpg --import suhas.pub

# Write your message
notepad my_message.txt  # Or any editor you prefer

# Add attachments + message into a tar file
tar cf message.tar my_message.txt attachment1.dat attachment2.dat ... attachmentN.dat

# Encrypt your message
gpg --output message.asc --armor --encrypt message.tar --recipient E2ADC2E744C1E174B3EB2F1F5E73BB9115280138 --sign
# E2ADC2E744C1E174B3EB2F1F5E73BB9115280138 is the fingerprint of my public key.
# You can also use my email in place of E2AD...

You will get some output similar to this in the message.asc file.

-----BEGIN PGP MESSAGE-----
        ..........
-----END PGP MESSAGE-----

Just send me the file. Have a nice day!

comments powered by Disqus