get encrypt text
Future<String> encryptText(String normalText) async { return Encryption.instance.encrypt(normalText); }