Are passwords for Windows accounts always stored in cleartext in memory, while the account is logged on?
Using Mimikatz I've seen lots of examples where passwords are stored in memory, either for domain/local accounts or service accounts.
Therefore I want to know, if passwords for logged on Windows accounts are always stored in memory, or if there is an exception to that rule?
Is it enough for Windows to only store NT hashes (local accounts) and MsCacheV2 hashes (domain accounts)?