Skip to content

Adilnasceng/CheckSertificaProgram

Repository files navigation

Certificate Verification

This project scans files at the specified file path in the code using the command prompt and classifies them as certified or uncertified.

Usage/Examples

First, edit ./CheckSertificaProgram/CheckSertificaProgram/CheckSertificaProgram.cpp to set your file path with the help of an IDE.

int _tmain() {
    std::vector<std::wstring> directoriesToScan = {
        L"C:\\Users\\fbli_\\Downloads\\Programs"
    };

Then, run the program using the command prompt.

./CheckSertificaProgram/x64/Debug/CheckSertificaProgram.exe

image

About

This C++ Windows application scans files in specified directories to verify their digital certificate status, classifying them as certified or uncertified via command-line interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages