touge

Results 31 comments of touge

Here we have a better example to show how to use this lib that you can try. https://github.com/MixinNetwork/libsignal_protocol_dart/pull/62 And could you please share compilation error message, maybe we can help...

A new branch `example` has been added. @boyan01 can you help with flutter-app compilation error?

You need to get a [Mapbox](https://docs.mapbox.com/android/maps/guides/install/) token first.

Did you replace `#MAPBOX_DOWNLOADS_TOKEN=PASTE_YOUR_SECRET_TOKEN_HERE` in `gradle.properties`? If you encounter any configuration problems, please check them in `local.defaults.properties`.

1. You can store plaintext (or some other encryption), use Signal-P encrypt it when it sent to user. 2. `GroupCipher` can help with this, and you can see `group_cipher_test.dart'. 3....

This `native-crypto` only supports Android and iOS platforms, so we are not considering using it at this time.

- you need a server to distribute messages, not sure Firestore can do this well - every member should exchange their DistributionMessages, use`GroupCipher` - you only need to send and...

I didn't find any mention in the docs either, but the protobuf definitions in Signal implementations are all `uint32`, so maybe this is an above-protocol convention? I think `registrationId` is...

I think it's better to use different `registrationIds` and build a mapping of accounts to `deviceIds` `registrationIds`. https://signal.org/docs/specifications/sesame/#protecting-server-communications