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.