labyrinth
labyrinth

Reputation: 1164

Encryption of data payload in Chirp

I am working on a POC to demonstrate how we can use Chirp to power offline wallet transactions - hence need the data exchange to be extremely secure. Does chirp sdk have inbuilt encryption or it is recommended to use industry standards such as AES on top of it too in the application layer?

Upvotes: 0

Views: 111

Answers (1)

joextodd
joextodd

Reputation: 744

Chirp does not have built in encryption, it only provides the transport layer. So as you say, it is up to the developer to integrate standards such as AES at the application layer.

Upvotes: 1

Related Questions