Windows Desktop Watermark with username

 Hi Guys,

I recently had a requirement from a client to implement a way to protect sensitive documents from being photographed from mobile devices and shared online. To mitigate this issue I made a windows application using C#. 

When the exe runs it will read current logged in users' domain user account and display his username throughout the screen.

I have given options to change the displayed text to username, hostname of the computer or any custom texts.

You can get this application from the following url 

Desktop watermark

Note: This is works only in Windows Operating Systems





Comments

Popular posts from this blog

Secure .NET Core Api Server and Client

Security tips for hosting .NET Web Application on IIS

Simple API using Python, Flask and pyodbc