
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/googlecloudplatform/storage-client-side-encryption-proxy
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
High CVE
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.