NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.Cryptography.Generators Class Reference

Cryptographic generators for values. More...

Collaboration diagram for NookpostBackend.Cryptography.Generators:

Static Public Member Functions

static byte[] NewRandomByteArray (int length)
 Generates a new random byte array with the specified length.
 
static string NewRandomString (int length)
 Generate a new random hex string with the specified length.
 

Detailed Description

Cryptographic generators for values.

Member Function Documentation

◆ NewRandomByteArray()

static byte[] NookpostBackend.Cryptography.Generators.NewRandomByteArray ( int length)
inlinestatic

Generates a new random byte array with the specified length.

Here is the caller graph for this function:

◆ NewRandomString()

static string NookpostBackend.Cryptography.Generators.NewRandomString ( int length)
inlinestatic

Generate a new random hex string with the specified length.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: