GithubHelp home page GithubHelp logo

Comments (4)

microshine avatar microshine commented on July 3, 2024 2

It'll be helpful if somebody wants to make PR

HMAC examples
W3 HMAC specification - webcrypto-core checks incoming data

  1. Create HmacCryptoKey and HmacCrypto, similar to RSA implementation
  2. Add HmacCrypto to SubtleCrypto
  3. Make tests

from webcrypto-liner.

rmhrisk avatar rmhrisk commented on July 3, 2024

We did not add HMAC to liner yet.

You can see the algorithms we did add support for in the README.

asymcrypto.js does support HMAC so you could easily do a PR that added it to liner.

You would basically use the SHA2 logic as the prototype

from webcrypto-liner.

lightninglu10 avatar lightninglu10 commented on July 3, 2024

For hmac, asymcrypto supports

HMAC-SHA1
HMAC-SHA256
HMAC-SHA512

but in webcryptocore, there's only algorithm name Hmac.

Looking at what you guys did for sha2, how would it know which one to use?

Or can I use any of the sha schemes?

from webcrypto-liner.

rmhrisk avatar rmhrisk commented on July 3, 2024

Webcrypto core is a generic layer we use for input validation in our various WebCrypto libraries.

You would need to add support for HMAC-SHA256 (and maybe HMAC-SHA512) to liner for it to work.

You can use the existing SHA256 code as a guide.

@microshine is busy with another work right now so we cant commit to doing it ourselves in the near term but if you or someone else wanted to add these we would be open to a solid PR.

from webcrypto-liner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.