View comment

encrypt a message

by /u/zx2478 · 0 votes · 2020-04-19 05:12:00

Im trying to encrypt a message to send to a market which I have encryted it with their key. I have done this in the text editor so its has been saved as .pgp. The problem is I am copying the symbol of the letter and pasting it on their site but it is not showing as an encryoted message and just a list of the type of file. My question is how do see the encrypted message as a text so I can just copy and paste the whole text which is what i used to do with my old pgp software? To be a bit more clearer I have saved the letter in documents so when I open documents there are small letter symbols with the name of the file underneath them, I then click on the letter and it brings up a list of the files present in documents.


User: /u/Paprikae

Give the terminal a try. Open it up and use the following command: cat < where the key name above is changed depending on who you're encrypting the message for. You'll be able to type in whatever message you'd like, and then finish it off by typing in "END" in its own line. Once you do that, it'll automatically take what you input before that and encrypt it to the specified recipient. The resulting message will be printed to the terminal and you can simply copy it wherever you need. As for your second issue, follow the guide over at /post/f9438b8e69e162f4e2f6/ to automatically set TBB to the safest level with persistence.