Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

Sunday, January 31, 2016

ACME Suite for node.js

Release:

Released recently ACME Suite for node.js on GitHub: https://github.com/marspr/acme-suite-js and npm.
ACME Suite provides an Let's Encrypt-compatible implementation of the Automated Certificate Management Environment (ACME) protocol proposed by: draft-ietf-acme-acme-01
Documentation can be also found here.

Saturday, August 9, 2014

Privacy Extension for Chrome

Release:

Released today Privacy Extension for Chrome on GitHub: https://github.com/marspr/privacy-extension-chrome and Chrome Web Store.
Privacy Extension gives control over the data exposed by the browser: Clear cookies and storage, prevent browser and canvas fingerprinting, set Referer and User-Agent.

Sunday, May 11, 2014

SRP implementation for HTML5/JavaScript and Node.js

Release:

Released today Secure Remote Password Protocol (RFC 2945) Version 6 Implementation for HTML5/JavaScript and Node.js on GitHub: https://github.com/marspr/srp-web.
You can find the documentation after checkout with git in docs folder or online here.