DescriptionWould like to add the ability to do a final encryption/decryption run in the browser if the user has stored the pass as 'double-blind'.
So when adding a credential, the user has the option of setting a decryption password (which will never be passed to the browser).
To make sure we don't get any funny behaviour from special characters, it'll probably be wise to manipulate the input password in javascript (perhaps base64 encode it?) before using it as a key.
Will need warnings to warn the user that if they forget the password, the credentials will be irretrievable.
Activity
2013-12-07 14:27:42
2013-12-07 14:27:57
2013-12-07 14:51:52
API response needs to include the content of the Double-blind indicator (idx 6 in the response), and still need to adjust the add creds form so the setting can be enabled on a per-credential basis.
Commit f78334b sets the minimum pass length to 6 - once testing complete will raise this.
2013-12-08 14:12:20
When encrypted, the pass is submitted as
When decrypting, we check that the first element of the array (generated by splitting on |..|) == 1
2013-12-08 15:10:02
2013-12-08 15:47:20
2013-12-08 15:49:06
2013-12-08 15:53:25
2013-12-08 15:56:22
2013-12-08 16:11:22
2013-12-08 16:34:34
2013-12-08 16:34:34
2019-09-09 15:51:09
Credlocker is EOL so no further work will be done.
2019-09-09 15:51:09
2019-09-09 15:51:09