Encrypts the given payload using RSA encryption.
Uint8List encryptPayload(String payload) { return encrypt(payload, encryptionKey); }