add encryption

This commit is contained in:
nicwands
2026-03-02 11:59:52 -05:00
parent 1c753a6f8f
commit 2609d73bbd
6 changed files with 208 additions and 154 deletions

View File

@@ -0,0 +1,3 @@
import crypto from 'crypto'
console.log(crypto.randomBytes(32).toString('hex'))