Some programs, such as ProcessExplorer, can read lines in memory (for example, my error message written in the code can easily be displayed even if it has already been compiled).
Imagine that in the line of memory allocated sequentially in memory, there is a password line "123456". What if hackers can get the password entered by the user? Is there a way to prevent row visibility?
Oh yes, also, if I had a hash password and sent it from the client to the server in order to compare the stored database hash value, the hacker will not be able to save the same hash and play it in order to access the user account? Is there a way to prevent playback?
Thank!
source
share