This repository was archived by the owner on Oct 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 128
Provide method for unlocking keyring by decrypted key #147
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
34052f3
Provide method for unlocking keyring by decrypted key
darkwing 63240f1
Add code for salt
darkwing 6364e39
Add test outlines
darkwing de92b6f
Simplify logic
darkwing 6e2a2cb
Progress
darkwing 3148567
Don't assume password if there's a salted vault
darkwing d86ea18
Use encryptor salt
darkwing 1cd75b6
Abstract the salt and vault separation
darkwing 4af6bfa
Test progress
darkwing 86ef9b2
Improve test, implement encryption key generation
darkwing b493d5d
Fix tests, add TextEncoder shim
darkwing 39650d3
Add bad encryption key test
darkwing bfc85a2
test progress
darkwing f9e6dd2
Decode the ArrayBuffer
darkwing e7267d9
Only try to decrypt the salt-less vault
darkwing e333992
Format TextEncoder shim
darkwing c0585bb
Test improvements
darkwing f23e721
Address majority of feedback
darkwing 11c6cf9
Use TextEncoder provided by Node utils package
darkwing 2787442
Implement Dan Miller's suggestions
darkwing ba2c840
Fix lint
darkwing b950ee6
Remove unwanted code
darkwing ae049f1
Code cleanups and documentation
darkwing 36e5287
Remove unnecessary variable
darkwing 5e40e38
Remove unnecessary variables change
darkwing 5d0ec45
Update comment
darkwing 3009228
Move comment
darkwing 671d072
Add debug for differing passwords
darkwing 096d435
WIP
darkwing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what this part is doing, assuming some signaling that's not relevant to the security or lock/unlock process.