31st JULY - 4th AUGUST 2015

Pullman Brisbane - King George Square

Menu
Create Account
  • Mini-Conferences
    July 31
  • Presentations
    August 1-2
  • Sprints
    August 3-4

<-- Back to schedule

Cooking with Cryptography

Project: cryptography (Python library)

The ``cryptography`` library emerged in 2014 with the goal of
becoming Python's "cryptographic standard library". It is designed
to be easy to use but flexible, exposing a *recipes* layer for
common use cases, and a *hazmat* layer that provides crypto
primitives but demands users know what they're doing in order to use
them properly.

This talk will explain the motivations and goals of the
``cryptography`` library, take a tour of its features and discuss
its implementation. ``cryptography`` will be compared to some other
popular and emerging crypto libraries. Finally, we will examine
some real-world use of the library.

Audience members should have a passing familiarity with cryptography
(e.g. know the differences between hashing and encryption, or public
key and private key crypto) to get the most out of this talk.

Fraser Tweedale

Fraser works at Red Hat on the FreeIPA identity management solution
and the Dogtag Certificate System. He cares about security and
cryptography (and making it easy to use correctly!) and is deeply
interested in functional programming, type theory and theorem
proving.