What is the difference between the GNU Privacy Guard and Open SSH?

I'm pretty new to these things and I AFAIK you can use both for encryption and both are free. Can anyone explain what one offers and the other doesn't? And why was there a need for GPG if OpenPGP was already free software?

有帮助吗?

解决方案

GnuPG (the GNU Privacy Guard) is a software for signing and encrypting messages. OpenSSH is for secure remote console access (and can do some more stuff like port forwarding). These are two totally different tools solving totally different problems.

OpenPGP is the standard GnuPG (and others) implements. OpenPGP is not a software, but a file format and protocol! Symantec PGP (after being sold and renamed a few times) was the first software to implement OpenPGP (actually the standard only got published some years after PGP was released).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top