manav sethi
Results
1
comments of
manav sethi
but I can see crypto module being used in node-js https://github.com/Dun-sin/Whisper/blob/1c1224036887cd9981d6c389e987569c07193976/server/utils/helper.js#L17C1-L19C2 ``` function generateObjectId() { return crypto.randomBytes(12).toString('hex'); } ```