Smurf-IV / IsStrongOrSigned

Display if a file is "Strong Named" and / or "Digitally signed"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsStrongOrSigned

  • Display if a file is "Strong Named" and / or "Digitally signed" RunningApp

Done:

  • Multi-select open files
    • All files, as pdf's etc can be signed
  • Display Files:
    • Base .Net Target Framework
    • Bitness (Preffered and native)
    • "Strong Named" status
    • "Strong named verification against certificate"status
    • Copyright string
    • Version string
    • Digital Status (First found signed certificate only)
      • Valid "upto" date string
      • Certificate string
    • Path of the found file
  • "Add ..." more files
  • "Removal of All" or selected lines
  • Dynamic progress bar when loading lots of files
  • Column sorting
  • Column sizing
  • "File Properties" via Windows Shell API callout

To Do:

  • Logging
    • Any
    • File Progress
    • Any failures in reading data elements for display
  • Allow Export / Copy of grid displayed data
  • Reporting of any "weird" exceptions (Via Exceptionless)
  • Other file data
  • Language handling
  • Alow theme changing
  • Create installer

Please help, by giving any feedback and suggestions via the github "Issues".

Acknowledgements

Resharper

Thanks

DLLExportLister

Krypton.Toolkit

  • Using the latest "Alpha" build to display data etc. (And allow themeing in the future)

Microsoft.PowerShell.5.1.ReferenceAssemblies

  • along with "Microsoft.PowerShell.Native"

NLog

  • Will be used for logging back into the app and also logging out to "ApplicationData" directory

Ookii.Dialogs.WinForms

  • Ensure "Vista Style" Open File is enforced
  • Use of the Shell Dynamic Progress dialog

Markdown Monster

  • Creation and maintenance of this readme ;-)

About

Display if a file is "Strong Named" and / or "Digitally signed"

License:MIT License


Languages

Language:C# 100.0%