diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-24 08:52:06 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-24 08:52:06 +0000 |
| commit | d96e93e81f98d18aa84f701b578f4239020652c3 (patch) | |
| tree | 836059ba6a7c45ba549f7c860b741382c6ec1015 /node_modules/crypto/Readme.md | |
| parent | ba43bb22a514a5100ae65ebbdd2d9c5581b2c01d (diff) | |
Implemented the password reset function
Diffstat (limited to 'node_modules/crypto/Readme.md')
| -rw-r--r-- | node_modules/crypto/Readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/crypto/Readme.md b/node_modules/crypto/Readme.md new file mode 100644 index 0000000..e167744 --- /dev/null +++ b/node_modules/crypto/Readme.md @@ -0,0 +1,8 @@ +# crypto # + +JavaScript implementations of standard and secure cryptographic algorithms. + +## Install ## + + npm install crypto + |
