menu
u package
documentation
utils/u_encrypt.dart
UEncryption
randomIv static method
randomIv static method
dark_mode
light_mode
randomIv
static method
String
randomIv
(
{
int
bytes
=
16
,
})
Implementation
static String randomIv({int bytes = 16}) => base64.encode(_randomBytes(bytes));
u package
documentation
utils/u_encrypt
UEncryption
randomIv static method
UEncryption class