Open Pysis868 opened 11 months ago
I don't understand what you're trying to do. What are you wanting to verify? That the password in its encrypted form has not been corrupted?
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/