Folks-

If you follow my solution above, and run the example script, you can see the cookies path, name, and value in the output.

However many of the values are now encrypted. HTTP::Cookies::Chrome claims to know how to decode them by finding a password in my keychain on Mac. However the results don't look like they've decoded properly. see update below

Any pointers are much appreciated!

Thanks

Craig

Example Output:

.33across.com / 33x_ps ?C?5?T-76?Q???$?HW>... .3lift.com / tluid ?0j???t?*??3M?("D???1?0... / tluidp ?0j???t?*??3M?("D???1?0... .a-mo.net / amuid2 ;??\????W{??"?$?b???K?S... / pamuid2 ;??\????W{??"?$?b???K?S&...
UPDATE: Hold on there cowboy! It seems that the entries are being decoded, but with a bunch of binary poop before them.

Here is an example of a cookie that the Chrome developer shows a value of: 1af15945-c298-4041-a6e7-45b5e233cf82

.costco.com / BVBRANDID {?'}~???X???2?6%t????7T????#1af15945-c2 +98-4041-a6e7-45b5e233cf82

Anybody know what that stuff is before the hash?

Thanks

Craig


In reply to HTTP::Cookies::Chrome doesn't seem to decrypt properly by cmv
in thread HTTP::Cookies::Chrome fails with Chrome cookies by cmv

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.