generic crypto interface to encrypt messages before they are sent to the message bus oder the underlying bus system
The idea is to make it as easy as possible, you can use for instance crypto js to handle everything
the encrypted data in the format you expect it to be
the unencrypted data
note anything can be passed
the data to be encrypted
the encrypted data in any format, important is decode must be able to handle it
generic crypto interface to encrypt messages before they are sent to the message bus oder the underlying bus system
The idea is to make it as easy as possible, you can use for instance crypto js to handle everything