Encrypts an OTP before sending it to the API.
static String encryptOtp(String otp) { return _encryptText(otp); }