Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smurf-iv/isstrongorsigned
Display if a file is "Strong Named" and / or "Digitally signed"
https://github.com/smurf-iv/isstrongorsigned
copyright-scan digital-certificate string-naming strongnaming
Last synced: 17 days ago
JSON representation
Display if a file is "Strong Named" and / or "Digitally signed"
- Host: GitHub
- URL: https://github.com/smurf-iv/isstrongorsigned
- Owner: Smurf-IV
- License: mit
- Created: 2023-02-12T07:59:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T14:53:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-25T13:22:27.902Z (2 months ago)
- Topics: copyright-scan, digital-certificate, string-naming, strongnaming
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IsStrongOrSigned
- Display if a file is "Strong Named" and / or "Digitally signed"
![RunningApp](./Pictures/RunningApp.png)
# Done:
- [x] Multi-select open files
- [x] All files, as pdf's etc can be signed
- [x] Display Files:
- [x] Base .Net Target Framework
- [x] Bitness (Preffered and native)
- [x] "Strong Named" status
- [x] "Strong named verification against certificate"status
- [x] Copyright string
- [x] Version string
- [x] Digital Status (First found signed certificate only)
- [x] Valid "upto" date string
- [x] Certificate string
- [x] Path of the found file
- [x] "Add ..." more files
- [x] "Removal of All" or selected lines
- [x] Dynamic progress bar when loading lots of files
- [x] Column sorting
- [x] Column sizing
- [x] "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
- Taken from here and then modified
- https://gist.github.com/reigningshells/d4d9d97a59a2aea8890e75c203230e92## 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 ;-)