# gpg –gen-key
# gpg –list-key
# cat secret.txt
Very secret PassWord
# gpg -r USER-ID -e secret.txt
create the file secret.txt.gpg
# rm -f secret.txt
# gpg -d secret.txt.gpg
...
Export the Key to World!
# gpg -a -export -r USER-ID > key-pub.asc
# gpg --import frind-key-pub.asc
And so on..
[*]
biOos
No comments:
Post a Comment