????
| Current Path : /usr/lib/node_modules/cryptiles/ |
| Current File : //usr/lib/node_modules/cryptiles/README.md |
cryptiles ========= General purpose crypto utilities [](http://travis-ci.org/hapijs/cryptiles) Lead Maintainer - [Eran Hammer](https://github.com/hueniverse) ## Methods ### `randomString(<Number> size)` Returns a cryptographically strong pseudo-random data string. Takes a size argument for the length of the string. ### `randomDigits(<Number> size)` 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.