diff --git a/backend/database/a.out b/backend/database/a.out deleted file mode 100755 index 14e95dd..0000000 Binary files a/backend/database/a.out and /dev/null differ diff --git a/backend/database/breachedPasswords.db b/backend/database/breachedPasswords.db deleted file mode 100644 index 0ff648d..0000000 Binary files a/backend/database/breachedPasswords.db and /dev/null differ diff --git a/backend/database/database.cpp b/backend/database/database.cpp deleted file mode 100644 index f31a617..0000000 --- a/backend/database/database.cpp +++ /dev/null @@ -1,85 +0,0 @@ -#include -#include -#include - -/* - Instructions on how to use: - cd backend/database - - - - Compile the binary: - g++ database.cpp -l sqlite3