
Security News
AI Has Taken Over Open Source
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain
@sqds/grid-crypto
Advanced tools
Cryptographic utilities for Grid SDK - Standalone package for key generation, signing, and encryption
Cryptographic utilities for the Grid SDK. Provides key generation and signing functions for Turnkey and Privy providers.
npm install @sqds/grid-crypto
Generate a P-256 key pair and sign a payload:
import { generateTurnkeyKeyPair, signWithTurnkey } from '@sqds/grid-crypto';
const keyPair = await generateTurnkeyKeyPair();
const result = await signWithTurnkey(
payload,
credentialBundle,
keyPair.privateKey
);
Generate an HPKE key pair and sign a payload:
import { generateHPKEKeyPair, signWithPrivy } from '@sqds/grid-crypto';
const keyPair = await generateHPKEKeyPair();
const signature = await signWithPrivy(
payload,
keyPair,
encryptedAuthKey
);
import type { KeyPair, SignatureResult } from '@sqds/grid-crypto';
MIT
FAQs
Cryptographic utilities for Grid SDK - Standalone package for key generation, signing, and encryption
We found that @sqds/grid-crypto demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain

Security News
npm invalidated all granular access tokens that bypass 2FA after a fresh Mini Shai-Hulud wave compromised 323 npm packages. Staged publishing also entered public preview.

Research
/Security News
Compromised npm package art-template delivered a Coruna-like iOS Safari exploit framework through a watering-hole attack.