A Practical Guide to Encryption in .NET and .NET Core
Buch, Englisch, 228 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 474 g
ISBN: 978-1-4842-4374-9
Verlag: Apress
Applied Cryptography in .NET and Azure Key Vault begins with an introduction to the dangers of data breaches and the basics of cryptography. It then takes you through important cryptographic techniques and practices, from hashing and symmetric/asymmetric encryption, to key storage mechanisms. By the end of the book, you’ll know how to combine these cryptographic primitives into a hybrid encryption scheme that you can use in your applications.
Author Stephen Haunts brings 25 years of software development and security experience to the table to give you the concreteskills, knowledge, and code you need to implement the latest encryption standards in your own projects.
What You'll Learn
- Get an introduction to the principles of encryption
- Understand the main cryptographic protocols in use today, including AES, DES, 3DES, RSA, SHAx hashing, HMACs, and digital signatures
- Combine cryptographic techniques to create a hybrid cryptographic scheme, with the benefits of confidentiality, integrity, authentication, and non-repudiation
- Use Microsoft's Azure Key Vault to securely store encryption keys and secrets
- Build real-world code to use in your own projects
Software developers with experience in .NET and C#. No prior knowledge of encryption and cryptographic principles is assumed.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1. What are Data Breaches?.- 2. Brief History of Cryptography.- 3. The Importance of Random Numbers.- 4. Hashing and Hashed Message Authentication Codes.- 5. Safely Storing Passwords.- 6. Symmetric Encryption.- 7. Asymmetric Encryption.- 8. Digital Signatures.- 9. Hybrid Encryption.- 10. Key Storage and Azure Key Vault.- 11. Azure Key Vault Usage Patterns.- 12. Final Summary.