|
|
|
|
|
by tsimionescu
2326 days ago
|
|
Hashing is not an option for locally saved passwords. Some kind of token-based Auth scheme could work, but not hashed passwords. That said, the much greater problem is the idea of using a hard-coded key, instead of generating a unique key for each device/installation. |
|