Coder Social home page Coder Social logo

Comments (7)

jed avatar jed commented on August 16, 2024

agreed, portability would be a neat thing to have.

from crx.

pavel-shirobok avatar pavel-shirobok commented on August 16, 2024

Hi, really, guys, this will be awesome! 👍

from crx.

thom4parisot avatar thom4parisot commented on August 16, 2024

@ramshteks it's already half-way done with #22 :-) now node-rsa just needs some love to generate a public key in the binary DER format (cf. rzcoder/node-rsa#19).

If you know how to do that, I am pretty sure the author of node-rsa will accept this contribution with pleasure.

from crx.

pavel-shirobok avatar pavel-shirobok commented on August 16, 2024

@oncletom oh... Thank u for reply! No I dont know how to do this :(

I'm right now working with ur crx module and it's working great but only in cygwin. I hope my client will accept this solution!

from crx.

thom4parisot avatar thom4parisot commented on August 16, 2024

@ramshteks you could create a Docker container and have crx as an ENTRYPOINT to run it almost natively, at least without cygwin.

from crx.

pavel-shirobok avatar pavel-shirobok commented on August 16, 2024

@oncletom problem in openssl. It isnot installed in windows by default, so this is problem. But I will check Docker(I dont know what is it yes). thank u for advice

from crx.

thom4parisot avatar thom4parisot commented on August 16, 2024

Once you have installed docker try that:

$ docker pull oncletom/crx
$ docker run -t oncletom/crx --help
Usage: crx [options] [command]

  Commands:

    keygen [directory]  generate a private key in [directory]/key.pem
    pack [directory]    pack [directory] into a .crx extension

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -f, --file [file]         input/output <file> instead of stdin/stdout
    -p, --private-key <file>  relative path to private key [key.pem]
    -b, --max-buffer <total>  max amount of memory allowed to generate the crx, in byte

crx is isolated with openssl. It should be easier to deploy and being less messy with any environment you deploy on.

PS: here are some guidance on how to install/use Docker on Windows

from crx.

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.