I'm using
x = System.Security.Principal.WindowsIdentity.GetCurrent().User.Value;
which outputs the users windows identity. Here is an example of what the output looks like:
S-5-2-51-37518325-1542148351-9136563645-5621
I'm currently sending this to a .txt file and reading it but as you can probably tell anyone with a bit of experience can access the text file so how would I scramble these values to the point they are no longer able get traced back to their original numbers.
I use this class:
Example: