• Stars
    star
    192
  • Rank 202,019 (Top 4 %)
  • Language
    CSS
  • License
    Other
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Study of WebRTC Security

This report is an open sourced examination of WebRTC's security. The project aim is to provide a comprehensive study of the security of WebRTC technology, and to examine strengths and weaknesses relative to competiting or similar technologies.

Please feel free to contribute your own knowledge and experience! When contributing, please use the method detailed below:

Contributing

  1. Fork it ( https://github.com/webrtc-security/webrtc-security.github.io/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request