libsignal_protocol_dart icon indicating copy to clipboard operation
libsignal_protocol_dart copied to clipboard

Signal Protocol library for Dart/Flutter

Results 11 libsignal_protocol_dart issues
Sort by recently updated
recently updated
newest added

Hi @crossle @Tougee @abhay-s-rawat, Currently I have a problem when loading the cipherText and decrypting it to display in UI. //TODO: how can I decrypt the ciphertext to plain text...

Hello. I'm building a chat app and there is a web version build with React. Can I use this package with similar one in javascript (typescript) to communicate for E2EE?...

Before we use golang library for ed25519, and dart ffi call it, but not good for multiple platform support. Now we use pure dart encrypt and decrypt ed25519, should we...

Hello! as a user of this library I struggle with the issue of `InvalidMessageException - No valid sessions. [InvalidMessageException - Bad Mac!][0]` as raised in other issues as well which...

For the Signal protocol to work, each `USER` needs to have a unique `USER-ID` together with a `DEVICE-ID` unique to the user. A user address is represented using the `SignalProtocolAddress`...

I'm interested in building a Flutter chat app using the signal protocol. However I'm not really sure how to use this library. Of cause I checked the example, but that...

Getting error while decrypting the message /flutter ( 3857): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: InvalidMessageException - No valid sessions. [InvalidMessageException - Bad Mac!][0] E/flutter ( 3857): #0 SessionCipher._decrypt session_cipher.dart:186 E/flutter ( 3857):...

Hi! I've been studying this package, examples and reading other issues for a few days now. What I fail to get my head around is how to distribute the DistributionMessage...

I think by adding it to export on libsignal_protocol_dart.dart would solve this problem.

PointyCastle was a natural choice when plugin was coded initially. However, it is so damn slow even for simple text messages. Can you guys plan a switch to native-crypto? https://github.com/hugo-pcl/native-crypto-flutter

enhancement