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.

Home Page:https://drayneur.github.io/cryptoip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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://drayneur.github.io/cryptoip/

License:MIT License


Languages

Language:JavaScript 83.1%Language:SCSS 15.2%Language:HTML 1.6%Language:Batchfile 0.1%