Files
imphnen-frontend-service/libs/utils
xirf ae3dd8c3f1 feat(crypto): add certificate hash generation and verification functions
- Implemented `generateCertificateHash` to create a hash using HMAC-SHA256 based on user ID and team ID.
- Added `verifyCertificateHash` to validate a given certificate ID against generated hash.
- Introduced `crypto-js` library as a dependency for cryptographic functions.

chore(deps): update ajv to version 8.13.0 and add crypto-js dependency

- Updated `ajv` from version 6.12.6 to 8.13.0 in package.json and package-lock.json.
- Added `crypto-js` library to package.json for cryptographic operations.
- Included type definitions for `crypto-js` in development dependencies.
2025-12-06 17:35:30 +07:00
..
2025-03-13 02:03:13 +07:00
2025-03-13 02:03:13 +07:00
2025-03-13 02:03:13 +07:00
2025-11-24 10:48:09 +07:00
2025-03-13 02:03:13 +07:00
2025-03-13 02:03:13 +07:00
2025-03-13 02:03:13 +07:00
2025-03-13 02:03:13 +07:00
2025-03-13 02:03:13 +07:00

utils

This library was generated with Nx.

Running unit tests

Run nx test utils to execute the unit tests via Vitest.