is it possible to decrypt the string if encrypted with SHA-1 algorithm
843811Jul 2 2006 — edited Jul 5 2006is it possible to decrypt the string if encrypted with SHA-1 algorithm?
I'm getting the userid and encrypted password from someother (c#) application by XML . i've to connect the server with uid and actual PASSWORD.
The password is encrypted with SHA-1 Algorithm. I need pass the actual password to server . is there anyway to decrypt?