aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
* Starting to deprecate the app_config, global_config by attaching stuff to appChristopher Allan Webber2014-12-031-3/+3
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-3/+3
|\
| * Allow crypto.random_string to take optional alphabet paramJessica Tallon2014-07-081-3/+3
* | Fix another tests.Berker Peksag2014-08-071-1/+1
* | Continue to port GMG codebase.Berker Peksag2014-05-081-2/+2
|/
* Working client registrationxray72242013-07-111-0/+15
* Fix left over from variable renaming.Elrond2013-04-091-1/+4
* Harden It's Dangerous key management.Brett Smith2013-03-241-20/+45
* Improve fs security for itsdangerous secret.Elrond2013-03-221-2/+6
* Docs for get_timed_signer_url.Elrond2013-03-221-0/+26
* Basic itsdangerous infrastructure.Elrond2013-03-221-0/+55