UWNetworksLab / uProxy-sas-rtc

Verifying Short-Authentication-Strings over WebRTC Audio/Video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAS-RTC

Build Status

Library which provides ZRTP-inspired video/audio authentication of Short Authentication Strings over WebRTC Peer Connections.

Overview

TODO

Requirements

  • node + npm
  • grunt npm install -g grunt-cli

Build

  • Run npm install from the base directory to obtain all prerequisites.
  • Running grunt compiles all the typescript into javascript which goes into the build directory. This can then be included as libraries

Usage

TODO

Demo

Run grunt demo to compile the demo chrome extension. Load the chrome extension using developer mode. Open the options page, which gives a barebones example client using SAS-RTC.

About

Verifying Short-Authentication-Strings over WebRTC Audio/Video

License:Apache License 2.0


Languages

Language:TypeScript 92.4%Language:CoffeeScript 7.6%