Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 208 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 208 Bytes

Scrampy

Scram authentication in Python

Usage

import scrampy

# Pass a socket connection instance with TLSv1, username and password.
scrampy.Authenticate(connection, username, password)