The Encryption Process in Zoho

The Encryption Process in Zoho

Managing Encryption in Zoho CRM

How encryption works in Zoho

Encryption is a method of adding a layer of security to data. This prevents the data from being stolen or lost. It is the process of encoding information, which is accessible only by authorized parties.

Even if a potential hacker gets a hold of the data, the information stored in the cipher text is non-readable.

Encryption can be used in two situations.

  • Encryption in Transit.
  • Encryption at Rest (EAR).

Encryption in Transit

Data is usually encrypted when it is in transit (transferred from one place to another). This is to prevent others from accessing the data en route. This provides a considerable level of security for the information.

Encryption at Rest (EAR)

Although the encryption of data during transit provides good security, encryption of the same when it is stored in the servers provides an even higher level of security. EAR prevents any possible security leaks or losses when it is in storage.

This method of encryption is done using the AES-256 protocol. Symmetric encryption algorithm, which uses 128-bit blocks and 256-bit keys, is used for encrypting/decrypting the data. It is one of the more advanced methods of encryption.

Many modes of operation of AES have been defined. Some of them are:

  • Electronic Codebook (ECB)
  • Cipher Block Chaining (CBC)
  • Cipher Feedback (CFB)
  • Output Feedback (OFB)
  • Counter (CTR)

Zoho encrypts the data using the Counter mode.

Keys are the means through which you can retrieve the encrypted data. The key used to convert the data from plain text to cipher text is called Data Encryption Key(DEK). The DEK is further encrypted using the KEK (Key Encryption Key), thus, providing yet another layer of security.

Hence, the data in your CRM is equipped with three layers of security.

  • Encrypted data (Cipher text) is stored in the Zoho Services Database.
  • Encrypted DEKs are stored in KMS (Key Management System).
  • Encrypted KEKs are stored in IAM (Identity and Access Management) servers.

The retrieval of data is on three levels. Hence, the level of security is increased considerably.

Encryption Process

  1. The encryption agent determines, from the metadata, whether to encrypt the field before storing it in the database.
  2. The encryption agent checks the cached memory for matching DEKs. If no matching DEKs are found, the encryption agent requests a DEK from the KMS.
  3. The KMS checks its database for a matching encrypted DEK.
    • If the matching encrypted DEK is found, the KMS decrypts the encrypted DEK and returns it to the encryption agent.
    • If no matching DEK is found, the KMS generates a DEK. This new DEK is encrypted with KEKs and stored in the KMS servers.
  4. The agent receives the Data Encryption Key (DEK), then encrypts/decrypts the data using 256-bit AES encryption.
  5. The cipher text (the encrypted data) is then stored in CRM (in the Zoho Services Database/File System).
Top

Still can't find what you're looking for?

Write to us: support@zohocrm.com

    • Related Articles

    • Encryption

      ZOHO   CRM Features Pricing Customers Resources Developers Resources CRM Setup Using Zoho CRM Integrations Developer Guide Data Encryption in Zoho CRM Zoho CRM provides the means to protect sensitive and confidential user data via encryption. ...
    • Managing Approval Process

      How Can I... Add Approval Process Associate Actions on Approval/Rejection Assign Tasks Update Fields Send Alerts Call Webhooks Call Custom Functions Approve/Reject from Approvals Tab Reorder Approval Processes and Rules View Approval History ...
    • Python SDK - An Overview

      Python SDK offers a way to create client python applications that can be integrated with Zoho CRM. This SDK makes the access and use of necessary CRM APIs with ease. In other words, it serves as a wrapper for the REST APIs, making it easier to use ...
    • Feature Availability | Zoho CRM

      ZOHO   CRM Features Pricing Customers Resources Developers Resources CRM Setup Using Zoho CRM Integrations Developer Guide Expand All Feature Availability & Limits Features Editions Free Standard Professional Enterprise Pricing 3 Users (Free) $12 ...
    • Feature Availability - Developer Edition | Zoho CRM

      ZOHO Sign Up Now LOGIN   CRM Features Pricing Customers Resources Developers Resources User Guide CRM Setup Developer Guide Integrations CRM Marketplace Developer Edition - Feature Availability & Limits Features Developer Edition Pricing Free   Sales ...