py-spake2-0.9

SPAKE2 password-authenticated key exchange (pure Python)

Index | security

Description

This library implements the SPAKE2 password-authenticated key exchange ("PAKE")
algorithm. This allows two parties, who share a weak password, to safely derive
a strong shared secret (and therefore build an encrypted+authenticated channel).

Homepage: https://github.com/warner/python-spake2

Run Dependencies