-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add decrypt option to decrypt body on demand #360
Conversation
@Evidlo Like so? And also a function for direct master seed access would make sense i guess. Nobody should know the internal structure... |
782254d
to
27d7afe
Compare
I've added a |
Looks good so far. Just needs a test and a description added to the misc section of the README |
So i tried to implement the necessary parts in Secrets and discovered that i was wrong with master_seed... it's actually the kdf algorithm salt. Sorry about that, somehow mixed the output during debugging keepassxc. Nevertheless the PR main part is still valid. I'll adjust the property and add the necessary requested bits. |
3903672
to
5b3c1b9
Compare
Secrets works fine with this solution \o/ Ready for review. |
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.
Thanks for doing this PR!
5b3c1b9
to
d589b08
Compare
Fixes: #359