Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
Cryptography
.
Show all posts
Showing posts with label
Cryptography
.
Show all posts
Sunday, 31 December 2023
Password hashing in .NET
›
This article will look on different ways to hash a password in .NET. MD5 was developed by Ron Rivest in 1991 and was used a lot in the 90s...
AES Encryption with Galois Counter Mode (GCM) in C#
›
This article presents some helper methods for performing AES Encryption using Galois Counter Mode (GCM). AES or Advanced Encryption Standard...
Thursday, 28 December 2023
Digital signatures with RSA in .NET
›
I have looked at Digital signatures with RSA in .NET today. Digital signatures are used to provide non-repudiation, an authenticity proof th...
1 comment:
›
Home
View web version