You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to verify the data stored in the configuration file?
Made some trials to test this, but still not successful.
Not familiar with encryption technology, but think I got something close.
If so, you might want to look here. I added this to ensure that what we were dealing with was indeed an encrypted password and not plaintext password which happened to be a hex string. It also has the benefit of salting it to prevent the encrypted form of dictionary words from being searchable.
I saw that portion of the function, but understand it to be added to the plaintext, so I should still be able to recognize my password after decryption, even with the prefix added.
My problem is trying to find a command string that allows me to successfully decrypt to a plaintext, using the data that I have entered and saved by this program.
Is there a way to verify the data stored in the configuration file?
Made some trials to test this, but still not successful.
Not familiar with encryption technology, but think I got something close.
.../wowreeb/config.xml
:wowreeb/wowreeb/Config.cpp
:https://github.com/kokke/tiny-AES-c/
The text was updated successfully, but these errors were encountered: