github xaitax/Chrome-App-Bound-Encryption-Decryption v0.14.2
Release v0.14.2

latest release: v0.15.0
one month ago

v0.14.2

  • Bug Fix: Corrected Cookie Decryption Payload Handling: Resolved a critical regression where encrypted cookie values were not being correctly parsed after decryption.

    • The recent architectural refactor inadvertently omitted a crucial processing step specific to cookie payloads. Unlike passwords or payment data, the decrypted plaintext for a cookie contains a 32-byte metadata header that must be stripped to reveal the actual cookie value.
  • Feature Enhancement: Expanded Cookie Data Extraction: The tool now extracts a richer set of cookie attributes, providing a more comprehensive data set for analysis.

    • The SQLite query for cookies has been expanded to include path, expires_utc, is_secure, and is_httponly.
    • The JSON output has been updated accordingly to include these new fields, converting the boolean flags to proper true/false values for improved usability.

Don't miss a new Chrome-App-Bound-Encryption-Decryption release

NewReleases is sending notifications on new releases.