Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
binary-cookies-parser
Advanced tools
This project provides a CLI tool to read and interpret binary cookie files. The project is based on the cookie reader written by Satishb3
pip install binary-cookies-parser
If you want to use the parser as CLI, it's recommended to use pipx to install the package in an isolated environment.
After installation, you can use the command-line interface to read a binary cookies file:
bcparser <path_to_binary_cookies_file>
Replace <path_to_binary_cookies_file> with the path to the binary cookie file you want to read.
Or use it in Python:
from binary_cookies_parser.parser import read_binary_cookies_file
cookies = read_binary_cookies_file("path/to/cookies.binarycookies")
FAQs
Parses binary cookies from a given .binarycookies file
We found that binary-cookies-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.