-
Notifications
You must be signed in to change notification settings - Fork 0
Implement password changing #3
Copy link
Copy link
Open
Description
ElwooD07
opened on Oct 1, 2015
Issue body actions
- After changing a password all data in storage will be invalid bacause of key and iv changing. I need to implement some mechanizm for rewriting all data with new key and iv or mechanizm for key and iv wrapping with dynamically changed password.
- I can change key and iv generation algorithm to more secure in the scope of this issue. Suggestion: continue to use SHA256 algorithm, but with 10.000+ iterations. Each iteration must be applied on hexademical representation of previous SHA256 result. Approach like this will increase the persistence to the bruteforce attack.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels