Skip to content

Instantly share code, notes, and snippets.

@gptkrsh
Created January 12, 2022 15:05
Show Gist options
  • Save gptkrsh/35ba7cc190dc82aa06d8ebb1eab75f1b to your computer and use it in GitHub Desktop.
Save gptkrsh/35ba7cc190dc82aa06d8ebb1eab75f1b to your computer and use it in GitHub Desktop.
const crypto = require('crypto')
module.exports = (pass) => { return crypto.hash(pass) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment