initHexKey static method
Implementation
static String initHexKey() {
final key = Key.fromSecureRandom(128 ~/ 8);
return HEX.encode(key.bytes);
}
static String initHexKey() {
final key = Key.fromSecureRandom(128 ~/ 8);
return HEX.encode(key.bytes);
}