Cross-Platform Cryptographic Failure
Version: v0.1.0
Issue:
Code uses Windows DPAPI which doesn't exist on Linux/Mac. Encrypted data on Windows cannot be decrypted elsewhere.
Impact:
- Credential storage fails on non-Windows
- Data inaccessibility across platforms
- Feature crashes
Recommendation:
Use cross-platform cryptography (aes-gcm crate, ring library) that works on all platforms.
Severity: HIGH
Cross-Platform Cryptographic Failure
Version: v0.1.0
Issue:
Code uses Windows DPAPI which doesn't exist on Linux/Mac. Encrypted data on Windows cannot be decrypted elsewhere.
Impact:
Recommendation:
Use cross-platform cryptography (aes-gcm crate, ring library) that works on all platforms.
Severity: HIGH