https://github.com/yrotak/cryptoip
Cryptoip is an Open source project, that can provide a client and server for securised communication, every data is encrypted with a strong cryptographic algorythm (aes-128-cbc), it can't be decrypted without the key.
https://github.com/yrotak/cryptoip
aes audio-streaming communication electron encryption express gui gui-application http javascript js nodejs secure-communication socket-io voice-call voice-chat voip voip-client webm
Last synced: about 1 year ago
JSON representation
Cryptoip is an Open source project, that can provide a client and server for securised communication, every data is encrypted with a strong cryptographic algorythm (aes-128-cbc), it can't be decrypted without the key.
- Host: GitHub
- URL: https://github.com/yrotak/cryptoip
- Owner: yrotak
- License: mit
- Created: 2020-12-07T15:27:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T16:07:47.000Z (about 4 years ago)
- Last Synced: 2025-01-05T03:08:33.861Z (about 1 year ago)
- Topics: aes, audio-streaming, communication, electron, encryption, express, gui, gui-application, http, javascript, js, nodejs, secure-communication, socket-io, voice-call, voice-chat, voip, voip-client, webm
- Language: JavaScript
- Homepage: https://drayneur.github.io/cryptoip/
- Size: 8.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Releases](https://github.com/DrayNeur/cryptoip/releases)
> VOIP Client / Server
> Language: NodeJS, HTML, CSS, JS
Cryptoip is an Open source project, that can provide a client and server for securised communication, every data is encrypted with a strong cryptographic algorythm (aes-128-cbc), it can't be decrypted without the key.
### Features:
- Real time voip
- Encrypted packets with AES 128
- GUI with electron JS
- Server can handle mutliple clients
- Good voice quality
- Chat encrypted with AES 128
- Voice stream encrypted with AES 128
- Private messages
- Unique username
- Signature check
- Messages save on disk (not server)
### Why cryptoip ?
1. It provide good quality of communication.
2. It is impossible to track you even if the Owner of the server modify server code.
3. You are safe, all your packet (communication with server) is encrypted and can't be decrypted without the key.
4. Freedom, you can talk about anything on Cryptoip, the voip communication is encrypted
5. You cannot be impersonated with signature check and keyHash verification
### TODO:
- Addind panic button (erase all data of cryptoip)
- Fix mute button
- Proxy connection
- Voice detection
- Screen share
- Fix config file & data file
- Notification
- Fix signature popup position