Encrypted Bundles
End-to-end Encryption
Starting with version 4.15.0 the plugin allows you to send encrypted updates. To begin start by creating a private key.
Then you encrypt your zip
The command will print you a ivSessionKey
it has to be sent with your update payload in the key session_key
.
Then your app will be able to use the private key to decrypt the session_key
and use the decrypted session_key
to decrypt the update.
Learn more about it here: