Changes between Version 1 and Version 2 of Ticket #31358, comment 20


Ignore:
Timestamp:
Mar 16, 2020, 1:59:02 PM (4 years ago)
Author:
Jon Moroney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31358, comment 20

    v1 v2  
    1919For clarity my mind's eye see's the decode function as
    2020`def decode(self) -> Dict[str, str]`
    21 Where the key is in the set `{"algo", "salt", "hash"}` and the values are the string encoded versions (base64 for salt and hash?).
     21Where the key is in the set `{"algo", "salt", "hash"}` and the values are the string encoded versions (base64 for hash?).
Back to Top