factory AESKey.fromUTF8(String key, {Padder padder = const PKCS7Padder()}) => AESKey(Uint8List.fromList(utf8.encode(key)), padder: padder);