CyberSingham Hash Calculator v3.3
=================================

Important fix in v3.3:
The Add Files button now uses the Windows Forms OpenFileDialog through the built-in Windows PowerShell runtime instead of the native OPENFILENAMEW dialog API. This avoids the crash that occurred on some Windows systems when clicking Add Files.

Features:
- Add one or multiple files
- Add Folder recursively
- Drag and drop files/folders
- MD5, SHA-1, SHA-256, SHA-384, SHA-512
- Background hashing
- TXT and CSV reports
- 32-bit x86 executable; intended to run on 32-bit and 64-bit Windows

Usage:
1. Start CyberSinghamHashCalculator-v3.3-x86.exe
2. Click Add Files and select one or multiple files, or click Add Folder.
3. Click Calculate Hashes.
4. Generate a TXT report or save CSV.

Requirement for Add Files:
Windows PowerShell with System.Windows.Forms available (standard on supported desktop Windows versions).
