@override Future<String?> encrypt(final dynamic object) async => await super.encrypt(object == null ? object : object * _factor);