hashtable

  1. B

    Question Convert Hash value to String

    Hello, I stored my password as hash value (i.e., 2353) in SQL Server 2008 and now I need to convert it to string format which i actually inserted password. For eg: 2353 = admin
  2. D

    Shared Hashtable between different apps

    Hello, I currently have a ASP.NET Website and a Windows Service doing some work together. It consists in running some processes either using scheduling or on-demand requests. Basically before i had the windows service i used a Shared Hashtable to register all the on-demand requests and avoid...
Back
Top