Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-456374.py
File
recipe-456374.py
recipes/Python/456374_Crypt/recipe-456374.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pickle
import
Pickler, Unpickler
# for saving and loading keys
2
from
random
import
randint, seed
# for generating keys
3
from
time
import
time
# for randomizing keys
4
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected