airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

Improved hash code detection from certutil output on Windows server #162

Closed mwelk closed 1 year ago

mwelk commented 1 year ago

NativeProcess.standardOutputData can be fired multiple times depending on the output buffer size. All output data now gets collected over time and hash gets only parsed if process finished successfully

This patch improves the Sha256 hash code detection and fixes #149 for us.