klyn.cryptography.SecureRandom.SecureRandom
constructor
public SecureRandom():
Description
Creates a secure random generator instance.
import klyn.cryptography

random = SecureRandom()
print(random.nextBase64(8))