Cryptographic generators for values.
More...
|
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.
|
|
Cryptographic generators for values.
◆ NewRandomByteArray()
static byte[] NookpostBackend.Cryptography.Generators.NewRandomByteArray |
( |
int | length | ) |
|
|
inlinestatic |
Generates a new random byte array with the specified length.
◆ NewRandomString()
static string NookpostBackend.Cryptography.Generators.NewRandomString |
( |
int | length | ) |
|
|
inlinestatic |
Generate a new random hex string with the specified length.
The documentation for this class was generated from the following file: