cubetiq-crypto-js/README.md

16 lines
238 B
Markdown
Raw Normal View History

# CUBETIQ CryptoJS
2022-02-14 10:24:23 +07:00
- Default Encryption
- E2E Encryption
2022-02-14 10:24:23 +07:00
### Generate for Default Encryption
2022-02-14 10:24:23 +07:00
```js
const key = crypto.randomBytes(32)
const iv = crypto.randomBytes(16)
```
2022-02-14 10:24:23 +07:00
### Contributors
- Sambo Chea <sombochea@cubetiqs.com>