aboutsummaryrefslogtreecommitdiff
path: root/src/utils/security.py
Commit message (Collapse)AuthorAgeFilesLines
* use "latin-1" consitently (not "iso-8859-1")Gravatar jesopo2020-02-241-1/+1
|
* change encrypted channel logs to use RSA -> AES (CBC)Gravatar jesopo2020-02-241-13/+19
| | | | closes #248
* fix security.py typehintsGravatar jesopo2020-02-241-2/+2
|
* move permissions module password hashing to utils/security.pyGravatar jesopo2020-02-241-1/+12
|
* add option to encrypt channel_log log files line-by-lineGravatar jesopo2020-02-201-1/+26
|
* Change arg types of constant_time_compare to typing.AnyStr (utils.security)Gravatar jesopo2019-02-121-3/+1
|
* Move constant-time compare function to utils.securityGravatar jesopo2019-02-121-1/+6
|
* Abstract ssl socket wrapping away so we can reuse itGravatar jesopo2019-02-101-0/+23