IssueVision
-
Has anyone here on CP started working with Microsoft's Concept Application IssueVision, If you have, do you have any of the details on the password hash and user scheme. I'm just checking before I try to "hash" it out. I'm working with both the vb.net and the cs.net, versions. Anyone interested in IssueVision, It can be found here. http://www.windowsforms.net/Applications/application.aspx?PageID=40&tabindex=9 Thanks
-
Has anyone here on CP started working with Microsoft's Concept Application IssueVision, If you have, do you have any of the details on the password hash and user scheme. I'm just checking before I try to "hash" it out. I'm working with both the vb.net and the cs.net, versions. Anyone interested in IssueVision, It can be found here. http://www.windowsforms.net/Applications/application.aspx?PageID=40&tabindex=9 Thanks
http://www.windowsforms.net/Applications/application.aspx?PageID=40&tabindex=9[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Has anyone here on CP started working with Microsoft's Concept Application IssueVision, If you have, do you have any of the details on the password hash and user scheme. I'm just checking before I try to "hash" it out. I'm working with both the vb.net and the cs.net, versions. Anyone interested in IssueVision, It can be found here. http://www.windowsforms.net/Applications/application.aspx?PageID=40&tabindex=9 Thanks
I have reviewed the code on that app (a long time back). From what I recall, they use a pretty standard password + seed hashing structure.
-
http://www.windowsforms.net/Applications/application.aspx?PageID=40&tabindex=9[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
I have reviewed the code on that app (a long time back). From what I recall, they use a pretty standard password + seed hashing structure.
Thanks Steven, I Started reviewing the code last night and I think they Create a New GUID-based salt and generate a hash of the password concatenated with the salt for a user-specified password. The problem is they left that part of the code out that they used to generate the salt. I wish they would have documented some of this. Thanks again
-
Dave, just to let you know, your clickety has a
break characters at the end for some reason, and the website does not like them, thanks anyway.Thanks! Fixed. For some reason, there was a carriage return at the end of the URL that got translated to a
after the submit button was clicked. While modifying the message, the
tag didn't show up, but a carriage return did. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome