├── .gitignore ├── CSharp ├── Microsoft Defender for Identity Encrypted Password.sln └── Microsoft Defender for Identity Encrypted Password │ ├── App.config │ ├── Microsoft Defender for Identity Encrypted Password.csproj │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── thalpius.ico ├── LICENSE ├── README.md └── Screenshots ├── MicrosoftDefenderForIdentityEncryptedPassword01.png ├── MicrosoftDefenderForIdentityEncryptedPassword02.png └── MicrosoftDefenderForIdentityEncryptedPassword03.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/.gitignore -------------------------------------------------------------------------------- /CSharp/Microsoft Defender for Identity Encrypted Password.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/CSharp/Microsoft Defender for Identity Encrypted Password.sln -------------------------------------------------------------------------------- /CSharp/Microsoft Defender for Identity Encrypted Password/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/CSharp/Microsoft Defender for Identity Encrypted Password/App.config -------------------------------------------------------------------------------- /CSharp/Microsoft Defender for Identity Encrypted Password/Microsoft Defender for Identity Encrypted Password.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/CSharp/Microsoft Defender for Identity Encrypted Password/Microsoft Defender for Identity Encrypted Password.csproj -------------------------------------------------------------------------------- /CSharp/Microsoft Defender for Identity Encrypted Password/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/CSharp/Microsoft Defender for Identity Encrypted Password/Program.cs -------------------------------------------------------------------------------- /CSharp/Microsoft Defender for Identity Encrypted Password/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/CSharp/Microsoft Defender for Identity Encrypted Password/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /CSharp/Microsoft Defender for Identity Encrypted Password/thalpius.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/CSharp/Microsoft Defender for Identity Encrypted Password/thalpius.ico -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/MicrosoftDefenderForIdentityEncryptedPassword01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/Screenshots/MicrosoftDefenderForIdentityEncryptedPassword01.png -------------------------------------------------------------------------------- /Screenshots/MicrosoftDefenderForIdentityEncryptedPassword02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/Screenshots/MicrosoftDefenderForIdentityEncryptedPassword02.png -------------------------------------------------------------------------------- /Screenshots/MicrosoftDefenderForIdentityEncryptedPassword03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thalpius/Microsoft-Defender-for-Identity-Encrypted-Password/HEAD/Screenshots/MicrosoftDefenderForIdentityEncryptedPassword03.png --------------------------------------------------------------------------------