HaveIBeenPwned / PwnedPasswordsDownloader

A tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API
BSD 3-Clause "New" or "Revised" License
629 stars 49 forks source link

Do new record being added at the end of file? #43

Open zohaibcs opened 1 year ago

zohaibcs commented 1 year ago

I wanted to confirm the update strategy. Do new records being added at the end of the file? For example I downloaded a file and inserted it into my database. Now after some time, I want to update my database. I download the file again but want to add the latest records instead of dumping all the data from DB and insert again.