Skip to main content

Safety and Reliability

Safe

Collection safety

Page embedded JS probe is a common monitoring method of WEB RUM at present, which has been accepted by most users. Users can locally view the data uploaded after their page is embedded in the cloud JS probe, that is, the uploaded data is transparent. See below for the method: (Take the browser Chrome as an example)

Open Chrome, press F12 to open it Developer Tools>Network, and access the page embedded in the listening cloud JS through the Chrome browser. The action interface uploads the performance data after the code is embedded successfully. View the header information, and you will see what data is uploaded when you access the embedded page.

security1

security2

security3

security4

security5

Transmission security

It is encrypted by MD5 and then transmitted by HTTPS.

Storage security

Passwords are stored in the database as HMAC-MD5.

The account is secure

  • The system provides a special login control module to identify and authenticate the login user.

  • The system provides the function of handling login failure, which can require re-verification by refreshing the verification code.

  • The system provides the function of checking the uniqueness of user identity and the complexity of authentication information to ensure that there is no duplicate user identity in the application system and that the authentication information is not easily used.

Reliability

Reliability1

Reliability2