# gmjs **Repository Path**: Kevin.ho/gmjs ## Basic Information - **Project Name**: gmjs - **Description**: SM2\SM3\SM4加解密 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-07-28 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gmjs js版国密算法,包括sm2/sm3/sm4算法 注意:加密前的数据和解密后的数据,字符编码要保持一致,否则会有问题,如:加密前的数据是utf8字符集,那解密后的数据重新编码也要使用utf8字符集才能正确还原数据