GithubHelp home page GithubHelp logo

Comments (2)

mohitgoyal2011 avatar mohitgoyal2011 commented on July 3, 2024

Hi, sorry if this is not the right place to ask. How exactly do you go about using webcrypto-liner with PKIjs ? I am trying to get a PFX generated and working on Windows. And realize that we would need to webcrypto-liner.

`import * as webcryptoliner from 'webcrypto-liner/build'

pkijs.setEngine("webcrypto", new webcryptoliner.Crypto())
//Create a PKCS12
await pkcs12.parsedValue.authenticatedSafe.makeInternalValues(
{
safeContents: [
{
password: pvtsutils.Convert.FromString("password"),
contentEncryptionAlgorithm: {
name: "DES-CBC",
length: 128
},
hmacHashAlgorithm: "SHA-1",
iterationCount: 2048
}
]
}
);`

However, this complains with "DES-CBC" not found. I thought the polyfill would cause this algorithm name to be recognized atleast and then I could deal with the other errors like key length. Any pointers on how to use this would be helpful

from webcrypto-liner.

mohitgoyal2011 avatar mohitgoyal2011 commented on July 3, 2024

Actually, looking at other comments, I realized I would have to use webcrypto-liner in the node specific example to make this work. If you have any implementations that work and can be shared, I would be grateful.

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.