I am storing some sensitive information like passwords in std::string. I want to know if there is a guaranteed way to clear the memory where the actual data was stored ?
I am storing some sensitive information like passwords in std::string. I want to know if there is a guaranteed way to clear the memory where the actual data was stored ?