Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature-Request]: Enhance Persistence with Database Storage #1

Open
Ash-2k3 opened this issue May 13, 2024 · 0 comments
Open

[Feature-Request]: Enhance Persistence with Database Storage #1

Ash-2k3 opened this issue May 13, 2024 · 0 comments
Labels

Comments

@Ash-2k3
Copy link
Owner

Ash-2k3 commented May 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant