Package Exports
- cryptiles
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cryptiles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cryptiles
General purpose crypto utilities
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.