Initial commit
[yaffs-website] / node_modules / cryptiles / README.md
1 cryptiles
2 =========
3
4 General purpose crypto utilities
5
6 [![Build Status](https://secure.travis-ci.org/hapijs/cryptiles.png)](http://travis-ci.org/hapijs/cryptiles)
7
8 Lead Maintainer - [C J Silverio](https://github.com/ceejbot)
9
10 ## Methods
11
12 ### `randomString(<Number> size)`
13 Returns a cryptographically strong pseudo-random data string. Takes a size argument for the length of the string.
14
15 ### `fixedTimeComparison(<String> a, <String> b)`
16 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.