Your can select system menu, click Theme, change your Panel Color, or modify Kismet.exe.ini, change Content color, and set your title
You can use a color that fills the entire window
Change Title
WORKING IN PROGRESS
Now. we provider a cli utility called kisasum
, support create xml or json hash result.
Powershell invoke Kisasum:
$hash=.\Kisasum.exe $FilePath --format=json -a sha3-256|ConvertFrom-JSON
foreach($f in $hash.files){
Write-Host "$($f.hash) $($f.name)"
}