This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5d0d14f16a
budibase
/
packages
/
server
/
nodeCrypto.js
5 lines
81 B
JavaScript
Raw
Blame
History
const
{
hash
,
verify
}
=
require
(
"argon2"
)
;
module
.
exports
=
{
hash
,
verify
}
;
Reference in New Issue
View Git Blame
Copy Permalink