Skip to content

Commit

Permalink
Update pwa.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrophobis authored Mar 27, 2024
1 parent 0ec3b24 commit b199db9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pwa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ void generateCombinations(const string& charSet, int maxLength, const string& pa
generateCombinations(charSet, maxLength, password, currentString, guesses);
}

cout << currentString << "\n";

// Undoing the changes for the next iteration
// Remove the last character to try the next combination
currentString.pop_back();
}
}
Expand Down

0 comments on commit b199db9

Please sign in to comment.