http://www.perlmonks.org?node_id=11148456


in reply to Access and decrypt Chrome cookies on Windows

It's also worth trying doing the API call via FFI::Platypus::Lang::Win32 which seems a bit more high-level. If you can post encrypted cookie data (not sensitive!) we can see if we can do a pure perl solution without Win32 dependencies (related: https://github.com/n8henrie/pycookiecheat via https://stackoverflow.com/a/23727331)