Encrypts a phone number before sending it to the API.
static String encryptPhoneNumber(String phoneNumber) { return _encryptText(phoneNumber); }