mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 03:54:25 +08:00
- Encrypt passwords before passing them to the service manager. Right now, we are using a fixed encryption key. This will be fixed later. - Replace the calls to ZeroMemory which are used to wipe the password buffers by calls to SecureZeroMemory.