Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

When you enable encryption, Canvas will encrypt all requests coming to your application including log out.

Features:

  • It encrypts and decrypts every requests and responses in both the Server and the Client side.
  • It provides with Diffie - Hellman Key Exchange mechanism used for the client and the Server side encryption and decryption.
  • It provides General Public Keys for the Client and the server side encryption and decryption.
  • It provides the ability to persist the Secret key for a session.
  • It provides the ability to exchange the Public key 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.
  • It provides AES - GCM security measures in order to enhance the safety features during encryption.
  • It provides the ability to prevent from Man-in-the-middle attack.
  • No labels