generateKey128 static method
Gera uma chave criptograficamente segura de 16 bytes (AES-128).
Implementation
static Uint8List generateKey128() => _randomBytes(16);
Gera uma chave criptograficamente segura de 16 bytes (AES-128).
static Uint8List generateKey128() => _randomBytes(16);