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.
- Local Processing: All operations performed client-side
- Multiple Output Formats:
- ASN.1 formatted data
- Raw signature data
- Vue.js 3
- TypeScript
- Quasar Framework
# 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- Upload or drag-and-drop an .exe file
- Select output format (ASN.1 or Raw)
- Click "Convert" to extract the signature
- View or download the extracted data
This project is licensed under the MIT License - see the LICENSE file for details.