-
Difference between Signing and Encryption with OpenPGPWeb/Security 2019. 8. 29. 09:57
1. Overview
Let's distribute Signing and Encryption with OpenPGP
2. Purpose
- Preserve confidentiality and privacy
- To meet some business regulations of security
- To make sensitive data unreadable to unauthorized parites
- Data Integrity
- Not altered from its original form
- Message AUthentication(Proof of Origin)
- Ensuring message came from the purported sender
- Non-repudiation
- That the sender cannot deny the authenticity of the message they sent and signed with OpenPGP
3. Process
3.1 Encrypting
3.2 Signing
4. References
'Web > Security' 카테고리의 다른 글
Same-origin Security Policy (0) 2019.08.30 Open Authorization(OAuth) 2.0 (0) 2019.08.29 Encoding, Encryption, Hashing, and Obfuscation (0) 2019.08.28 Authentication and Authorization (0) 2019.08.27 JWT, JWS, JWE, JWA, and JWK (0) 2019.08.27