Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix semantics in comments | Kevin Serrano | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -5/+5 |
| | |||||
* | Fix password validation and persistence issue | Dan Finlay | 2016-11-04 | 1 | -0/+3 |
| | | | | Was wiping the vault on each successful password attempt... :P | ||||
* | Create basic keyring-controller unit test file | Dan Finlay | 2016-10-22 | 1 | -0/+9 |
| | |||||
* | Fix tests | Dan Finlay | 2016-10-21 | 1 | -6/+8 |
| | |||||
* | Linted & added salting to vault | Dan Finlay | 2016-10-21 | 1 | -0/+16 |
| | |||||
* | Linted | Dan Finlay | 2016-10-15 | 1 | -9/+5 |
| | |||||
* | Fixed vector usage in encryptor | Dan Finlay | 2016-10-15 | 1 | -3/+17 |
| | |||||
* | Got basic encryptor working | Dan Finlay | 2016-10-15 | 1 | -7/+37 |
| | |||||
* | Got encrypting working, not yet decrypting | Dan Finlay | 2016-10-15 | 1 | -8/+36 |
| | |||||
* | Began adding browser-native encryptor module | Dan Finlay | 2016-10-13 | 1 | -0/+51 |
Added new Qunit build process that will browserify the contents of `test/integration/lib` into the QUnit browser, allowing much more modular testing, including unit testing of our modules in our target browsers. Made a basic unit test file of this form for the new encryptor module, which fails miserably because I've only just begun to work with it. I've started with this blog post as a starting point, and will be adjusting it to our needs from there: http://qnimate.com/passphrase-based-encryption-using-web-cryptography-api/ |