Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.48 KB

File metadata and controls

54 lines (37 loc) · 1.48 KB

Authenticode Digital Signature Extractor

Deploy License: MIT Vue.js Quasar

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

# 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.