
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
github.com/googlecloudplatform/storage-client-side-encryption-proxy
Supply Chain Security
Vulnerability
Quality
Maintenance
License
This tool uses Tink to perform client side encryption operations backed against Google Cloud KMS. It is both a client side encryption/decryption tool as well as a decrypting proxy for Google Cloud Storage.
This is not an officially supported Google product
tools
directory, and name them as follows. Note: you can change the names and location by altering the scriptes/variables.sh
file
tools/cert.pem
tools/key.pem
scripts/variables.sh
with your GCP information (i.e bucket name and key name)go build -o tinkproxy
This example uses the binary built named tinkproxy
as described in the previous step. The tool uses Tink backed by Google Cloud KMS to encrypt a data encryption key (DEK) per directory, which is then
uploaded to your GCS bucket. After the encrypted files are uploaded, a single file is then downlaod through the decrypting proxy, which decrypts using the appropriate KMS key.
./tinkproxy --help
source scripts/variables.sh
# be sure to edit the configuration to match your environment./scripts/uploadDirectory.sh samples
./scripts/getObject.sh
./scripts/cleanup.sh
Also, you can encrypt and decrypt individual files
./tinkproxy vanish samples/gettysburg.pdf -o demo.cipher
./tinkproxy reveal demo.cipher -o cleartext.pdf
Consider the following items when using for production.
FAQs
Unknown package
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.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.