Help Center> Workspace> Product Bulletin> Client Integrity Check
Updated on 2024-02-04 GMT+08:00

Client Integrity Check

Scenario

Check the software package integrity.

Prerequisites

  • You have created a Workspace desktop.
  • You have obtained the software package whose integrity needs to be verified.
Table 1 Verification code

Installation Package

Version

SHA256 value

Android

23.2.2

851c0058420a150c2dcc830f890c6db96a9f8950c57f52bef1245ddd6a95fc58

Kylin-AMD64

23.8.3

8eb55b35040a2fc234030a7e79d0f2f0437399690ae3e2f3b22c1f4d804ad2e7

Kylin-ARM64

23.8.3

835031b355acb86b587747ef16c576eff400b54cca72cb87802dac840fb35e99

UOS-AMD64

23.8.3

8eb55b35040a2fc234030a7e79d0f2f0437399690ae3e2f3b22c1f4d804ad2e7

UOS-ARM64

23.8.3

835031b355acb86b587747ef16c576eff400b54cca72cb87802dac840fb35e99

Ubuntu-AMD64

23.8.3

8eb55b35040a2fc234030a7e79d0f2f0437399690ae3e2f3b22c1f4d804ad2e7

Verifying Software Package Integrity

  1. Log in to the Windows cloud desktop as a user.
  2. On the cloud desktop, press Win + r and enter cmd. The command line interface (CLI) is displayed.
  3. Run the following command to obtain the hash value of the software:

    certutil -hashfile {Software package directory}/{Software package name} sha256

    Replace Software package directory with the actual download directory, for example, C:\Users.

    Software package name: Replace it with the name of the downloaded software package, for example, Workspace_xxx.apk.

    Example: certutil -hashfile Workspace_android.apk sha256

  4. Compare the SHA256 hash value obtained in Table 1 with the hash value obtained in 3.

    • If they are the same, the verification is successful.
    • If they are different, download the software of the corresponding version and repeat 3 to 4 to verify the software.