Essentially my problem is that I have a java application that uses SHA-1 encryption and I have a .Net 2.0 WebService that needs to encrypt the same way for user authentication (passwords are encrypted in the database)
Take care to notice the wonderful wack in the java code to add 256 to the byte value.
Essentially the problem is that when I create the ASCII byte array the values are the same:
Password = test;...