OneRNG for Windows

AyrA gut.kevin at gmail.com
Wed Apr 8 23:43:07 BST 2015


Hi

I started a C# Project (.NET 2.0) to simplify OneRNG usage on Windows.

Since Windows lacks a global random device, I have written this application to serve as said device.

Project: https://github.com/AyrA/WinOneRNG

The application basically bridges OneRNG into a TCP server that is written in a way, so connections do not block each other and so each connection gets an equal share of unique data. The gathered random data is never sent to multiple users.


More information about the Discuss mailing list