XMLSec-WebCrypto
An implementation for the XML Security Standard using the W3C WebCrypto API
How to use
Use the distributable file and include it in your HTML header. See here for an example.
How to compile
The steps have been tested with Ubuntu:
-
Install Node.js and npm:
# apt-get install npm
-
Ubuntu calls node's binary
nodejs
, butnode
is more common:# ln -s /usr/bin/nodejs /usr/bin/node
-
Install Coffeescript:
# npm install -g coffee-script
-
Compile package info:
$ cake package
-
Install dependencies:
$ npm install
-
Compile code:
$ cake build