jesopo
|
e2fbbc2406
|
remove scrypt requirement, use hashlib.scrypt instead
|
2021-03-07 15:36:17 +00:00 |
|
jesopo
|
fc32a907a5
|
use "latin-1" consitently (not "iso-8859-1")
|
2020-02-24 13:28:23 +00:00 |
|
jesopo
|
6535ec731c
|
change encrypted channel logs to use RSA -> AES (CBC)
closes #248
|
2020-02-24 13:14:05 +00:00 |
|
jesopo
|
9d120dcd2c
|
fix security.py typehints
|
2020-02-24 11:46:37 +00:00 |
|
jesopo
|
cca3817537
|
move permissions module password hashing to utils/security.py
|
2020-02-24 11:43:55 +00:00 |
|
jesopo
|
0667ac8c5f
|
add option to encrypt channel_log log files line-by-line
|
2020-02-20 14:56:04 +00:00 |
|
jesopo
|
01a7c05687
|
Change arg types of constant_time_compare to typing.AnyStr (utils.security)
|
2019-02-12 11:59:55 +00:00 |
|
jesopo
|
9667b8a6e0
|
Move constant-time compare function to utils.security
|
2019-02-12 11:57:49 +00:00 |
|
jesopo
|
e558a7676b
|
Abstract ssl socket wrapping away so we can reuse it
|
2019-02-10 12:36:52 +00:00 |
|