0.0.7 • Published 5 years ago

@isomorphic-git/pgp-plugin v0.0.7

Weekly downloads
23
License
LGPL-3.0+
Repository
github
Last release
5 years ago

@isomorphic-git/pgp-plugin

FOSSA Status

isomorphic-pgp plugin for a future version of isomorphic-git

Note: no version of isomorphic-git has been released that uses this plugin yet.

It's a chicken and egg problem. Gotta write the plugin first, then modify isomorphic-git to use it.

Usage

// Node
const { pgp } = require('@isomorphic-git/pgp-plugin')
const git = require('isomorphic-git')

git.plugins.set('pgp', pgp)

// Now you can use git.sign() and git.verify()

In contrast with the full-featured OpenPGP.js plugin, this uses isomorphic-pgp which is a lightweight, MIT-licensed library. Right now it is limited to using RSA keys and signatures made using the SHA1 hashing algorithm.

Tests

npm test

License

MIT

FOSSA Status

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago