Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Canvas comes with simple and secure Encryption and Decryption to protect and safeguard the data shared between Server and Client.

Features:

  • It encrypts and decrypts every requests and responses in both the Server and Client side.
  • AES ciphers and Bouncy Castle security provider for Server side encryption and decryption
  • It provides General Public Key and Secret Key for Client side encryption and decryption.
  • It provides the ability to persist the Secret key for a session.
  • It provides the ability to exchange the Secret keys at every page reload in the browsers those do not support session-storage.
  • It provides the ability to enable and disable the encryption and decryption.

...