Source: node-cryptiles Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-hapi-boom (>= 10.0.0) Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-cryptiles Vcs-Git: https://salsa.debian.org/js-team/node-cryptiles.git Homepage: https://github.com/hapijs/cryptiles Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-cryptiles Architecture: all Depends: ${misc:Depends} , node-hapi-boom (>= 10.0.0) Provides: node-hapi-cryptiles (=${source:Version}) Description: General purpose crypto utilities This library provides methods for generating cryptographically strong pseudo-random data (string or digits) of specified length. It can also compare two strings using fixed time algorithm (to prevent time-based analysis of MAC digest match). . Node.js is an event-based server-side JavaScript engine.