mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
The Rust save_credential command was accepting but ignoring the password parameter (_password). Now stores it in the Windows Credential Manager JSON blob alongside username and token. DPAPI encrypts the blob at rest, tied to the Windows user — plaintext is never written to disk. Also wire the checkbox state to the profile's rememberPassword field so it persists across sessions. Previously it was hardcoded to false on every login.