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.
- 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)
- It provide good quality of communication.
- It is impossible to track you even if the Owner of the server modify server code.
- You are safe, all your packet (communication with server) is encrypted and can't be decrypted without the key.
- Freedom, you can talk about anything on Cryptoip, the voip communication is encrypted
- You cannot be impersonated with signature check and keyHash verification
- 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