UNPKG

node-pkcs7

Version:

Example using Crypto and node-pkcs7 to encrypt content with PKCS#7:

28 lines (27 loc) 627 B
{ "name": "node-pkcs7", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "pub:patch": "npm version patch && npm publish", "pub:minor": "npm version minor && npm publish", "pub:major": "npm version major && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/bragle/node-pkcs7.git" }, "keywords": [ "PKCS#7", "PKCS7", "Crypto", "Padding" ], "author": "Leo Toneff", "license": "ISC", "bugs": { "url": "https://github.com/bragle/node-pkcs7/issues" }, "homepage": "https://github.com/bragle/node-pkcs7#readme" }