Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 14 January 2024
Generating repeated data into variable in SQL Server in T-SQL
›
Let's see how we can create repeated data into variable of SQL Server in T-SQL. Use the REPLICATE function to create repeated data like...
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...
‹
›
Home
View web version