secretpeer

Welcome!

This is an end-to-end encrypted, peer-to-peer messaging and file transfer static web app. The peer-to-peer communication occurs privately in 2 parcipant rooms. Nobody can enter the room without knowing the private/random 2 words and the 6 digit pin code which are generated in the browser. Guessing probability of these random 2 words and 6 digit pin code combination is 1/4194304000000. Also, the guesser has to do the guess for these 2 words and the pin code until 2 peers start the communication. The whole conversation in the room and the file transfers occur directly peer to peer without any server or service. When the browser is closed, the conversation content is auto deleted by the browser. It is a similar experience to visit a static web page. You can start using the service by using the commands below. Source code is available at https://github.com/mustafaturan/secretpeer

  • (/h) /help Help screen (this page)
  • (/p) /privacy Privacy details
  • (/c) /create Create a new room
  • (/j) /join word#1 word#2 pin Join to an existing room
  • (/f) /file Select a file and transfer to the other peer in the room
  • (/q) /quit Leave the room and clean the content body
  • (/n) /clean Clean the content body
  • (/v) /version Version