Go to file
Sambo Chea 9d2a43feb9
Task: Add default and e2e encryption package module for cryptojs
2022-02-14 10:54:25 +07:00
.husky Initial commit 2022-02-14 10:24:23 +07:00
src Task: Add default and e2e encryption package module for cryptojs 2022-02-14 10:54:25 +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
LICENSE Initial commit 2022-02-14 10:24:23 +07:00
package.json Task: Add default and e2e encryption package module for cryptojs 2022-02-14 10:54:25 +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