Coder Social home page Coder Social logo

browser-security-reading-list's Introduction

Browser Security Reading List and References

There are a lot of lists about cryptography and security. This is my personal list, focused on documents that are relevant to my work on the Chrome security UX team.

It simultaneously lets me document the kinds of things one needs to know to work in my area, and gives me an easy way to find references I may need in the future (either for myself, or to give to others).

Expect it to be incomplete at all times.

General

Origin

The "origin" is a (scheme, host, port) tuple, e.g. (https, www.google.com, 443). It is the most important concept for site isolation on the web.

HSTS

HTTP Strict Transport Security is a mechanism for a server to tell a browser "only connect to me over HTTPS in the future". It can be sent via the Strict-Transport-Security header and/or be built into browsers for specific sites.

  • RFC 6797: HTTP Strict Transport Security (Hodges, Jackson, and Barth, 2012)
  • HSTS at Wikipedia
  • chromium.org/hsts: Chromium info, link to preload list and submission page.
  • Upgrading HTTPS in Mid-Air: An Empirical Study of Strict Transport Security and Key Pinning (Michael Kranch and Joseph Bonneau, 2015)

TLS Deployment

SSL/TLS Interstitials

  • Improving SSL Warnings: Comprehension and Adherence (Felt, Ainslie, Reeder, Consolvo, Thyagaraja, Bettes, Harris, Grimes, 2015)
  • Killed by Proxy: Analyzing Client-end TLS Interception Software (de Carné de Carnavaletm Mannan, 2016)

Usable Security

See the Usable security reading list by adrifelt@.

browser-security-reading-list's People

Contributors

lgarron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.