Giter Site home page Giter Site logo

Comments (4)

will-iov avatar will-iov commented on July 28, 2024 1

OK good. I believe Argon 2 is current best practice for key derivation: https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet#Leverage_an_adaptive_one-way_function

from iov-core.

will-iov avatar will-iov commented on July 28, 2024

How do you see using scrypt and secretbox? Is the idea to store the private key in a retrievable form, or just to verify that the user knows it before unlocking an account?

from iov-core.

ethanfrey avatar ethanfrey commented on July 28, 2024

from iov-core.

webmaster128 avatar webmaster128 commented on July 28, 2024

Argon2 in the browser is pain in the ass. It is 8x slower than the argon2 command line tool and in order to be able to use some okayish-secure parameters, we need to create a WebWorker where it can run for a couple of seconds. But I think this is still the best thing we can archive given the limitations of WebAssembly.

from iov-core.

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.