libsignal-protocol-c
Signal Protocol C Library (by signalapp)
libsignal-protocol-javascript
This library is no longer maintained. libsignal-protocol-javascript was an implementation of the Signal Protocol, written in JavaScript. It has been replaced by libsignal-client’s typesafe TypeScript API. (by signalapp)
libsignal-protocol-c | libsignal-protocol-javascript | |
---|---|---|
4 | 3 | |
1,348 | 1,877 | |
- | - | |
0.0 | 1.3 | |
over 4 years ago | over 3 years ago | |
C | JavaScript | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
libsignal-protocol-c
Posts with mentions or reviews of libsignal-protocol-c.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-01.
-
I wonder why Signal’s download size is so much larger than the competition? Intuition says it would be smaller
Signal wrote their own open source protocol, libsignal, to provide end to end encryption; or as they put it "a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments." Source I'd wager good money a chunk of that space is for said library and dependencies PLUS the regular rigamarole for an Android app.
- Session Encrypted Messenger
-
Are There Any Tutorials On How To Use The Signal
Signal protocol library for C/C++.
- Millions Flock to Telegram and Signal as Fears Grow Over Big Tech
libsignal-protocol-javascript
Posts with mentions or reviews of libsignal-protocol-javascript.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-02-07.
-
Questions about implementing basic e2e encryption for messages
There is this: https://github.com/signalapp/libsignal-protocol-javascript. But the docs state that it's deprecated. It also doesn't seem to handle the store.
-
Question about Signal API
Signal Protocol JavaScript library
-
Are There Any Tutorials On How To Use The Signal
C++/Java for the development of your messaging application there's also a JavaScript one.
What are some alternatives?
When comparing libsignal-protocol-c and libsignal-protocol-javascript you can also consider the following projects:
wire-server - 🇪🇺 Wire back-end services
Signal-Server - Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS
session-android - A private messenger for Android.
signal-bot - A simple bot framework for Signal
libsignal-protocol-java - Signal Protocol library for Java/Android