[Commits] [wesnoth/wesnoth] efa30d: [WIP] Use AES instead of XOR to encrypt passwords
GitHub
noreply at github.com
Tue May 2 21:10:10 UTC 2017
Branch: refs/heads/login_save_crypt
Home: https://github.com/wesnoth/wesnoth
Commit: efa30dec29fcbc2b68e0f762d9de22c8871fc146
https://github.com/wesnoth/wesnoth/commit/efa30dec29fcbc2b68e0f762d9de22c8871fc146
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M src/credentials.cpp
Log Message:
-----------
[WIP] Use AES instead of XOR to encrypt passwords
I'm sure everyone will have stuff to say about what I'm doing wrong here.
Currently, password-remembering only works per-session.
The encryption or decryption of the file seems to go wrong somehow.
More information about the Commits
mailing list