bitScry

  • Home
  • Blog
  • Contact
  • GitHub

Random

About This Site

This is a blog to help me remember some of the coding challenges I’ve faced and hopefully help others out if they’re suffering the same problems.

Recent Posts
  • JavaScript Cookie Function 19th February 2019
  • Fixing Obsolete LoggerFactory Extension Methods 15th February 2019
  • Using Azure Key Vault in a Console Application 13th February 2019
  • Logging Failed Requests to Serilog Using Middleware 14th January 2019
  • C# DateTime Usage 9th January 2019
Tag Cloud
.NET .NET Core API appsettings.json ASP.NET Core Authentication Azure Azure Active Directory Azure AD Azure Function Azure Storage Bootstrap C# Console Application CSS DataTable Dependency Injection Enum Extension Facebook HTML HTTPS Image JavaScript jQuery JSON List Logging Middleware MVC MVC 6 Query String RegEx Serilog Session SFTP SQL SSDT SSIS SSL Stored Procedure Stream Tag Helper URL Web Application
Reading List
  • Build a Wi-Fi Scanner
  • IoT Weather Station
  • User accounts made easy with Azure
  • Install macOS High Sierra in VirtualBox
Programming

Cryptographically Secure Random Number

Cryptographically Secure Random Number In a similar vein to my attempt to generate a cryptographically secure random string I also wanted to be able to create cryptographically secure random numbers. The below function is based on the answer from Markus Olsson to the stackoverflow question here. public static int GetRandomInteger(int Read more…

By Shinigami, 10 months8 months ago
Programming

Cryptographically Secure Random String

Cryptographically Secure Random String I’ve been trying to generate unique referal codes composed of uppercase letters for a project and although it’s not really necessary I wanted to make these as cryptographically sound as possible so I could reuse the code later in a personal password generator project. Turns out Read more…

By Shinigami, 10 months10 months ago
  • Contact
Hestia | Developed by ThemeIsle