SecureCode |
SecureCodes.code(int byteLength) |
Generates a new, random secure code with the specified number of bytes.
|
SecureCode |
SecureCodes.code128() |
Generates a new, random secure code with a length of 128 bytes (1024 bit)
|
SecureCode |
SecureCodes.code16() |
Generates a new, random secure code with a length of 16 bytes (128 bit)
|
SecureCode |
SecureCodes.code24() |
Generates a new, random secure code with a length of 24 bytes (192 bit)
|
SecureCode |
SecureCodes.code256() |
Generates a new, random secure code with a length of 256 bytes (2048 bit)
|
SecureCode |
SecureCodes.code32() |
Generates a new, random secure code with a length of 32 bytes (256 bit)
|
SecureCode |
SecureCodes.code36() |
Generates a new, random secure code with a length of 36 bytes (288 bit)
|
SecureCode |
SecureCodes.code48() |
Generates a new, random secure code with a length of 48 bytes (384 bit)
|
SecureCode |
SecureCodes.code512() |
Generates a new, random secure code with a length of 512 bytes (4096 bit)
|
SecureCode |
SecureCodes.code60() |
Generates a new, random secure code with a length of 60 bytes (480 bit)
|
SecureCode |
SecureCodes.code64() |
Generates a new, random secure code with a length of 64 bytes (512 bit)
|