https://github.com/dumitory-dev/authenticode-extractor
A browser-based tool for extracting Authenticode digital signatures from Windows executable files (.exe)
https://github.com/dumitory-dev/authenticode-extractor
authenticode-signature signature-verification typescript windows
Last synced: 28 days ago
JSON representation
A browser-based tool for extracting Authenticode digital signatures from Windows executable files (.exe)
- Host: GitHub
- URL: https://github.com/dumitory-dev/authenticode-extractor
- Owner: dumitory-dev
- Created: 2024-12-14T20:33:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T10:40:56.000Z (over 1 year ago)
- Last Synced: 2025-07-04T00:37:11.333Z (11 months ago)
- Topics: authenticode-signature, signature-verification, typescript, windows
- Language: TypeScript
- Homepage: https://authenticode.dumitory.dev/
- Size: 105 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authenticode Digital Signature Extractor
[](https://github.com/dumitory-dev/authenticode-extractor/actions/workflows/deploy.yml)
[](https://opensource.org/licenses/MIT)
[](https://vuejs.org/)
[](https://quasar.dev/)
## Overview
A web-based tool for extracting and analyzing Authenticode Digital Signatures from Windows executable files (.exe).
Process files locally in your browser with no server uploads required.
## 🚀 Features
- **Local Processing**: All operations performed client-side
- **Multiple Output Formats**:
- ASN.1 formatted data
- Raw signature data
## 🛠️ Tech Stack
- Vue.js 3
- TypeScript
- Quasar Framework
## 🏃♂️ Quick Start
```bash
# Clone the repository
git clone https://github.com/dumitory-dev/authenticode-extractor.git
# Navigate to project directory
cd authenticode-extractor
# Install dependencies
yarn install
# Start development server
yarn dev
```
## 💡 Usage
1. Upload or drag-and-drop an .exe file
2. Select output format (ASN.1 or Raw)
3. Click "Convert" to extract the signature
4. View or download the extracted data
## 📝 License
This project is licensed under the MIT License - see the LICENSE file for details.