Go to file
Sambo Chea fd27e6f9dc
Task: Completed for cryptojs and tests functions and validate keys
2022-02-14 12:30:32 +07:00
.husky Initial commit 2022-02-14 10:24:23 +07:00
dummy Task: Completed for cryptojs and tests functions and validate keys 2022-02-14 12:30:32 +07:00
src Task: Completed for cryptojs and tests functions and validate keys 2022-02-14 12:30:32 +07:00
test Task: Completed for cryptojs and tests functions and validate keys 2022-02-14 12:30:32 +07:00
.drone.yml Initial commit 2022-02-14 10:24:23 +07:00
.eslintrc.js Initial commit 2022-02-14 10:24:23 +07:00
.gitignore Initial commit 2022-02-14 10:24:23 +07:00
.prettierrc.json Initial commit 2022-02-14 10:24:23 +07:00
jest.config.js Task: Completed for cryptojs and tests functions and validate keys 2022-02-14 12:30:32 +07:00
LICENSE Initial commit 2022-02-14 10:24:23 +07:00
package.json Task: Completed for cryptojs and tests functions and validate keys 2022-02-14 12:30:32 +07:00
README.md Task: Add default and e2e encryption package module for cryptojs 2022-02-14 10:54:25 +07:00
tsconfig.json Initial commit 2022-02-14 10:24:23 +07:00

CUBETIQ CryptoJS

  • Default Encryption
  • E2E Encryption

Generate for Default Encryption

const key = crypto.randomBytes(32)
const iv = crypto.randomBytes(16)

Contributors