It looks like you haven't actually encrypted the text document. I think you've just created a signed version of it. If you used your private key to encrypt it, anyone who wants to decrypt it can using your public key (which in real life is released). So anyone can read your message. You're supposed to use the public key to encrypt messages so that only people with the private key can decrypt them.
It looks like you haven't actually encrypted the text document. I think you've just created a signed version of it. If you used your private key to encrypt it, anyone who wants to decrypt it can using your public key (which in real life is released). So anyone can read your message. You're supposed to use the public key to encrypt messages so that only people with the private key can decrypt them.
martinxs6 2 years ago
What tools do you use?
jordanpower6 2 years ago
i use a command based program.
southpole560 2 years ago