Originally posted by: DaveSimmons
There are code signing certs for EXEs, .Net assemblies and java applets that work similarly to SSL certs.
If you right-click on a signed EXE in Windows Explorer and choose Properties, you'll see a Digital Signatures tab.
But without RTFDocs I don't know what APIs (if any exist for Win32 or .Net) can be used to extract this information. I've only ever used the command-line tools to sign installs at work.
bummer, I was afraid of that. But that's what I was looking for. Instead of right clicking every file, and seeing if its digitally signed via properties, I was hoping taht I can have a tool that browses a folder.
SigCheck works fine, and I love it, but at work here, some people were complaining that command line tools aren't easy enough to use, so i was assigned the task of writing one with a UI. I think I am going to just create a wrapper around sigcheck.exe instead then.
Thanks!