Platform security
  • Server security: Use a secure VPS from a well-known cloud computing manufacturer and use the latest version of Linux system as the operating environment. It is not easily affected by viruses and has high security and stability; it also has a complete network monitoring mechanism to protect the platform in real time. Safety.
  • Data transmission security: Using the HTTPS security protocol and the Cert security certificate issued by the Digi Cert organization, the data is encrypted on the network to ensure that the data will not be stolen during the transmission process.

User security
  • User permission control: The backend adopts a complete Security permission mechanism, with mature user login verification and identity level control. Different identities have different permissions, and each user is strictly separated.
  • Password encryption: All user passwords use an irreversible encryption algorithm. Since the password is leaked, others cannot see the original password, ensuring the security of each user's account.

Data Security
  • Data permission control: The backend will verify the user's identity for every data operation, including reading, modifying, deleting and other operations. Data that is not your own will be inaccessible, effectively realizing the isolation of data between users and ensuring that each user The security of each user’s data.
  • File permission control: All uploaded and generated files (such as PPT and templates) need to pass identity authentication before they can be accessed. Files that are not owned by the person (or team) will not have permission to access, ensuring that everyone and each team's files and The security of its content.