MCPcopy Create free account
hub / github.com/ActiveState/code / AuthenticationError

Class AuthenticationError

recipes/Python/576980_Authenticated/recipe-576980.py:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6from Crypto.Cipher import AES
7
8class AuthenticationError(Exception): pass
9
10class Crypticle(object):
11 """Authenticated encryption class

Callers 1

decryptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected