Changes between Initial Version and Version 1 of Ticket #31358, comment 31
- Timestamp:
- Apr 17, 2020, 1:54:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31358, comment 31
initial v1 1 1 > Ok, next step would be to use those new `decode` methods in the existing cases where manual decoding happens (to reduce the duplication added by this method). 2 2 3 I've updated the PR with what I think you mean by this for the pbkdf2 hasher. Let me know if that's what you're thinking and I'll do the rest, else let me know what I misunderstood :)3 I've updated the PR with what I think you mean. Let me know if that's what you're thinking and I'll do the rest, else let me know what I misunderstood :) 4 4 5 5 > Then the next step would be to look into where and how we can implement the update of the salt. Preferably without adding it to the `must_update` individually. We could add a `salt_length` attribute and then adjust based on that (which could be None for the unsalted variants).