Skip to content

Cryptographically protected messages using the libp2p keychain

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

libp2p/js-libp2p-cms

Repository files navigation

@libp2p/cms

libp2p.io Discuss codecov CI

Cryptographically protected messages using the libp2p keychain

Table of contents

Install

$ npm i @libp2p/cms

Browser <script> tag

Loading this module through a script tag will make it's exports available as Libp2pCms in the global namespace.

<script src="https://unpkg.com/@libp2p/cms/dist/index.min.js"></script>

Features

  • Uses PKCS 7: CMS (aka RFC 5652) to provide cryptographically protected messages
  • Delays reporting errors to slow down brute force attacks

Cryptographic Message Syntax (CMS)

CMS, aka PKCS #7 and RFC 5652, describes an encapsulation syntax for data protection. It is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. Basically, cms.encrypt creates a DER message that can be only be read by someone holding the private key.

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Cryptographically protected messages using the libp2p keychain

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published