| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* firefox/manifest.json: remove webNavigation
permission request.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* firefox/jp-hash.js (jp_hash): Renamed to async function
jp_hash_complete which receives digest as an argument.
(jp_hash_start): New async function: initiates SHA256
async operation, returning promise.
(jp_hash_sha256): Andrea Griffini's portable synchronous
implementation removed.
(jphash): New async function: stages the two steps
of the hash, and then invokes the continuation.
(jp_hash_edit): Switch to async. Assignment of new
value is done in continuation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Puts a button on the toolbar which will replace the contents
of the current input box with its JP-Hash.
The Alt-J hot key sequence does the same.
* firefox/background.js,
* firefox/jp-hash.js: New files.
* firefox/jp-hash-32.png,
* firefox/jp-hash-48.png,
* firefox/jp-hash-96.png: Likewise.
* firefox/manifest.json: Likewise.
|
|
|
|
|
|
| |
* README.md: Specify the details of the seven cases
of combining the pieces into the output result, instead
of referring to the implementation.
|
|
|
|
|
|
| |
* README.md: Strengthen the wording of the disclaimer;
add cautionary information. Add section discouraging use
as a digest.
|
|
|
|
|
|
|
|
| |
* README.md: syllables are from a set of 97, not 92.
Expand that section by comparing to the length of
a lower-case password, and citing the entropy.
Remove stray "e" line. Examples section renamed
to Example Hashes.
|
|
|
|
|
| |
* jp-hash.html: make output field wider; seeing truncation
on longer hashes.
|
| |
|
|
|