????

Your IP : 216.73.216.174


Current Path : /usr/lib/node_modules/hawk/node_modules/cryptiles/
Upload File :
Current File : //usr/lib/node_modules/hawk/node_modules/cryptiles/README.md

cryptiles
=========

General purpose crypto utilities

[![Build Status](https://secure.travis-ci.org/hapijs/cryptiles.png)](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.