Minimal browser builds
See original GitHub issueby supplying our own more minimal version of https://github.com/crypto-browserify/crypto-browserify we can drop the following deps:
require('diffie-hellman')
require('browserify-sign')
require('create-ecdh')
require('public-encrypt')
bc we are only using
crypto.randomBytes
crypto.pbkdf2Sync
crypto.createCipheriv
crypto.createDecipheriv
we just need to make a more minimal crypto entrypoint https://github.com/crypto-browserify/crypto-browserify/blob/master/index.js and sub it out with the browser field https://github.com/substack/node-browserify#browser-field
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
22 Best lightweight web browsers as of 2022 - Slant.Co
Qutebrowser, SSuite NetSurfer Browser, and Firefox are probably your best bets out of the 22 options considered.
Read more >7 Lightweight Browsers for Windows - Make Tech Easier
All of the options in this curated list of lightweight browsers for Windows can be used as ... Yandex has many minimal features...
Read more >The 7 Best Lightweight Web Browsers for Linux - MakeUseOf
Choosing a Minimal Linux Browser for Yourself. When you want a resource-friendly, lightweight browser for surfing the internet, you would not ...
Read more >Looking for minimal browsers. : r/debian - Reddit
Is anyone using a minimal browser that's low on RAM and is fast? ... Viper browser there is AppImage available,use continuous build as ......
Read more >Min | A fast, minimal browser that protects your privacy
Browse without distractions. Tabs in Min take up less space, giving you more room to browse the web. Pages you haven't looked at...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tad88dev @hitchcott I’m afraid that is an intentional parameter of using scrypt. The point of scrypt is to be CPU and memory hard. Using the C scrypt implementation it is >10 times faster though.
In the browser it should be run in a worker.
Alternatively you can try tweaking the scrypt parameters (https://github.com/ethereumjs/ethereumjs-wallet#remarks-about-tov3) with the risk of reducing security significantly. Some wallets (such as keythereum) use much lower iteration count and thus they are faster. etheruemjs-wallet uses the default settings used by geth.
@tad88dev same experience;
toV3
is taking around 20 seconds in Chromium