{"_id":"sjcl-aws","_rev":"3-6ea2a84682e80632cc5b043702a4c280","name":"sjcl-aws","description":"Stanford Javascript Crypto Library","dist-tags":{"latest":"1.0.8"},"versions":{"1.0.7":{"name":"sjcl-aws","version":"1.0.7","description":"Stanford Javascript Crypto Library","main":"sjcl.js","author":{"name":"bitwiseshiftleft"},"keywords":["encryption","high-level","crypto"],"homepage":"https://github.com/borisirota/sjcl-aws","repository":{"type":"git","url":"git+https://github.com/borisirota/sjcl-aws.git"},"scripts":{"test":"make test","jsdoc":"jsdoc -c jsdoc.conf.json","lint":"eslint . || true"},"engines":{"node":"*"},"devDependencies":{"eslint":"^2.11.1","jsdoc":"3.4.0"},"gitHead":"f5943c82bcd5e3bd781295e26fa2b474082abb09","bugs":{"url":"https://github.com/borisirota/sjcl-aws/issues"},"_id":"sjcl-aws@1.0.7","_shasum":"fcd3a44d390beaa8752795c192d71c64f39f045b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"borisirota","email":"borisirota@gmail.com"},"dist":{"shasum":"fcd3a44d390beaa8752795c192d71c64f39f045b","tarball":"https://registry.npmjs.org/sjcl-aws/-/sjcl-aws-1.0.7.tgz","integrity":"sha512-GZakkp813dIPMOgjAljEYQLDJOKHTkhbOSSq4QRqXbGmYKNbuK5sB2pg8dIHHRaK8IAxCUjgb48D5FLjW0q7sQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCO3THpZInX/8xgGX1hM0pVGkWfrz3r87lKrnqx7i5saQIgdI59dUOKbS80EeU/86wixxoRxFpL04aMaGx/Cvnx1OQ="}]},"maintainers":[{"name":"borisirota","email":"borisirota@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sjcl-aws-1.0.7.tgz_1507112943977_0.05117451772093773"}},"1.0.8":{"name":"sjcl-aws","version":"1.0.8","description":"Stanford Javascript Crypto Library","main":"sjcl.js","author":{"name":"bitwiseshiftleft"},"keywords":["encryption","high-level","crypto"],"homepage":"https://github.com/borisirota/sjcl-aws","repository":{"type":"git","url":"git+https://github.com/borisirota/sjcl-aws.git"},"scripts":{"test":"make test","jsdoc":"jsdoc -c jsdoc.conf.json","lint":"eslint . || true"},"engines":{"node":"*"},"devDependencies":{"eslint":"^2.11.1","jsdoc":"3.4.0"},"gitHead":"9fc267ee09213f89524f6b5707c51ee1eafc783a","bugs":{"url":"https://github.com/borisirota/sjcl-aws/issues"},"_id":"sjcl-aws@1.0.8","_shasum":"3ea17c8289c5e6be841779ab4d2cf98409eccd59","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"borisirota","email":"borisirota@gmail.com"},"dist":{"shasum":"3ea17c8289c5e6be841779ab4d2cf98409eccd59","tarball":"https://registry.npmjs.org/sjcl-aws/-/sjcl-aws-1.0.8.tgz","integrity":"sha512-n80Oa+JiH/eIVUyiiSAi8zukQFt/XdZwvx1WcbDbfT5JWIaBp4K5suSMSr6ny1M9bu2MGs7R6Ae24UpTZGk/Ag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLMBerRs33NpD9Z2CRr4Kqm9L3ydwx/Xw/MzjT+zktDAiBQLTi0dT6RD/buBEvLQPJYJiHHfQdoflFsc0EoqrfqsQ=="}]},"maintainers":[{"name":"borisirota","email":"borisirota@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sjcl-aws-1.0.8.tgz_1507126350021_0.48666826100088656"}}},"readme":"sjcl\n====\n\n[![Build Status](https://travis-ci.org/bitwiseshiftleft/sjcl.png)](https://travis-ci.org/bitwiseshiftleft/sjcl)\n\n[![Join the chat at https://gitter.im/bitwiseshiftleft/sjcl](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bitwiseshiftleft/sjcl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nStanford Javascript Crypto Library\n\nSecurity Advisories\n===\n\n* 12.02.2014: the current development version has a paranoia bug in the ecc module. The bug was introduced in commit [ac0b3fe0](https://github.com/bitwiseshiftleft/sjcl/commit/ac0b3fe0) and might affect ecc key generation on platforms without a platform random number generator.\n\nSecurity Contact\n====\nSecurity Mail: sjcl@ovt.me  \nOpenPGP-Key Fingerprint: 0D54 3E52 87B4 EC06 3FA9 0115 72ED A6C7 7AAF 48ED  \nKeyserver: pool.sks-keyservers.net  \n\nUpgrade Guide\n====\n\n## 1.0.3 -> 1.0.4\n\n`codecBase32` has been re-enabled with changes to conform to [RFC 4648](http://tools.ietf.org/html/rfc4648#section-6):\n\n* Padding with `=` is now applied to the output of `fromBits`. If you don't want that padding, you can disable it by calling `fromBits` with a second parameter of `true` or anything that evaluates as \"truthy\" in JS\n* The encoding alphabet for `sjcl.codec.base32` now matches that specified by the RFC, rather than the extended hex alphabet.\n* The former extended hex alphabet is now available through `sjcl.codec.base32hex` (also matching the RFC). So if you encoded something with `base32` before, you'll want to decode it with `base32hex` now.\n\nDocumentation\n====\nThe documentation is available [here](http://bitwiseshiftleft.github.io/sjcl/doc/)\n","maintainers":[{"name":"borisirota","email":"borisirota@gmail.com"}],"time":{"modified":"2022-06-26T20:27:29.610Z","created":"2017-10-04T10:29:05.451Z","1.0.7":"2017-10-04T10:29:05.451Z","1.0.8":"2017-10-04T14:12:31.680Z"},"homepage":"https://github.com/borisirota/sjcl-aws","keywords":["encryption","high-level","crypto"],"repository":{"type":"git","url":"git+https://github.com/borisirota/sjcl-aws.git"},"author":{"name":"bitwiseshiftleft"},"bugs":{"url":"https://github.com/borisirota/sjcl-aws/issues"},"readmeFilename":"README.md"}