We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1d2da commit 0b71c15Copy full SHA for 0b71c15
1 file changed
src/components/Md5Generator/index.js
@@ -10,7 +10,6 @@ export default function Md5Generator() {
10
setText(e.target.value)
11
const salt = Math.floor(Math.random() * (99999 - 10000 + 1)) + 10000
12
const encrypted =
13
-
14
`md5:${salt}:${require('md5')(salt + e.target.value)}`
15
setMd5(encrypted)
16
}
0 commit comments