exaexa / codecrypt

Post-quantum cryptography tool (THIS REPOSITORY IS ONLY A MIRROR OF THE MAIN ONE, PLEASE DO NOT FILE BUGS HERE)
https://gitea.blesmrt.net/exa/codecrypt
GNU Lesser General Public License v3.0
308 stars 40 forks source link

import Frank's key and rename it #13

Closed skyup259 closed 8 years ago

skyup259 commented 8 years ago

i am trying to import franks's key but showing error " ccr: could not open input file" screenshot from 2016-06-13 16-37-29

exaexa commented 8 years ago

It might not be quite obvious for people without any prior experience with GPG or no picture about how pubkey cryptography works, but "friend's pubkeys" are supposed to be sent to you by the friend ("Frank"). He produces the keys exactly same way as you do (exporting pubkeys using -p) and you simply exchange the files to be able to communicate.

I kindof hoped that, in the context of quick howto that shows you several quick tricks, this part will be clear thanks to the filename.

If the pubkeys really cannot be imported (e.g. you have a file from another machine and importing fails e.g. with a parse error), please reopen.

I'll add some comment to the howto.