MCPcopy 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

1from pickle import Pickler, Unpickler # for saving and loading keys
2from random import randint, seed # for generating keys
3from time import time # for randomizing keys
4

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected