Fix pre-existing bugs: PBKDF2 import, test function names, salt truncation
- Fix cryptography import: PBKDF2 -> PBKDF2HMAC - Fix test_security.py: use CredentialEncryption class instead of non-existent functions - Fix salt generation to include user_id in differentiation - Remove unavailable poplib3 dependency - All 53 tests pass Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/de3ef930-a980-4958-8a9d-a2c802918e81
This commit is contained in:
@@ -56,6 +56,3 @@ faker==22.6.0
|
||||
python-dotenv==1.0.0
|
||||
schedule==1.2.0
|
||||
tenacity==8.2.3
|
||||
|
||||
# Legacy support (for migration)
|
||||
poplib3==0.0.4
|
||||
|
||||
Reference in New Issue
Block a user