1
0
Fork 0
waifurudor.de/node_modules/cryptiles
2022-04-02 18:40:13 -04:00
..
lib Initial commit 2022-04-02 18:40:13 -04:00
test Initial commit 2022-04-02 18:40:13 -04:00
.npmignore Initial commit 2022-04-02 18:40:13 -04:00
.travis.yml Initial commit 2022-04-02 18:40:13 -04:00
LICENSE Initial commit 2022-04-02 18:40:13 -04:00
package.json Initial commit 2022-04-02 18:40:13 -04:00
README.md Initial commit 2022-04-02 18:40:13 -04:00

cryptiles

General purpose crypto utilities

Build Status

Lead Maintainer - C J Silverio

Methods

randomString(<Number> size)

Returns a cryptographically strong pseudo-random data string. Takes a size argument for the length of the string.

fixedTimeComparison(<String> a, <String> b)

Compare two strings using fixed time algorithm (to prevent time-based analysis of MAC digest match). Returns true if the strings match, false if they differ.