Socket
Socket
Sign inDemoInstall

@dxos/crypto-names

Package Overview
Dependencies
3
Maintainers
7
Versions
1960
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/crypto-names

Basic crypto key utils


Version published
Maintainers
7
Weekly downloads
1,763
decreased by-53.78%

Weekly downloads

Readme

Source

Crypto Names

Generates lossless human readable 3-words names (24-bit entropy ~= 16M combinations).

Parser

WARNING: Do not change word list once deployed.

yarn ts-node ./scripts/parser

Examples

rushx test

  [
    {
      "key": "8b03f3",
      "name": "momentous-advantageous-wildebeest"
    },
    {
      "key": "f205a4",
      "name": "useful-affordable-oyster"
    },
    {
      "key": "f733ca",
      "name": "visionary-delicious-sheepdog"
    },
    {
      "key": "3c568a",
      "name": "durable-flatter-manatee"
    },
    {
      "key": "c81576",
      "name": "smartest-benevolent-kangaroo"
    }
  ]

FAQs

Last updated on 18 Apr 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc