diff --git a/en/application-dev/reference/apis/js-apis-huks.md b/en/application-dev/reference/apis/js-apis-huks.md index 47a0d0bb811d2d634e178d77c9c51179cd6094d6..a4973fc1edefbd0d54cfff5e6900b48edd9ef68a 100644 --- a/en/application-dev/reference/apis/js-apis-huks.md +++ b/en/application-dev/reference/apis/js-apis-huks.md @@ -4,7 +4,7 @@ > > The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. -Provides KeyStore (KS) capabilities for applications, including key management and key cryptography operations. +The **HUKS** module provides KeyStore (KS) capabilities for applications, including key management and key cryptography operations. The keys managed by OpenHarmony Universal KeyStore (HUKS) can be imported by applications or generated by calling the HUKS APIs. ## Modules to Import diff --git a/en/application-dev/security/huks-overview.md b/en/application-dev/security/huks-overview.md index dfae447a482a171190ff306525e1dc23d47711fa..cd918d5d3e24b7ac4e94e051f21fc495a44caa6d 100644 --- a/en/application-dev/security/huks-overview.md +++ b/en/application-dev/security/huks-overview.md @@ -16,7 +16,7 @@ HUKS manages keys through the following operations: - **Init**: reads the key, creates a session ID, and returns the session ID to the caller. -- **Update**: updates data by segment based on the session ID obtained. +- **Update**: updates data by segment based on the session ID obtained by the **Init** operation. - **Finish**: processes all data transferred to HUKS and then releases resources.