Giter VIP home page Giter VIP logo

Comments (11)

romgrm avatar romgrm commented on August 27, 2024 1

If anyone comes across this, the Ecdsa generation does not work on simulator/emulator, only on real devices :)

from cryptography.

mariganesh555 avatar mariganesh555 commented on August 27, 2024

I have the same issue . Any solution is there?

final algorithm = Ecdh.p256(length: 32);

from cryptography.

xal avatar xal commented on August 27, 2024

The documentation says it is implemented only for web builds (mobile not implemented yet)

from cryptography.

tutti avatar tutti commented on August 27, 2024

Where does it say that? The closest I've been able to find is "We don't have implementations of these in pure Dart", which doesn't mean "only on web" at all.

from cryptography.

terrier989 avatar terrier989 commented on August 27, 2024

ECDH and ECDSA are supported only in the browser at the moment.

from cryptography.

tutti avatar tutti commented on August 27, 2024

Yes, I know that (now). But I'm referring to this (emphasis mine):

The documentation says it is implemented only for web builds (mobile not implemented yet)

Where?

from cryptography.

krille-chan avatar krille-chan commented on August 27, 2024

In the past you were able to use the webcrypto package for ECDH on Android and iOS but this is no longer working since Flutter 2.5. Is there a chance that this can be implemented in this package now? Otherwise I see no way to use ECDH anymore with Flutter at all :-( Would a bounty help here?

from cryptography.

FlutterCrypto avatar FlutterCrypto commented on August 27, 2024

@krillefear: When using web crypto with actual Dart (Dart version 2.14.4) I ran into the same issue (error: "package:webcrypto failed to attached finalizer").

This message is thrown in impl_ffi.utils.dart and in this routine web crypto tries to let the Dart GC delete the no longer used key as fast as possible. I temporary solved this problem by commenting out the line "throw AssertionError('package:webcrypto failed to attached finalizer');".

I already know that this is a security feature (leave a less cryptographic footprint in the memory) but the GC will delete the key when it is not longer in use.

You can follow a possible solution here: google/webcrypto.dart#10

Kind Regards Michael

from cryptography.

PwS avatar PwS commented on August 27, 2024

any update for this ?

from cryptography.

terrier989 avatar terrier989 commented on August 27, 2024

This package supports ECDH and ECDSA on:

  • Browsers
  • Apple operating systems (iOS, Mac OS X)
  • Android

from cryptography.

terrier989 avatar terrier989 commented on August 27, 2024

I close the ticket as P521 is now supported on the main platforms (browser, iOS, Android).

It would be nice if we had supported the ECDH/ECDSA on Windows and Linux too. I guess the easiest way to accomplish this would be BoringSSL. Feel free to create a ticket for that. :)

from cryptography.

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.