Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Enterprise Cloud Security and Governance

You're reading from  Enterprise Cloud Security and Governance

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781788299558
Pages 410 pages
Edition 1st Edition
Languages
Author (1):
Zeal Vora Zeal Vora
Profile icon Zeal Vora
Toc

Table of Contents (11) Chapters close

Preface 1. The Fundamentals of Cloud Security 2. Defense in Depth Approach 3. Designing Defensive Network Infrastructure 4. Server Hardening 5. Cryptography Network Security 6. Automation in Security 7. Vulnerability, Pentest, and Patch Management 8. Security Logging and Monitoring 9. First Responder 10. Best Practices

Digital signatures

Digital signatures are very important. A digital signature is formed by encrypting the hash of a particular message. The encryption is done by a private key that can be decrypted by the corresponding public key.

Digital signatures are being used in many of the use cases, so understanding them is necessary.

There are three simple steps for generating a digital signature:

  1. Create a hash of the data that you wish to transmit.
  2. The corresponding hash will be Encrypted by the Private Key of the sender. This value is called the Digital Signature.
  3. The Digital Signature along with the original message is combined into a Final Message and sent across the network:

There are three simple steps to verify the Digital Signature on the receiving end:

  1. On the receiving side, the process is reversed. In the initial step, the hash of the Plain Text Data is taken and calculated...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}