Giter Site home page Giter Site logo

Browser support about nano-crypto HOT 8 CLOSED

joseluisq avatar joseluisq commented on May 28, 2024
Browser support

from nano-crypto.

Comments (8)

joseluisq avatar joseluisq commented on May 28, 2024 1

Done first v1.0.0 which includes browser support for random described above.

from nano-crypto.

joseluisq avatar joseluisq commented on May 28, 2024

I don't know what do you mean, this package uses requires nodejs is not posted to web. If you want it feel free to send a PR.

from nano-crypto.

st-clair-clarke avatar st-clair-clarke commented on May 28, 2024

Should your package work with typescript and angular 2 (8 or 9)? I can't get it to work.

from nano-crypto.

joseluisq avatar joseluisq commented on May 28, 2024

Should your package work with typescript and angular 2 (8 or 9)? I can't get it to work.

It works with Typescript but It doesn't on the web. It's a NodeJS package (server side only).
Take at look at Browser API if you want to port this package to the web feel free to send a PR.
Unfortunately I have no time for that.

from nano-crypto.

joseluisq avatar joseluisq commented on May 28, 2024

Since the underlying dependency https://github.com/ai/nanoid/blob/master/random.browser.js supports browser. It would be easy to port it to web as well.

from nano-crypto.

joseluisq avatar joseluisq commented on May 28, 2024

Because of that

import { createHash, createCipher, createDecipher, Hash } from 'crypto'

from nano-crypto.

joseluisq avatar joseluisq commented on May 28, 2024

Hey!
There is some kind of progress on browser support right now (random):

image

In the future it would look like:

Browser:

import { random } from "nano-crypto/random.browser" // (494b gzipped)
// Angular, React, whatever...

Node:

import { random } from "nano-crypto/random"
// Node apps, etc

Stay tuned!

from nano-crypto.

st-clair-clarke avatar st-clair-clarke commented on May 28, 2024

Thanks Jose. Appreciate the effort.

from nano-crypto.

Related Issues (3)

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.