- https://twitter.com/the_sohail_azim
- Joined on
2021-10-26
Block a user
kamikazechaser
created branch sohail/test-lash-404 in grassrootseconomics/cic-auth-helper
2022-01-25 17:01:18 +01:00
kamikazechaser
pushed to sohail/test-lash-404 at grassrootseconomics/cic-auth-helper
2022-01-25 17:01:18 +01:00
ff7bb43e03
testing
Correct forwarded for IP
65b3d4d409
Merge pull request 'feat: Add cache encryption' (#9) from lash/encrypt into master
0bfe054b90
Auto-complete origin on missing port, magic shutil terminal size
fe410e0fc6
Merge remote-tracking branch 'origin/master' into lash/encrypt
3663665d91
Update packaging and deps
140df0d1c6
Add pycryptodome dep
feat: Add cache encryption
Failed metadata lookups are repeated
Lacking feedback when executing user lookup
usability: WIP Friendly progress output
Ida/pbkdf2
prf
key-value from keystore files could also be hmac-sha256
, which isn't a valid param for hashlib.pbkdf2_hmac
default to sha256
instead.
Ida/pbkdf2
This is a potentially breaking change if this method is being used elsewhere. I suggest we default to scrypt
for now.