An open API service indexing awesome lists of open source software.

https://github.com/peerlibrary/meteor-digest

Cryptographic digest and HMAC algorithms in Javascript for modern web browsers
https://github.com/peerlibrary/meteor-digest

Last synced: over 1 year ago
JSON representation

Cryptographic digest and HMAC algorithms in Javascript for modern web browsers

Awesome Lists containing this project

README

          

digest smart package
====================

Meteor smart package for [digest.js](https://github.com/jcsirot/digest.js), providing cryptographic digest and HMAC
algorithms in Javascript for modern web browsers.

Adding this package to your [Meteor](http://www.meteor.com/) application adds `Digest` object into the global scope.

Client side only.

Installation
------------

```
meteor add peerlibrary:digest
```