1 | cryptiles
|
2 | =========
|
3 |
|
4 | General purpose crypto utilities
|
5 |
|
6 | [](http://travis-ci.org/hapijs/cryptiles)
|
7 |
|
8 | Lead Maintainer - [Eran Hammer](https://github.com/hueniverse)
|
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 | ### `randomDigits(<Number> size)`
|
16 | Returns a cryptographically strong pseudo-random data string consisting of only numerical digits (0-9). Takes a size argument for the length of the string.
|