User Tools

Site Tools


howtos:import_hashes_to_sqlite3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howtos:import_hashes_to_sqlite3 [22/08/2023 20:48] – created domingohowtos:import_hashes_to_sqlite3 [22/08/2023 20:50] (current) – [Intro] domingo
Line 2: Line 2:
 When dealing with the password hashes locally is faster to read them through a database. I have constructed a version where I use sqlite3 as the database. You can probably get better performance using a real database server. When dealing with the password hashes locally is faster to read them through a database. I have constructed a version where I use sqlite3 as the database. You can probably get better performance using a real database server.
  
 +I will use this sqlite3 database for other scripts found in this section.
 ===== Get the Hashes ===== ===== Get the Hashes =====
 To get hold of the hashes you can use one of the downloader versions out there, I have used this one: https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader To get hold of the hashes you can use one of the downloader versions out there, I have used this one: https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader
howtos/import_hashes_to_sqlite3.txt · Last modified: 22/08/2023 20:50 by domingo