npm.io
4.1.3 • Published 7 years ago

cryptiles

Licence
BSD-3-Clause
Version
4.1.3
Deps
1
Size
4 kB
Vulns
0
Weekly
0
Stars
184
DeprecatedThis package is deprecated

cryptiles

General purpose crypto utilities

Build Status

Lead Maintainer - Eran Hammer

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.

Keywords