
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
lds-pgp2021
Advanced tools
npm i lds-pgp2021@latest --save
import * as vcjs from '@trasnsmute/vc.js';
import { PgpKeyPair2021, PgpSignature2021 } from 'lds-pgp2021';
const key = await PgpKeyPair2021.generate(
{
userIds: [],
curve: 'ed25519',
},
{
id: 'test-id',
type: 'PgpVerificationKey2021',
controller: 'did:example:123',
}
);
const suite = new PgpSignature2021({
key: keypair,
});
const verifiableCredential = await vcjs.ld.issue({
credential: {
...credentialTemplate,
},
suite,
documentLoader,
});
npm run pgp2021 resolve did:web:or13.github.io:deno-did-pm
npm run pgp2021 make-json-key ./docs/public-key.gpg did:web:or13.github.io:deno-did-pm
npm run pgp2021 -- sign -u "4FD4017D6188FF9B4F07299E02FECCD6306F299C" ./docs/example.json did:web:or13.github.io:deno-did-pm#4FD4017D6188FF9B4F07299E02FECCD6306F299C -o ./docs/example.signed.json
npm run pgp2021 -- verify ./docs/example.signed.json
npm run pgp2021 import-gpg-keys-from-json ./docs/public-key.json
FAQs
``` npm i lds-pgp2021@latest --save ```
The npm package lds-pgp2021 receives a total of 0 weekly downloads. As such, lds-pgp2021 popularity was classified as not popular.
We found that lds-pgp2021 demonstrated a not healthy version release cadence and project activity because the last version was released 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 adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.