stegosphere.crypt module

class stegosphere.crypt.AES_GCM

Bases: object

static decrypt(message, key)
static encrypt(message, key, iv=None)