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

@apeleghq/crypto-oids

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apeleghq/crypto-oids

Non-comprehensive export of OIDs used in various crypto standards

  • 20240911.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

🔒 Non-comprehensive export of OIDs used in various crypto standards

Reliability Rating Vulnerabilities Bugs Security Rating Maintainability Rating NPM Downloads


🚀 Features

  • Standard arcs covered (note that not all OIDS are necessarily exported):
    • ANSI X9.62
    • PKCS #1
    • PKCS #5 (PBKDF2 only)
    • PKCS #7 / CMS
    • PKCS #9
    • RSA digest algorithms (MD2, MD5, etc.) and HMAC (HMAC with SHA-*)
    • NIST AES
    • NIST SHA
  • Incudes JSDoc with a description.
  • It does not support reverse lookups.

💻 Installation

To install the package, you can use npm or yarn:

npm install @apeleghq/crypto-oids

or

yarn add @apeleghq/crypto-oids

📚 Usage

import {
  OID_ANSIX962_SIGNATURES_ECDSAWITHRECOMMENDED,
} from '@apeleghq/crypto-oids';

🤝 Contributing

We welcome any contributions and feedback! Please feel free to submit pull requests, bug reports or feature requests to our GitHub repository.

📜 License

This project is dedicated to the public domain, and you may do with it as you wish. Check out the LICENSE.txt file for more information.

If you download the full sources, note that some support files might (such as .prettierrc.cjs) might have a different license. In those cases, that license applies.

Keywords

FAQs

Package last updated on 11 Sep 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc