add encryption
This commit is contained in:
3
bin/generateEncryptionKey.js
Normal file
3
bin/generateEncryptionKey.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import crypto from 'crypto'
|
||||
|
||||
console.log(crypto.randomBytes(32).toString('hex'))
|
||||
Reference in New Issue
Block a user