New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@dxos/crypto

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/crypto

Basic crypto key utils

2.19.2-dev.6a163a83
Version published
Maintainers
24
Created

Crypto

Build Status Coverage Status Greenkeeper badge js-semistandard-style standard-readme compliant

Install

$ npm install @dxos/crypto

Usage

import { createKeyPair } from '@dxos/crypto';

const { publicKey, secretKey } = createKeyPair();

Contributing

PRs accepted.

License

GPL-3.0 © dxos

FAQs

Package last updated on 08 Dec 2021

Did you know?

Socket

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.

Install

Related posts