ohyicong / decrypt-chrome-passwords

851 stars 185 forks source link

Optimized Code #20

Open MCPEnguXD opened 1 year ago

MCPEnguXD commented 1 year ago

Removed unnecessary imports and unused variables. Changed json.loads() to json.load() when reading the local state file. Simplified the process of extracting the secret key. Simplified the decryption process using AES cipher. Removed unnecessary print statements and improved their formatting. Removed unnecessary encoding parameter in the csv.writer() function.

Reelix commented 3 months ago

Not sure about removing all the comments as well