Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
from
Crypto.Cipher
import
AES
7
8
class
AuthenticationError(Exception):
pass
9
10
class
Crypticle(object):
11
""
"Authenticated encryption
class
Callers
1
decrypt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected