/secure-collect

A JavaScript library for collecting sensitive user input in an unsecured environment

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Secure Collect

Secure Collect is a JavaScript library for collecting sensitive user input in an unsecured environment.

How to use

  • A quick example is available at here for preview.
  • Essentially, you just need to do the following:
<script type="text/javascript" src="../dist/secure-collect.js">
window.onload = function() {
    secureCollect.init();
};
</script>

How to contribute

  • Make sure you have installed Node and NPM on your machine.
  • Install all dependencies by npm install.
  • Use webpack to build the library by npm run build.

Licence

GNU General Public Licence 3.0