Changes between Initial Version and Version 1 of Ticket #31358, comment 31


Ignore:
Timestamp:
Apr 17, 2020, 1:54:28 PM (4 years ago)
Author:
Jon Moroney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31358, comment 31

    initial v1  
    11> 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).
    22
    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 :)
     3I'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 :)
    44 
    55> 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).
Back to Top