Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Cryptography in .NET Succinctly

Posted By: igor_lv
Cryptography in .NET Succinctly

Cryptography in .NET Succinctly - Stephen Haunts
2014 | Syncfusion Inc | ISBN: n/a | PDF | 84 pages | 2.2 Mb

Cryptography is used throughout software to protect all kinds of information, from emails, to passwords, to credit card data, and more. It goes beyond encrypting data though, and provides assurances of confidentiality, informational integrity, and nonrepudiation. With Cryptography in .NET Succinctly by Stephen Haunts, you will learn various methods to implement cryptography in .NET apps, including using the SHA, AES, and RSA hash algorithms, leveraging symmetric and asymmetric encryption, and creating digital signatures.

Table of Contents
What is Cryptography?
Cryptographic Random Numbers
Hashing Algorithms
Password Storage
Symmetric Encryption
Asymmetric Encryption
Hybrid Approach (RSA+AES)
Digital Signatures