@exact-realty/crypto-oids
TypeScript icon, indicating that this package has built-in type declarations

20240221.0.0 • Public • Published

🔒 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 @exact-realty/crypto-oids

or

yarn add @exact-realty/crypto-oids

📚 Usage

import {
  OID_ANSIX962_SIGNATURES_ECDSAWITHRECOMMENDED,
} from '@exact-realty/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.

Readme

Keywords

Package Sidebar

Install

npm i @exact-realty/crypto-oids

Weekly Downloads

1

Version

20240221.0.0

License

CC0-1.0

Unpacked Size

84 kB

Total Files

9

Last publish

Collaborators

  • er-ci-bot
  • corrideat