libsignal-protocol-java
libsignal-protocol-java copied to clipboard
Is there solution to add widget on iPhone screen, it would be great. And I don't know if Android devices has it.
Hello, I think your library is used in the Signald daemon. After it updated to the latest version of libsignal, I can no longer use the application on my VPS...
the function takes 3 arguments, one of them is info in the ChainKey class in ratchet, the argument given is "WhisperMessageKeys".getBytes In another class, "WhisperRatchet".getBytes() was given as argument instead....
I am trying to use the signal library to make a very simple command line program to encrypt a message and print out the results so that I can then...
There are many classes that import this, for example `import static org.whispersystems.libsignal.state.StorageProtos.IdentityKeyPairStructure; ` but I can't find this resource in the state file. Could someone tell me what's wrong?
Once compiled, simply run with a program argument indicating the number of clients to use. (min 2, max 26) If there are 2 clients, it will start a single session...
Could you please share proper documentation or sample app to implement E2EE. Example : SessionStore sessionStore = new MySessionStore(); PreKeyStore preKeyStore = new MyPreKeyStore(); SignedPreKeyStore signedPreKeyStore = new MySignedPreKeyStore(); IdentityKeyStore...
This PR makes the keys compatible with the Java framework by extending the PublicKey and PrivateKey interfaces.
I was reading the documentation and noticed that the link in the README for the wassenaar arrangement was broken. This is the new link describing the wassenaar arrangement: https://www.nti.org/learn/treaties-and-regimes/wassenaar-arrangement/ So...
Fixes various issues where `toString()` is used to make intelligible exceptions. ``` Caused by: org.whispersystems.libsignal.NoSessionException: No sender key for: org.whispersystems.libsignal.groups.SenderKeyName@6450adf3 at org.whispersystems.libsignal.groups.GroupCipher.decrypt(GroupCipher.java:123) at org.whispersystems.libsignal.groups.GroupCipher.decrypt(GroupCipher.java:96) ```