Index

hasher.js

The main algorithm responsible for the generation of the proxy password using the PBKDF2 algorithm. Most crypto magic is done here.
Author:
  • Manjul Apratim (manjul.apratim@gmail.com)
License:
  • GNU General Public License v3 or Later
Source:

keygen.js

A set of functions to generate the salt "key".
Author:
  • Manjul Apratim (manjul.apratim@gmail.com)
License:
  • GNU General Public License v3 or Later
Source:

options.js

A set of functions to save/restore user default options to/from the browser's preference system.
Author:
  • Manjul Apratim (manjul.apratim@gmail.com)
License:
  • GNU General Public License v3 or Later
Source:

workhorse.js

The main "workhorse" responsible for the generation of the proxy password.
Author:
  • Manjul Apratim (manjul.apratim@gmail.com)
License:
  • GNU General Public License v3 or Later
Source:

workhorsefunctions.js

A suite of functions to implement the logic of interacting with the UI/DOM as well as the mechanism of interpreting and saving user preferences. This is the main "workhorse" responsible for implementing the algorithm.
Author:
  • Manjul Apratim (manjul.apratim@gmail.com)
License:
  • GNU General Public License v3 or Later
Source: