You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the script uses a text file (processed_chains.txt) to store the hashes of processed certificate chains. While this works for small datasets, it might become a bottleneck as the number of chains increases.
Proposed Solution:
Investigate and implement a database-based persistence mechanism to store processed chains. This will offer several benefits:
Improved Scalability: Handle larger datasets with ease.
Enhanced Data Integrity: Ensure data consistency and prevent corruption.
Query Flexibility: Enable efficient searching and filtering of processed chains.
Better Organization: Provide a structured way to manage chain data.
The text was updated successfully, but these errors were encountered:
Description:
Currently, the script uses a text file (processed_chains.txt) to store the hashes of processed certificate chains. While this works for small datasets, it might become a bottleneck as the number of chains increases.
Proposed Solution:
Investigate and implement a database-based persistence mechanism to store processed chains. This will offer several benefits:
Improved Scalability: Handle larger datasets with ease.
Enhanced Data Integrity: Ensure data consistency and prevent corruption.
Query Flexibility: Enable efficient searching and filtering of processed chains.
Better Organization: Provide a structured way to manage chain data.
The text was updated successfully, but these errors were encountered: