├── .clang-format ├── CHANGELOG.md ├── CMakeLists.txt ├── CODE-OF-CONDUCT.md ├── COPYING ├── INSTALL.md ├── LICENSE.BSD ├── LICENSE.CC0 ├── LICENSE.GPL-2 ├── LICENSE.GPL-3 ├── LICENSE.LGPL-2.1 ├── LICENSE.LGPL-3 ├── LICENSE.MIT ├── LICENSE.NOKIA-LGPL-EXCEPTION ├── LICENSE.OFL ├── README.md ├── SECURITY.md ├── cmake ├── CLangFormat.cmake ├── CodeCoverage.cmake ├── FindBotan.cmake ├── FindMinizip.cmake ├── FindPCSC.cmake ├── FindQREncode.cmake ├── FindReadline.cmake ├── GenerateProductVersion.cmake ├── KPXCMacDeployHelpers.cmake ├── MacOSCodesign.cmake.in ├── VersionInfo.in ├── VersionResource.rc ├── WindowsCodesign.cmake.in └── compiler-checks │ └── macos │ ├── control_biometry_support.mm │ ├── control_touch_id_support.mm │ └── control_watch_support.mm ├── codecov.yaml ├── docs ├── CMakeLists.txt ├── GettingStarted.adoc ├── UserGuide.adoc ├── images │ ├── autoopen.png │ ├── autoopen_ifdevice.png │ ├── autotype_entry_sequences.png │ ├── autotype_entrylevel.png │ ├── autotype_selection_dialog.png │ ├── autotype_selection_dialog_search.png │ ├── autotype_selection_dialog_type_menu.png │ ├── autotype_settings.png │ ├── browser_advanced_settings.png │ ├── browser_confirm_access_dialog.png │ ├── browser_custom_browser_configuration.png │ ├── browser_database_settings.png │ ├── browser_entry_settings.png │ ├── browser_extension_association.png │ ├── browser_extension_connect.png │ ├── browser_extension_icons.png │ ├── browser_extension_reload.png │ ├── browser_fill_credentials.png │ ├── browser_group_settings.png │ ├── browser_integration_additional_attribute.png │ ├── browser_integration_clear_sites.png │ ├── browser_settings.png │ ├── browser_statistics.png │ ├── clone_entry.png │ ├── clone_entry_dialog.png │ ├── clone_entry_references.png │ ├── compact_mode_comparison.png │ ├── csv_import.png │ ├── database_maintenance.png │ ├── database_security.png │ ├── database_security_credentials.png │ ├── database_security_encryption.png │ ├── database_security_encryption_advanced.png │ ├── database_settings.png │ ├── database_view.png │ ├── edit_entry.png │ ├── edit_entry_attachments.png │ ├── edit_entry_attributes.png │ ├── edit_entry_colors.png │ ├── edit_entry_history.png │ ├── edit_entry_icons.png │ ├── edit_entry_properties.png │ ├── export_database.png │ ├── import_wizard.png │ ├── install_wizard_1.png │ ├── install_wizard_2.png │ ├── keeshare_application_settings.png │ ├── keeshare_group_settings.png │ ├── keeshare_shared_group.png │ ├── kpxc_logo.png │ ├── linux_store.png │ ├── macos_install.png │ ├── main_interface.png │ ├── new_db_wizard_1.png │ ├── new_db_wizard_2.png │ ├── new_db_wizard_3.png │ ├── open_database.png │ ├── passkeys_all_passkeys.png │ ├── passkeys_authentication_dialog.png │ ├── passkeys_enable_from_extension.png │ ├── passkeys_export_dialog.png │ ├── passkeys_github_1.png │ ├── passkeys_github_2.png │ ├── passkeys_github_3.png │ ├── passkeys_github_4.png │ ├── passkeys_github_5.png │ ├── passkeys_import_dialog.png │ ├── passkeys_import_passkey_to_entry.png │ ├── passkeys_register_dialog.png │ ├── passkeys_update_dialog.png │ ├── passphrase_generator.png │ ├── password_generator.png │ ├── password_generator_advanced.png │ ├── quick_unlock.png │ ├── quick_unlock_windows_hello.png │ ├── save_database_backup.png │ ├── save_options.png │ ├── secretservice_access_dialog.png │ ├── secretservice_database_settings.png │ ├── secretservice_enable_settings.png │ ├── sshagent_application_settings.png │ ├── sshagent_context_menu.png │ ├── sshagent_entry_settings.png │ ├── sshagent_puttygen.png │ ├── sync_remote_settings.png │ ├── theme_comparison.png │ ├── theme_selection.png │ ├── toolbar.png │ ├── totp_code_example.png │ ├── totp_setup.png │ ├── totp_usage_examples.png │ ├── uac_dialog.png │ ├── unlock_database.png │ └── welcome_screen.png ├── man │ ├── includes │ │ ├── section-copyright.adoc │ │ ├── section-notes.adoc │ │ └── section-reporting-bugs.adoc │ ├── keepassxc-cli.1.adoc │ └── keepassxc.1.adoc ├── styles │ ├── dark.css │ └── pdf_theme.yml └── topics │ ├── .sharedheader │ ├── AutoType.adoc │ ├── BrowserIntegration.adoc │ ├── DatabaseOperations.adoc │ ├── Disclaimers.adoc │ ├── DownloadInstall.adoc │ ├── ImportExport.adoc │ ├── KeeShare.adoc │ ├── KeyboardShortcuts.adoc │ ├── Passkeys.adoc │ ├── PasswordGenerator.adoc │ ├── Reference.adoc │ ├── SSHAgent.adoc │ ├── SecretService.adoc │ ├── UserInterface.adoc │ └── Welcome.adoc ├── release-tool.py ├── share ├── CMakeLists.txt ├── branding │ ├── keepassxc-fileicon.ai │ ├── keepassxc-icon.ai │ ├── keepassxc.ai │ ├── png │ │ ├── keepassxc-128x128.png │ │ ├── keepassxc-256x256.png │ │ ├── keepassxc-512x512.png │ │ ├── keepassxc-64x64.png │ │ ├── keepassxc-locked-128x128.png │ │ ├── keepassxc-locked-256x256.png │ │ ├── keepassxc-locked-512x512.png │ │ ├── keepassxc-locked-64x64.png │ │ ├── keepassxc-monochrome-dark-128x128.png │ │ ├── keepassxc-monochrome-dark-256x256.png │ │ ├── keepassxc-monochrome-dark-512x512.png │ │ ├── keepassxc-monochrome-dark-64x64.png │ │ ├── keepassxc-monochrome-dark-locked-128x128.png │ │ ├── keepassxc-monochrome-dark-locked-256x256.png │ │ ├── keepassxc-monochrome-dark-locked-512x512.png │ │ ├── keepassxc-monochrome-dark-locked-64x64.png │ │ ├── keepassxc-monochrome-light-128x128.png │ │ ├── keepassxc-monochrome-light-256x256.png │ │ ├── keepassxc-monochrome-light-512x512.png │ │ ├── keepassxc-monochrome-light-64x64.png │ │ ├── keepassxc-monochrome-light-locked-128x128.png │ │ ├── keepassxc-monochrome-light-locked-256x256.png │ │ ├── keepassxc-monochrome-light-locked-512x512.png │ │ ├── keepassxc-monochrome-light-locked-64x64.png │ │ ├── macos-128x128.png │ │ ├── macos-256x256.png │ │ ├── macos-512x512.png │ │ ├── macos-64x64.png │ │ ├── macos-monochrome-dark-128x128.png │ │ ├── macos-monochrome-dark-256x256.png │ │ ├── macos-monochrome-dark-512x512.png │ │ └── macos-monochrome-dark-64x64.png │ └── scalable │ │ ├── keepassxc-monochrome-dark.svg │ │ ├── keepassxc-monochrome-light.svg │ │ ├── keepassxc.svg │ │ ├── macos-monochrome-dark.svg │ │ └── macos.svg ├── demo.kdbx ├── demo_readme.md ├── icons │ ├── application │ │ ├── 256x256 │ │ │ └── apps │ │ │ │ └── keepassxc.png │ │ ├── index.theme │ │ └── scalable │ │ │ ├── actions │ │ │ ├── application-exit.svg │ │ │ ├── arrow-collapse-down.svg │ │ │ ├── attributes-copy.svg │ │ │ ├── auto-type.svg │ │ │ ├── bitwarden.svg │ │ │ ├── bugreport.svg │ │ │ ├── chevron-double-down.svg │ │ │ ├── chevron-double-right.svg │ │ │ ├── clipboard-text.svg │ │ │ ├── configure.svg │ │ │ ├── csv.svg │ │ │ ├── database-change-key.svg │ │ │ ├── database-lock-all.svg │ │ │ ├── database-lock.svg │ │ │ ├── database-merge.svg │ │ │ ├── database-search.svg │ │ │ ├── database-settings.svg │ │ │ ├── dialog-close.svg │ │ │ ├── dialog-ok.svg │ │ │ ├── document-close.svg │ │ │ ├── document-edit.svg │ │ │ ├── document-export.svg │ │ │ ├── document-import.svg │ │ │ ├── document-new.svg │ │ │ ├── document-open-recent.svg │ │ │ ├── document-open.svg │ │ │ ├── document-properties.svg │ │ │ ├── document-save-as.svg │ │ │ ├── document-save-copy.svg │ │ │ ├── document-save.svg │ │ │ ├── donate.svg │ │ │ ├── edit-clear-locationbar-ltr.svg │ │ │ ├── edit-clear-locationbar-rtl.svg │ │ │ ├── entry-clone.svg │ │ │ ├── entry-delete.svg │ │ │ ├── entry-edit.svg │ │ │ ├── entry-expire.svg │ │ │ ├── entry-new.svg │ │ │ ├── entry-restore.svg │ │ │ ├── favicon-download.svg │ │ │ ├── fingerprint.svg │ │ │ ├── getting-started.svg │ │ │ ├── group-clone.svg │ │ │ ├── group-delete.svg │ │ │ ├── group-edit.svg │ │ │ ├── group-empty-trash.svg │ │ │ ├── group-new.svg │ │ │ ├── hammer-wrench.svg │ │ │ ├── health.svg │ │ │ ├── help-about.svg │ │ │ ├── hibp.svg │ │ │ ├── keyboard-shortcuts.svg │ │ │ ├── lock-open-alert.svg │ │ │ ├── lock-open.svg │ │ │ ├── lock-question.svg │ │ │ ├── lock.svg │ │ │ ├── message-close.svg │ │ │ ├── move-down.svg │ │ │ ├── move-up.svg │ │ │ ├── object-locked.svg │ │ │ ├── object-unlocked.svg │ │ │ ├── onepassword.svg │ │ │ ├── paperclip.svg │ │ │ ├── passkey.svg │ │ │ ├── password-copy.svg │ │ │ ├── password-generator.svg │ │ │ ├── password-show-off.svg │ │ │ ├── password-show-on.svg │ │ │ ├── proton.svg │ │ │ ├── qrcode.svg │ │ │ ├── refresh.svg │ │ │ ├── remote-sync.svg │ │ │ ├── reports-exclude.svg │ │ │ ├── reports.svg │ │ │ ├── sort-alphabetical-ascending.svg │ │ │ ├── sort-alphabetical-descending.svg │ │ │ ├── statistics.svg │ │ │ ├── system-help.svg │ │ │ ├── system-search.svg │ │ │ ├── system-software-update.svg │ │ │ ├── tag-multiple.svg │ │ │ ├── tag-search.svg │ │ │ ├── tag.svg │ │ │ ├── totp-copy-password.svg │ │ │ ├── totp-copy.svg │ │ │ ├── totp-edit.svg │ │ │ ├── totp-invalid.svg │ │ │ ├── totp.svg │ │ │ ├── trash.svg │ │ │ ├── url-copy.svg │ │ │ ├── user-guide.svg │ │ │ ├── username-copy.svg │ │ │ ├── view-history.svg │ │ │ ├── web.svg │ │ │ └── yubikey-refresh.svg │ │ │ ├── apps │ │ │ ├── freedesktop.svg │ │ │ ├── internet-web-browser.svg │ │ │ ├── keepassxc-locked.svg │ │ │ ├── keepassxc-monochrome-dark-locked.svg │ │ │ ├── keepassxc-monochrome-dark.svg │ │ │ ├── keepassxc-monochrome-light-locked.svg │ │ │ ├── keepassxc-monochrome-light.svg │ │ │ ├── keepassxc-unlocked.svg │ │ │ ├── keepassxc.svg │ │ │ ├── preferences-desktop-icons.svg │ │ │ ├── preferences-system-network-sharing.svg │ │ │ └── utilities-terminal.svg │ │ │ ├── categories │ │ │ ├── label.svg │ │ │ └── preferences-other.svg │ │ │ ├── mimetypes │ │ │ └── application-x-keepassxc.svg │ │ │ └── status │ │ │ ├── dialog-error.svg │ │ │ ├── dialog-information.svg │ │ │ ├── dialog-warning.svg │ │ │ └── security-high.svg │ ├── badges │ │ ├── 0_ShareActive.svg │ │ ├── 1_ShareInactive.svg │ │ └── 2_Expired.svg │ ├── database │ │ ├── C00_Password.svg │ │ ├── C01_Package_Network.svg │ │ ├── C02_MessageBox_Warning.svg │ │ ├── C03_Server.svg │ │ ├── C04_Klipper.svg │ │ ├── C05_Edu_Languages.svg │ │ ├── C06_KCMDF.svg │ │ ├── C07_Kate.svg │ │ ├── C08_Socket.svg │ │ ├── C09_Identity.svg │ │ ├── C10_Kontact.svg │ │ ├── C11_Camera.svg │ │ ├── C12_IRKickFlash.svg │ │ ├── C13_KGPG_Key3.svg │ │ ├── C14_Laptop_Power.svg │ │ ├── C15_Scanner.svg │ │ ├── C16_Mozilla_Firebird.svg │ │ ├── C17_CDROM_Unmount.svg │ │ ├── C18_Display.svg │ │ ├── C19_Mail_Generic.svg │ │ ├── C20_Misc.svg │ │ ├── C21_KOrganizer.svg │ │ ├── C22_ASCII.svg │ │ ├── C23_Icons.svg │ │ ├── C24_Connect_Established.svg │ │ ├── C25_Folder_Mail.svg │ │ ├── C26_FileSave.svg │ │ ├── C27_NFS_Unmount.svg │ │ ├── C28_QuickTime.svg │ │ ├── C29_KGPG_Term.svg │ │ ├── C30_Konsole.svg │ │ ├── C31_FilePrint.svg │ │ ├── C32_FSView.svg │ │ ├── C33_Run.svg │ │ ├── C34_Configure.svg │ │ ├── C35_KRFB.svg │ │ ├── C36_Ark.svg │ │ ├── C37_KPercentage.svg │ │ ├── C38_Samba_Unmount.svg │ │ ├── C39_History.svg │ │ ├── C40_Mail_Find.svg │ │ ├── C41_VectorGfx.svg │ │ ├── C42_KCMMemory.svg │ │ ├── C43_EditTrash.svg │ │ ├── C44_KNotes.svg │ │ ├── C45_Cancel.svg │ │ ├── C46_Help.svg │ │ ├── C47_KPackage.svg │ │ ├── C48_Folder.svg │ │ ├── C49_Folder_Blue_Open.svg │ │ ├── C50_Folder_Tar.svg │ │ ├── C51_Decrypted.svg │ │ ├── C52_Encrypted.svg │ │ ├── C53_Apply.svg │ │ ├── C54_Signature.svg │ │ ├── C55_Thumbnail.svg │ │ ├── C56_KAddressBook.svg │ │ ├── C57_View_Text.svg │ │ ├── C58_KGPG.svg │ │ ├── C58_KPGP.svg │ │ ├── C59_Package_Development.svg │ │ ├── C60_KFM_Home.svg │ │ ├── C61_Services.svg │ │ ├── C62_Tux.svg │ │ ├── C63_Feather.svg │ │ ├── C64_Apple.svg │ │ ├── C65_W.svg │ │ ├── C66_Money.svg │ │ ├── C67_Certificate.svg │ │ └── C68_BlackBerry.svg │ ├── icons.qrc │ └── minify.sh ├── linux │ ├── appimage-apprun.sh │ ├── keepassxc.xml.in │ ├── org.keepassxc.KeePassXC.appdata.xml │ ├── org.keepassxc.KeePassXC.desktop.in │ └── org.keepassxc.KeePassXC.policy.in ├── macosx │ ├── Assets.car │ ├── DS_Store.in │ ├── Info.plist.cmake │ ├── background.tiff │ ├── embedded.provisionprofile │ ├── keepassxc.entitlements │ ├── keepassxc.icns │ ├── keepassxc.icon │ │ ├── Assets │ │ │ ├── macos-comp-bg-green.svg │ │ │ ├── macos-comp-key.svg │ │ │ └── macos-comp-rim.svg │ │ └── icon.json │ └── keepassxc.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ ├── icon_32x32@2x.png │ │ ├── icon_512x512.png │ │ └── icon_512x512@2x.png ├── translations │ ├── CMakeLists.txt │ ├── keepassxc_ar.ts │ ├── keepassxc_be.ts │ ├── keepassxc_bg.ts │ ├── keepassxc_ca.ts │ ├── keepassxc_cs.ts │ ├── keepassxc_da.ts │ ├── keepassxc_de.ts │ ├── keepassxc_el.ts │ ├── keepassxc_en.ts │ ├── keepassxc_en_GB.ts │ ├── keepassxc_en_US.ts │ ├── keepassxc_es.ts │ ├── keepassxc_et.ts │ ├── keepassxc_fi.ts │ ├── keepassxc_fil.ts │ ├── keepassxc_fr.ts │ ├── keepassxc_fr_CA.ts │ ├── keepassxc_he.ts │ ├── keepassxc_hr.ts │ ├── keepassxc_hu.ts │ ├── keepassxc_id.ts │ ├── keepassxc_it.ts │ ├── keepassxc_ja.ts │ ├── keepassxc_km.ts │ ├── keepassxc_ko.ts │ ├── keepassxc_lt.ts │ ├── keepassxc_my.ts │ ├── keepassxc_nb.ts │ ├── keepassxc_nl.ts │ ├── keepassxc_pl.ts │ ├── keepassxc_pt_BR.ts │ ├── keepassxc_pt_PT.ts │ ├── keepassxc_ro.ts │ ├── keepassxc_ru.ts │ ├── keepassxc_si.ts │ ├── keepassxc_sk.ts │ ├── keepassxc_sl.ts │ ├── keepassxc_sq.ts │ ├── keepassxc_sr.ts │ ├── keepassxc_sv.ts │ ├── keepassxc_th.ts │ ├── keepassxc_tr.ts │ ├── keepassxc_uk.ts │ ├── keepassxc_zh_CN.ts │ └── keepassxc_zh_TW.ts ├── windows │ ├── KPXC_ExitDlg.wxs │ ├── KPXC_InstallDir.wxs │ ├── KPXC_InstallDirDlg.wxs │ ├── create-ico.sh │ ├── icon.rc │ ├── installer-banner.png │ ├── installer-banner.psd │ ├── installer-wizard.png │ ├── installer-wizard.psd │ ├── installer-wizard.zip │ ├── keepassxc-kdbx.ico │ ├── keepassxc.ico │ ├── qt.conf │ ├── wix-patch.xml │ └── wix-template.xml ├── wizard │ ├── background-pixmap.png │ ├── background-pixmap.svg │ └── wizard.qrc └── wordlists │ └── eff_large.wordlist ├── sonar-project.properties ├── src ├── CMakeLists.txt ├── autotype │ ├── AutoType.cpp │ ├── AutoType.h │ ├── AutoTypeAction.cpp │ ├── AutoTypeAction.h │ ├── AutoTypeMatch.h │ ├── AutoTypeMatchModel.cpp │ ├── AutoTypeMatchModel.h │ ├── AutoTypeMatchView.cpp │ ├── AutoTypeMatchView.h │ ├── AutoTypePlatformPlugin.h │ ├── AutoTypeSelectDialog.cpp │ ├── AutoTypeSelectDialog.h │ ├── AutoTypeSelectDialog.ui │ ├── CMakeLists.txt │ ├── PickcharsDialog.cpp │ ├── PickcharsDialog.h │ ├── PickcharsDialog.ui │ ├── WindowSelectComboBox.cpp │ ├── WindowSelectComboBox.h │ ├── mac │ │ ├── AutoTypeMac.cpp │ │ ├── AutoTypeMac.h │ │ └── CMakeLists.txt │ ├── test │ │ ├── AutoTypeTest.cpp │ │ ├── AutoTypeTest.h │ │ ├── AutoTypeTestInterface.h │ │ └── CMakeLists.txt │ ├── windows │ │ ├── AutoTypeWindows.cpp │ │ ├── AutoTypeWindows.h │ │ └── CMakeLists.txt │ └── xcb │ │ ├── AutoTypeXCB.cpp │ │ ├── AutoTypeXCB.h │ │ └── CMakeLists.txt ├── browser │ ├── BrowserAccessControlDialog.cpp │ ├── BrowserAccessControlDialog.h │ ├── BrowserAccessControlDialog.ui │ ├── BrowserAction.cpp │ ├── BrowserAction.h │ ├── BrowserCbor.cpp │ ├── BrowserCbor.h │ ├── BrowserEntryConfig.cpp │ ├── BrowserEntryConfig.h │ ├── BrowserEntrySaveDialog.cpp │ ├── BrowserEntrySaveDialog.h │ ├── BrowserEntrySaveDialog.ui │ ├── BrowserHost.cpp │ ├── BrowserHost.h │ ├── BrowserMessageBuilder.cpp │ ├── BrowserMessageBuilder.h │ ├── BrowserPasskeys.cpp │ ├── BrowserPasskeys.h │ ├── BrowserPasskeysClient.cpp │ ├── BrowserPasskeysClient.h │ ├── BrowserPasskeysConfirmationDialog.cpp │ ├── BrowserPasskeysConfirmationDialog.h │ ├── BrowserPasskeysConfirmationDialog.ui │ ├── BrowserService.cpp │ ├── BrowserService.h │ ├── BrowserSettings.cpp │ ├── BrowserSettings.h │ ├── BrowserSettingsPage.cpp │ ├── BrowserSettingsPage.h │ ├── BrowserSettingsWidget.cpp │ ├── BrowserSettingsWidget.h │ ├── BrowserSettingsWidget.ui │ ├── BrowserShared.cpp │ ├── BrowserShared.h │ ├── CMakeLists.txt │ ├── CustomTableWidget.cpp │ ├── CustomTableWidget.h │ ├── NativeMessageInstaller.cpp │ ├── NativeMessageInstaller.h │ ├── PasskeyUtils.cpp │ └── PasskeyUtils.h ├── cli │ ├── Add.cpp │ ├── Add.h │ ├── AddGroup.cpp │ ├── AddGroup.h │ ├── Analyze.cpp │ ├── Analyze.h │ ├── AttachmentExport.cpp │ ├── AttachmentExport.h │ ├── AttachmentImport.cpp │ ├── AttachmentImport.h │ ├── AttachmentRemove.cpp │ ├── AttachmentRemove.h │ ├── CMakeLists.txt │ ├── Clip.cpp │ ├── Clip.h │ ├── Close.cpp │ ├── Close.h │ ├── Command.cpp │ ├── Command.h │ ├── DatabaseCommand.cpp │ ├── DatabaseCommand.h │ ├── DatabaseCreate.cpp │ ├── DatabaseCreate.h │ ├── DatabaseEdit.cpp │ ├── DatabaseEdit.h │ ├── DatabaseInfo.cpp │ ├── DatabaseInfo.h │ ├── Diceware.cpp │ ├── Diceware.h │ ├── Edit.cpp │ ├── Edit.h │ ├── Estimate.cpp │ ├── Estimate.h │ ├── Exit.cpp │ ├── Exit.h │ ├── Export.cpp │ ├── Export.h │ ├── Generate.cpp │ ├── Generate.h │ ├── Help.cpp │ ├── Help.h │ ├── Import.cpp │ ├── Import.h │ ├── List.cpp │ ├── List.h │ ├── Merge.cpp │ ├── Merge.h │ ├── Move.cpp │ ├── Move.h │ ├── Open.cpp │ ├── Open.h │ ├── Remove.cpp │ ├── Remove.h │ ├── RemoveGroup.cpp │ ├── RemoveGroup.h │ ├── Search.cpp │ ├── Search.h │ ├── Show.cpp │ ├── Show.h │ ├── TextStream.cpp │ ├── TextStream.h │ ├── Utils.cpp │ ├── Utils.h │ ├── keepassxc-cli.cpp │ └── keepassxc-cli.exe.manifest ├── config-keepassx.h.cmake ├── core │ ├── Alloc.cpp │ ├── AsyncTask.h │ ├── AutoTypeAssociations.cpp │ ├── AutoTypeAssociations.h │ ├── Base32.cpp │ ├── Base32.h │ ├── Bootstrap.cpp │ ├── Bootstrap.h │ ├── Clock.cpp │ ├── Clock.h │ ├── Compare.h │ ├── Config.cpp │ ├── Config.h │ ├── CustomData.cpp │ ├── CustomData.h │ ├── Database.cpp │ ├── Database.h │ ├── DatabaseStats.cpp │ ├── DatabaseStats.h │ ├── Endian.h │ ├── Entry.cpp │ ├── Entry.h │ ├── EntryAttachments.cpp │ ├── EntryAttachments.h │ ├── EntryAttributes.cpp │ ├── EntryAttributes.h │ ├── EntrySearcher.cpp │ ├── EntrySearcher.h │ ├── FileWatcher.cpp │ ├── FileWatcher.h │ ├── Global.h │ ├── Group.cpp │ ├── Group.h │ ├── HibpOffline.cpp │ ├── HibpOffline.h │ ├── InactivityTimer.cpp │ ├── InactivityTimer.h │ ├── Merger.cpp │ ├── Merger.h │ ├── Metadata.cpp │ ├── Metadata.h │ ├── ModifiableObject.cpp │ ├── ModifiableObject.h │ ├── PassphraseGenerator.cpp │ ├── PassphraseGenerator.h │ ├── PasswordGenerator.cpp │ ├── PasswordGenerator.h │ ├── PasswordHealth.cpp │ ├── PasswordHealth.h │ ├── Resources.cpp │ ├── Resources.h │ ├── SignalMultiplexer.cpp │ ├── SignalMultiplexer.h │ ├── TimeDelta.cpp │ ├── TimeDelta.h │ ├── TimeInfo.cpp │ ├── TimeInfo.h │ ├── Tools.cpp │ ├── Tools.h │ ├── Totp.cpp │ ├── Totp.h │ ├── Translator.cpp │ └── Translator.h ├── crypto │ ├── Crypto.cpp │ ├── Crypto.h │ ├── CryptoHash.cpp │ ├── CryptoHash.h │ ├── Random.cpp │ ├── Random.h │ ├── SymmetricCipher.cpp │ ├── SymmetricCipher.h │ └── kdf │ │ ├── AesKdf.cpp │ │ ├── AesKdf.h │ │ ├── Argon2Kdf.cpp │ │ ├── Argon2Kdf.h │ │ ├── Kdf.cpp │ │ └── Kdf.h ├── fdosecrets │ ├── CMakeLists.txt │ ├── FdoSecretsPlugin.cpp │ ├── FdoSecretsPlugin.h │ ├── FdoSecretsSettings.cpp │ ├── FdoSecretsSettings.h │ ├── README.md │ ├── dbus │ │ ├── DBusClient.cpp │ │ ├── DBusClient.h │ │ ├── DBusConstants.h │ │ ├── DBusDispatch.cpp │ │ ├── DBusMgr.cpp │ │ ├── DBusMgr.h │ │ ├── DBusObject.cpp │ │ ├── DBusObject.h │ │ ├── DBusTypes.cpp │ │ └── DBusTypes.h │ ├── objects │ │ ├── Collection.cpp │ │ ├── Collection.h │ │ ├── Item.cpp │ │ ├── Item.h │ │ ├── Prompt.cpp │ │ ├── Prompt.h │ │ ├── Service.cpp │ │ ├── Service.h │ │ ├── Session.cpp │ │ ├── Session.h │ │ ├── SessionCipher.cpp │ │ └── SessionCipher.h │ └── widgets │ │ ├── AccessControlDialog.cpp │ │ ├── AccessControlDialog.h │ │ ├── AccessControlDialog.ui │ │ ├── DatabaseSettingsWidgetFdoSecrets.cpp │ │ ├── DatabaseSettingsWidgetFdoSecrets.h │ │ ├── DatabaseSettingsWidgetFdoSecrets.ui │ │ ├── RowButtonHelper.cpp │ │ ├── RowButtonHelper.h │ │ ├── SettingsModels.cpp │ │ ├── SettingsModels.h │ │ ├── SettingsWidgetFdoSecrets.cpp │ │ ├── SettingsWidgetFdoSecrets.h │ │ └── SettingsWidgetFdoSecrets.ui ├── format │ ├── BitwardenReader.cpp │ ├── BitwardenReader.h │ ├── CsvExporter.cpp │ ├── CsvExporter.h │ ├── CsvParser.cpp │ ├── CsvParser.h │ ├── HtmlExporter.cpp │ ├── HtmlExporter.h │ ├── Kdbx3Reader.cpp │ ├── Kdbx3Reader.h │ ├── Kdbx3Writer.cpp │ ├── Kdbx3Writer.h │ ├── Kdbx4Reader.cpp │ ├── Kdbx4Reader.h │ ├── Kdbx4Writer.cpp │ ├── Kdbx4Writer.h │ ├── KdbxReader.cpp │ ├── KdbxReader.h │ ├── KdbxWriter.cpp │ ├── KdbxWriter.h │ ├── KdbxXmlReader.cpp │ ├── KdbxXmlReader.h │ ├── KdbxXmlWriter.cpp │ ├── KdbxXmlWriter.h │ ├── KeePass1.h │ ├── KeePass1Reader.cpp │ ├── KeePass1Reader.h │ ├── KeePass2.cpp │ ├── KeePass2.h │ ├── KeePass2RandomStream.cpp │ ├── KeePass2RandomStream.h │ ├── KeePass2Reader.cpp │ ├── KeePass2Reader.h │ ├── KeePass2Writer.cpp │ ├── KeePass2Writer.h │ ├── OPUXReader.cpp │ ├── OPUXReader.h │ ├── OpData01.cpp │ ├── OpData01.h │ ├── OpVaultReader.cpp │ ├── OpVaultReader.h │ ├── OpVaultReaderAttachments.cpp │ ├── OpVaultReaderBandEntry.cpp │ ├── OpVaultReaderSections.cpp │ ├── ProtonPassReader.cpp │ └── ProtonPassReader.h ├── git-info.h.cmake ├── gui │ ├── AboutDialog.cpp │ ├── AboutDialog.h │ ├── AboutDialog.ui │ ├── ActionCollection.cpp │ ├── ActionCollection.h │ ├── Application.cpp │ ├── Application.h │ ├── ApplicationSettingsWidget.cpp │ ├── ApplicationSettingsWidget.h │ ├── ApplicationSettingsWidgetGeneral.ui │ ├── ApplicationSettingsWidgetSecurity.ui │ ├── CategoryListWidget.cpp │ ├── CategoryListWidget.h │ ├── CategoryListWidget.ui │ ├── Clipboard.cpp │ ├── Clipboard.h │ ├── CloneDialog.cpp │ ├── CloneDialog.h │ ├── CloneDialog.ui │ ├── DatabaseIcons.cpp │ ├── DatabaseIcons.h │ ├── DatabaseOpenDialog.cpp │ ├── DatabaseOpenDialog.h │ ├── DatabaseOpenWidget.cpp │ ├── DatabaseOpenWidget.h │ ├── DatabaseOpenWidget.ui │ ├── DatabaseTabWidget.cpp │ ├── DatabaseTabWidget.h │ ├── DatabaseWidget.cpp │ ├── DatabaseWidget.h │ ├── DatabaseWidgetStateSync.cpp │ ├── DatabaseWidgetStateSync.h │ ├── DialogyWidget.cpp │ ├── DialogyWidget.h │ ├── EditWidget.cpp │ ├── EditWidget.h │ ├── EditWidget.ui │ ├── EditWidgetIcons.cpp │ ├── EditWidgetIcons.h │ ├── EditWidgetIcons.ui │ ├── EditWidgetProperties.cpp │ ├── EditWidgetProperties.h │ ├── EditWidgetProperties.ui │ ├── EntryPreviewWidget.cpp │ ├── EntryPreviewWidget.h │ ├── EntryPreviewWidget.ui │ ├── FileDialog.cpp │ ├── FileDialog.h │ ├── Font.cpp │ ├── Font.h │ ├── GuiTools.cpp │ ├── GuiTools.h │ ├── HtmlGuiExporter.cpp │ ├── HtmlGuiExporter.h │ ├── IconDownloader.cpp │ ├── IconDownloader.h │ ├── IconDownloaderDialog.cpp │ ├── IconDownloaderDialog.h │ ├── IconDownloaderDialog.ui │ ├── IconModels.cpp │ ├── IconModels.h │ ├── Icons.cpp │ ├── Icons.h │ ├── KMessageWidget.cpp │ ├── KMessageWidget.h │ ├── MainWindow.cpp │ ├── MainWindow.h │ ├── MainWindow.ui │ ├── MergeDialog.cpp │ ├── MergeDialog.h │ ├── MergeDialog.ui │ ├── MessageBox.cpp │ ├── MessageBox.h │ ├── MessageWidget.cpp │ ├── MessageWidget.h │ ├── PasswordGeneratorWidget.cpp │ ├── PasswordGeneratorWidget.h │ ├── PasswordGeneratorWidget.ui │ ├── PasswordWidget.cpp │ ├── PasswordWidget.h │ ├── PasswordWidget.ui │ ├── SearchHelpWidget.ui │ ├── SearchWidget.cpp │ ├── SearchWidget.h │ ├── SearchWidget.ui │ ├── SettingsWidget.cpp │ ├── SettingsWidget.h │ ├── ShortcutSettingsPage.cpp │ ├── ShortcutSettingsPage.h │ ├── SortFilterHideProxyModel.cpp │ ├── SortFilterHideProxyModel.h │ ├── SquareSvgWidget.cpp │ ├── SquareSvgWidget.h │ ├── TotpDialog.cpp │ ├── TotpDialog.h │ ├── TotpDialog.ui │ ├── TotpExportSettingsDialog.cpp │ ├── TotpExportSettingsDialog.h │ ├── TotpSetupDialog.cpp │ ├── TotpSetupDialog.h │ ├── TotpSetupDialog.ui │ ├── URLEdit.cpp │ ├── URLEdit.h │ ├── UpdateCheckDialog.cpp │ ├── UpdateCheckDialog.h │ ├── UpdateCheckDialog.ui │ ├── UrlTools.cpp │ ├── UrlTools.h │ ├── WelcomeWidget.cpp │ ├── WelcomeWidget.h │ ├── WelcomeWidget.ui │ ├── csvImport │ │ ├── CsvImportWidget.cpp │ │ ├── CsvImportWidget.h │ │ ├── CsvImportWidget.ui │ │ ├── CsvParserModel.cpp │ │ └── CsvParserModel.h │ ├── databasekey │ │ ├── KeyComponentWidget.cpp │ │ ├── KeyComponentWidget.h │ │ ├── KeyComponentWidget.ui │ │ ├── KeyFileEditWidget.cpp │ │ ├── KeyFileEditWidget.h │ │ ├── KeyFileEditWidget.ui │ │ ├── PasswordEditWidget.cpp │ │ ├── PasswordEditWidget.h │ │ ├── PasswordEditWidget.ui │ │ ├── YubiKeyEditWidget.cpp │ │ ├── YubiKeyEditWidget.h │ │ └── YubiKeyEditWidget.ui │ ├── dbsettings │ │ ├── DatabaseSettingsDialog.cpp │ │ ├── DatabaseSettingsDialog.h │ │ ├── DatabaseSettingsWidget.cpp │ │ ├── DatabaseSettingsWidget.h │ │ ├── DatabaseSettingsWidgetBrowser.cpp │ │ ├── DatabaseSettingsWidgetBrowser.h │ │ ├── DatabaseSettingsWidgetBrowser.ui │ │ ├── DatabaseSettingsWidgetDatabaseKey.cpp │ │ ├── DatabaseSettingsWidgetDatabaseKey.h │ │ ├── DatabaseSettingsWidgetEncryption.cpp │ │ ├── DatabaseSettingsWidgetEncryption.h │ │ ├── DatabaseSettingsWidgetEncryption.ui │ │ ├── DatabaseSettingsWidgetGeneral.cpp │ │ ├── DatabaseSettingsWidgetGeneral.h │ │ ├── DatabaseSettingsWidgetGeneral.ui │ │ ├── DatabaseSettingsWidgetMaintenance.cpp │ │ ├── DatabaseSettingsWidgetMaintenance.h │ │ ├── DatabaseSettingsWidgetMaintenance.ui │ │ ├── DatabaseSettingsWidgetMetaDataSimple.cpp │ │ ├── DatabaseSettingsWidgetMetaDataSimple.h │ │ └── DatabaseSettingsWidgetMetaDataSimple.ui │ ├── entry │ │ ├── AutoTypeAssociationsModel.cpp │ │ ├── AutoTypeAssociationsModel.h │ │ ├── EditEntryAttachmentsDialog.cpp │ │ ├── EditEntryAttachmentsDialog.h │ │ ├── EditEntryAttachmentsDialog.ui │ │ ├── EditEntryWidget.cpp │ │ ├── EditEntryWidget.h │ │ ├── EditEntryWidgetAdvanced.ui │ │ ├── EditEntryWidgetAutoType.ui │ │ ├── EditEntryWidgetBrowser.ui │ │ ├── EditEntryWidgetHistory.ui │ │ ├── EditEntryWidgetMain.ui │ │ ├── EditEntryWidgetSSHAgent.ui │ │ ├── EditEntryWidget_p.h │ │ ├── EntryAttachmentsModel.cpp │ │ ├── EntryAttachmentsModel.h │ │ ├── EntryAttachmentsWidget.cpp │ │ ├── EntryAttachmentsWidget.h │ │ ├── EntryAttachmentsWidget.ui │ │ ├── EntryAttributesModel.cpp │ │ ├── EntryAttributesModel.h │ │ ├── EntryHistoryModel.cpp │ │ ├── EntryHistoryModel.h │ │ ├── EntryModel.cpp │ │ ├── EntryModel.h │ │ ├── EntryURLModel.cpp │ │ ├── EntryURLModel.h │ │ ├── EntryView.cpp │ │ ├── EntryView.h │ │ ├── PreviewEntryAttachmentsDialog.cpp │ │ ├── PreviewEntryAttachmentsDialog.h │ │ ├── PreviewEntryAttachmentsDialog.ui │ │ └── attachments │ │ │ ├── AttachmentTypes.h │ │ │ ├── AttachmentWidget.cpp │ │ │ ├── AttachmentWidget.h │ │ │ ├── ImageAttachmentsView.cpp │ │ │ ├── ImageAttachmentsView.h │ │ │ ├── ImageAttachmentsWidget.cpp │ │ │ ├── ImageAttachmentsWidget.h │ │ │ ├── ImageAttachmentsWidget.ui │ │ │ ├── TextAttachmentsEditWidget.cpp │ │ │ ├── TextAttachmentsEditWidget.h │ │ │ ├── TextAttachmentsEditWidget.ui │ │ │ ├── TextAttachmentsPreviewWidget.cpp │ │ │ ├── TextAttachmentsPreviewWidget.h │ │ │ ├── TextAttachmentsPreviewWidget.ui │ │ │ ├── TextAttachmentsWidget.cpp │ │ │ └── TextAttachmentsWidget.h │ ├── export │ │ ├── ExportDialog.cpp │ │ ├── ExportDialog.h │ │ └── ExportDialog.ui │ ├── group │ │ ├── EditGroupWidget.cpp │ │ ├── EditGroupWidget.h │ │ ├── EditGroupWidgetBrowser.ui │ │ ├── EditGroupWidgetMain.ui │ │ ├── GroupModel.cpp │ │ ├── GroupModel.h │ │ ├── GroupView.cpp │ │ └── GroupView.h │ ├── org.keepassxc.KeePassXC.MainWindow.xml │ ├── osutils │ │ ├── DeviceListener.cpp │ │ ├── DeviceListener.h │ │ ├── OSUtils.h │ │ ├── OSUtilsBase.cpp │ │ ├── OSUtilsBase.h │ │ ├── ScreenLockListener.cpp │ │ ├── ScreenLockListener.h │ │ ├── ScreenLockListenerPrivate.cpp │ │ ├── ScreenLockListenerPrivate.h │ │ ├── macutils │ │ │ ├── AppKit.h │ │ │ ├── AppKitImpl.h │ │ │ ├── AppKitImpl.mm │ │ │ ├── DeviceListenerMac.cpp │ │ │ ├── DeviceListenerMac.h │ │ │ ├── MacPasteboard.cpp │ │ │ ├── MacPasteboard.h │ │ │ ├── MacUtils.cpp │ │ │ ├── MacUtils.h │ │ │ ├── ScreenLockListenerMac.cpp │ │ │ └── ScreenLockListenerMac.h │ │ ├── nixutils │ │ │ ├── DeviceListenerLibUsb.cpp │ │ │ ├── DeviceListenerLibUsb.h │ │ │ ├── NixUtils.cpp │ │ │ ├── NixUtils.h │ │ │ ├── ScreenLockListenerDBus.cpp │ │ │ ├── ScreenLockListenerDBus.h │ │ │ ├── X11Funcs.cpp │ │ │ ├── X11Funcs.h │ │ │ └── keysymmap.py │ │ └── winutils │ │ │ ├── DeviceListenerWin.cpp │ │ │ ├── DeviceListenerWin.h │ │ │ ├── ScreenLockListenerWin.cpp │ │ │ ├── ScreenLockListenerWin.h │ │ │ ├── WinUtils.cpp │ │ │ └── WinUtils.h │ ├── passkeys │ │ ├── PasskeyExportDialog.cpp │ │ ├── PasskeyExportDialog.h │ │ ├── PasskeyExportDialog.ui │ │ ├── PasskeyExporter.cpp │ │ ├── PasskeyExporter.h │ │ ├── PasskeyImportDialog.cpp │ │ ├── PasskeyImportDialog.h │ │ ├── PasskeyImportDialog.ui │ │ ├── PasskeyImporter.cpp │ │ └── PasskeyImporter.h │ ├── remote │ │ ├── DatabaseSettingsWidgetRemote.cpp │ │ ├── DatabaseSettingsWidgetRemote.h │ │ ├── DatabaseSettingsWidgetRemote.ui │ │ ├── RemoteHandler.cpp │ │ ├── RemoteHandler.h │ │ ├── RemoteProcess.cpp │ │ ├── RemoteProcess.h │ │ ├── RemoteSettings.cpp │ │ └── RemoteSettings.h │ ├── reports │ │ ├── ReportsDialog.cpp │ │ ├── ReportsDialog.h │ │ ├── ReportsDialog.ui │ │ ├── ReportsPageBrowserStatistics.cpp │ │ ├── ReportsPageBrowserStatistics.h │ │ ├── ReportsPageHealthcheck.cpp │ │ ├── ReportsPageHealthcheck.h │ │ ├── ReportsPageHibp.cpp │ │ ├── ReportsPageHibp.h │ │ ├── ReportsPagePasskeys.cpp │ │ ├── ReportsPagePasskeys.h │ │ ├── ReportsPageStatistics.cpp │ │ ├── ReportsPageStatistics.h │ │ ├── ReportsWidget.cpp │ │ ├── ReportsWidget.h │ │ ├── ReportsWidgetBrowserStatistics.cpp │ │ ├── ReportsWidgetBrowserStatistics.h │ │ ├── ReportsWidgetBrowserStatistics.ui │ │ ├── ReportsWidgetHealthcheck.cpp │ │ ├── ReportsWidgetHealthcheck.h │ │ ├── ReportsWidgetHealthcheck.ui │ │ ├── ReportsWidgetHibp.cpp │ │ ├── ReportsWidgetHibp.h │ │ ├── ReportsWidgetHibp.ui │ │ ├── ReportsWidgetPasskeys.cpp │ │ ├── ReportsWidgetPasskeys.h │ │ ├── ReportsWidgetPasskeys.ui │ │ ├── ReportsWidgetStatistics.cpp │ │ ├── ReportsWidgetStatistics.h │ │ └── ReportsWidgetStatistics.ui │ ├── styles │ │ ├── StateColorPalette.cpp │ │ ├── StateColorPalette.h │ │ ├── base │ │ │ ├── BaseStyle.cpp │ │ │ ├── BaseStyle.h │ │ │ ├── basestyle.qss │ │ │ ├── classicstyle.qss │ │ │ ├── phantomcolor.cpp │ │ │ └── phantomcolor.h │ │ ├── dark │ │ │ ├── DarkStyle.cpp │ │ │ ├── DarkStyle.h │ │ │ └── darkstyle.qss │ │ ├── light │ │ │ ├── LightStyle.cpp │ │ │ ├── LightStyle.h │ │ │ └── lightstyle.qss │ │ └── styles.qrc │ ├── tag │ │ ├── TagModel.cpp │ │ ├── TagModel.h │ │ ├── TagView.cpp │ │ ├── TagView.h │ │ ├── TagsEdit.cpp │ │ └── TagsEdit.h │ ├── widgets │ │ ├── ElidedLabel.cpp │ │ ├── ElidedLabel.h │ │ ├── KPToolBar.cpp │ │ ├── KPToolBar.h │ │ ├── PopupHelpWidget.cpp │ │ ├── PopupHelpWidget.h │ │ ├── ShortcutWidget.cpp │ │ └── ShortcutWidget.h │ └── wizard │ │ ├── ImportWizard.cpp │ │ ├── ImportWizard.h │ │ ├── ImportWizardPageReview.cpp │ │ ├── ImportWizardPageReview.h │ │ ├── ImportWizardPageReview.ui │ │ ├── ImportWizardPageSelect.cpp │ │ ├── ImportWizardPageSelect.h │ │ ├── ImportWizardPageSelect.ui │ │ ├── NewDatabaseWizard.cpp │ │ ├── NewDatabaseWizard.h │ │ ├── NewDatabaseWizardPage.cpp │ │ ├── NewDatabaseWizardPage.h │ │ ├── NewDatabaseWizardPage.ui │ │ ├── NewDatabaseWizardPageDatabaseKey.cpp │ │ ├── NewDatabaseWizardPageDatabaseKey.h │ │ ├── NewDatabaseWizardPageEncryption.cpp │ │ ├── NewDatabaseWizardPageEncryption.h │ │ ├── NewDatabaseWizardPageMetaData.cpp │ │ └── NewDatabaseWizardPageMetaData.h ├── keeshare │ ├── CMakeLists.txt │ ├── DatabaseSettingsWidgetKeeShare.cpp │ ├── DatabaseSettingsWidgetKeeShare.h │ ├── DatabaseSettingsWidgetKeeShare.ui │ ├── KeeShare.cpp │ ├── KeeShare.h │ ├── KeeShareSettings.cpp │ ├── KeeShareSettings.h │ ├── SettingsPageKeeShare.cpp │ ├── SettingsPageKeeShare.h │ ├── SettingsWidgetKeeShare.cpp │ ├── SettingsWidgetKeeShare.h │ ├── SettingsWidgetKeeShare.ui │ ├── ShareExport.cpp │ ├── ShareExport.h │ ├── ShareImport.cpp │ ├── ShareImport.h │ ├── ShareObserver.cpp │ ├── ShareObserver.h │ └── group │ │ ├── EditGroupPageKeeShare.cpp │ │ ├── EditGroupPageKeeShare.h │ │ ├── EditGroupWidgetKeeShare.cpp │ │ ├── EditGroupWidgetKeeShare.h │ │ └── EditGroupWidgetKeeShare.ui ├── keys │ ├── ChallengeResponseKey.cpp │ ├── ChallengeResponseKey.h │ ├── CompositeKey.cpp │ ├── CompositeKey.h │ ├── FileKey.cpp │ ├── FileKey.h │ ├── Key.h │ ├── PasswordKey.cpp │ ├── PasswordKey.h │ └── drivers │ │ ├── YubiKey.cpp │ │ ├── YubiKey.h │ │ ├── YubiKeyInterface.cpp │ │ ├── YubiKeyInterface.h │ │ ├── YubiKeyInterfacePCSC.cpp │ │ ├── YubiKeyInterfacePCSC.h │ │ ├── YubiKeyInterfaceUSB.cpp │ │ ├── YubiKeyInterfaceUSB.h │ │ └── YubiKeyStub.cpp ├── main.cpp ├── networking │ ├── HibpDownloader.cpp │ ├── HibpDownloader.h │ ├── NetworkManager.cpp │ ├── NetworkManager.h │ ├── UpdateChecker.cpp │ └── UpdateChecker.h ├── post_install │ └── CMakeLists.txt ├── proxy │ ├── CMakeLists.txt │ ├── NativeMessagingProxy.cpp │ ├── NativeMessagingProxy.h │ └── keepassxc-proxy.cpp ├── qrcode │ ├── CMakeLists.txt │ ├── QrCode.cpp │ ├── QrCode.h │ └── QrCode_p.h ├── quickunlock │ ├── Polkit.cpp │ ├── Polkit.h │ ├── PolkitDbusTypes.cpp │ ├── PolkitDbusTypes.h │ ├── QuickUnlockInterface.cpp │ ├── QuickUnlockInterface.h │ ├── TouchID.h │ ├── TouchID.mm │ ├── WindowsHello.cpp │ ├── WindowsHello.h │ └── dbus │ │ └── org.freedesktop.PolicyKit1.Authority.xml ├── sshagent │ ├── ASN1Key.cpp │ ├── ASN1Key.h │ ├── AgentSettingsPage.cpp │ ├── AgentSettingsPage.h │ ├── AgentSettingsWidget.cpp │ ├── AgentSettingsWidget.h │ ├── AgentSettingsWidget.ui │ ├── BinaryStream.cpp │ ├── BinaryStream.h │ ├── CMakeLists.txt │ ├── KeeAgentSettings.cpp │ ├── KeeAgentSettings.h │ ├── OpenSSHKey.cpp │ ├── OpenSSHKey.h │ ├── OpenSSHKeyGen.cpp │ ├── OpenSSHKeyGen.h │ ├── OpenSSHKeyGenDialog.cpp │ ├── OpenSSHKeyGenDialog.h │ ├── OpenSSHKeyGenDialog.ui │ ├── SSHAgent.cpp │ └── SSHAgent.h ├── streams │ ├── HashedBlockStream.cpp │ ├── HashedBlockStream.h │ ├── HashingStream.cpp │ ├── HashingStream.h │ ├── HmacBlockStream.cpp │ ├── HmacBlockStream.h │ ├── LayeredStream.cpp │ ├── LayeredStream.h │ ├── StoreDataStream.cpp │ ├── StoreDataStream.h │ ├── SymmetricCipherStream.cpp │ ├── SymmetricCipherStream.h │ ├── qtiocompressor.cpp │ └── qtiocompressor.h └── thirdparty │ ├── CMakeLists.txt │ ├── ykcore │ ├── CMakeLists.txt │ ├── ykbzero.h │ ├── ykcore.c │ ├── ykcore.h │ ├── ykcore_backend.h │ ├── ykcore_lcl.h │ ├── ykcore_libusb-1.0.c │ ├── ykcore_osx.c │ ├── ykcore_windows.c │ ├── ykcrc.c │ ├── ykdef.h │ ├── ykstatus.c │ ├── ykstatus.h │ ├── yktsd.h │ └── yubikey.h │ └── zxcvbn │ ├── CMakeLists.txt │ ├── dict-src.h │ ├── zxcvbn.c │ └── zxcvbn.h ├── tests ├── CMakeLists.txt ├── FailDevice.cpp ├── FailDevice.h ├── TestAutoType.cpp ├── TestAutoType.h ├── TestBase32.cpp ├── TestBase32.h ├── TestBrowser.cpp ├── TestBrowser.h ├── TestCli.cpp ├── TestCli.h ├── TestConfig.cpp ├── TestConfig.h ├── TestCryptoHash.cpp ├── TestCryptoHash.h ├── TestCsvExporter.cpp ├── TestCsvExporter.h ├── TestCsvParser.cpp ├── TestCsvParser.h ├── TestDatabase.cpp ├── TestDatabase.h ├── TestDeletedObjects.cpp ├── TestDeletedObjects.h ├── TestEntry.cpp ├── TestEntry.h ├── TestEntryModel.cpp ├── TestEntryModel.h ├── TestEntrySearcher.cpp ├── TestEntrySearcher.h ├── TestFdoSecrets.cpp ├── TestFdoSecrets.h ├── TestGroup.cpp ├── TestGroup.h ├── TestGroupModel.cpp ├── TestGroupModel.h ├── TestHashedBlockStream.cpp ├── TestHashedBlockStream.h ├── TestHibp.cpp ├── TestHibp.h ├── TestIconDownloader.cpp ├── TestIconDownloader.h ├── TestImports.cpp ├── TestImports.h ├── TestKdbx2.cpp ├── TestKdbx2.h ├── TestKdbx3.cpp ├── TestKdbx3.h ├── TestKdbx4.cpp ├── TestKdbx4.h ├── TestKeePass1Reader.cpp ├── TestKeePass1Reader.h ├── TestKeePass2Format.cpp ├── TestKeePass2Format.h ├── TestKeePass2RandomStream.cpp ├── TestKeePass2RandomStream.h ├── TestKeys.cpp ├── TestKeys.h ├── TestMerge.cpp ├── TestMerge.h ├── TestModified.cpp ├── TestModified.h ├── TestOpenSSHKey.cpp ├── TestOpenSSHKey.h ├── TestPasskeys.cpp ├── TestPasskeys.h ├── TestPassphraseGenerator.cpp ├── TestPassphraseGenerator.h ├── TestPasswordGenerator.cpp ├── TestPasswordGenerator.h ├── TestPasswordHealth.cpp ├── TestPasswordHealth.h ├── TestRandomGenerator.cpp ├── TestRandomGenerator.h ├── TestSSHAgent.cpp ├── TestSSHAgent.h ├── TestSharing.cpp ├── TestSharing.h ├── TestSymmetricCipher.cpp ├── TestSymmetricCipher.h ├── TestTools.cpp ├── TestTools.h ├── TestTotp.cpp ├── TestTotp.h ├── TestUpdateCheck.cpp ├── TestUpdateCheck.h ├── TestUrlTools.cpp ├── TestUrlTools.h ├── TestYkChallengeResponseKey.cpp ├── TestYkChallengeResponseKey.h ├── config-keepassx-tests.h.cmake ├── data │ ├── 1PasswordExport.1pux │ ├── Attachment.txt │ ├── BrokenDeletedObjects.xml │ ├── BrokenDifferentEntryHistoryUuid.xml │ ├── BrokenGroupReference.xml │ ├── BrokenHeaderHash.kdbx │ ├── BrokenNoEntryUuid.xml │ ├── BrokenNoGroupUuid.xml │ ├── BrokenNoRootGroup.xml │ ├── BrokenTwoRootGroups.xml │ ├── BrokenTwoRoots.xml │ ├── CP-1252.kdb │ ├── CP-1252.kdb.key │ ├── CompositeKey.kdb │ ├── Compressed.kdbx │ ├── EmptyUuids.xml │ ├── FileKeyBinary.kdb │ ├── FileKeyBinary.kdbx │ ├── FileKeyBinary.key │ ├── FileKeyHashed.kdb │ ├── FileKeyHashed.kdbx │ ├── FileKeyHashed.key │ ├── FileKeyHashed2.key │ ├── FileKeyHex.kdb │ ├── FileKeyHex.kdbx │ ├── FileKeyHex.key │ ├── FileKeyXml.kdbx │ ├── FileKeyXml.key │ ├── FileKeyXmlBrokenBase64.kdbx │ ├── FileKeyXmlBrokenBase64.key │ ├── FileKeyXmlV2.kdbx │ ├── FileKeyXmlV2.keyx │ ├── FileKeyXmlV2BrokenHex.kdbx │ ├── FileKeyXmlV2BrokenHex.keyx │ ├── FileKeyXmlV2HashFail.kdbx │ ├── FileKeyXmlV2HashFail.keyx │ ├── Format200.kdbx │ ├── Format300.kdbx │ ├── Format400.kdbx │ ├── KeyFileProtected.kdbx │ ├── KeyFileProtected.key │ ├── KeyFileProtectedNoPassword.kdbx │ ├── KeyFileProtectedNoPassword.key │ ├── MergeDatabase.kdbx │ ├── NewDatabase.kdbx │ ├── NewDatabase.xml │ ├── NewDatabase2.kdbx │ ├── NewDatabaseBrowser.kdbx │ ├── NewDatabaseMulti.kdbx │ ├── NonAscii.kdbx │ ├── NonAscii.kdbx.key │ ├── OutdatedConfig.ini │ ├── ProtectedStrings.kdbx │ ├── RecycleBinDisabled.kdbx │ ├── RecycleBinEmpty.kdbx │ ├── RecycleBinNotYetCreated.kdbx │ ├── RecycleBinWithData.kdbx │ ├── SyncDatabase.kdbx │ ├── SyncDatabaseDifferentPassword.kdbx │ ├── Twofish.kdb │ ├── YubiKeyProtectedPasswords.kdbx │ ├── basic.kdb │ ├── bitwarden_encrypted_argon2id_export.json │ ├── bitwarden_encrypted_export.json │ ├── bitwarden_export.json │ ├── bitwarden_passkey_export.json │ ├── dbus │ │ └── session.conf │ ├── hibp.txt │ ├── id_rsa-encrypted-asn1 │ ├── keepassxc.opvault │ │ └── default │ │ │ ├── 30B6513EE64B4DFE9C47EC2F257CE296_34034F6E478A4D4F91CDBE0A077E2128.attachment │ │ │ ├── band_1.js │ │ │ ├── band_3.js │ │ │ ├── band_4.js │ │ │ ├── band_5.js │ │ │ ├── band_A.js │ │ │ ├── band_C.js │ │ │ ├── folders.js │ │ │ └── profile.js │ ├── protonpass_export.json │ └── wordlists │ │ └── bad_wordlist_with_duplicate_entries.wordlist ├── gui │ ├── CMakeLists.txt │ ├── TestGui.cpp │ ├── TestGui.h │ ├── TestGuiBrowser.cpp │ ├── TestGuiBrowser.h │ ├── TestGuiFdoSecrets.cpp │ ├── TestGuiFdoSecrets.h │ ├── TestGuiPixmaps.cpp │ ├── TestGuiPixmaps.h │ └── attachments │ │ ├── TestAttachmentWidget.cpp │ │ ├── TestAttachmentWidget.h │ │ ├── TestAttachmentsGui.cpp │ │ ├── TestEditEntryAttachmentsDialog.cpp │ │ ├── TestEditEntryAttachmentsDialog.h │ │ ├── TestImageAttachmentsView.cpp │ │ ├── TestImageAttachmentsView.h │ │ ├── TestImageAttachmentsWidget.cpp │ │ ├── TestImageAttachmentsWidget.h │ │ ├── TestPreviewEntryAttachmentsDialog.cpp │ │ ├── TestPreviewEntryAttachmentsDialog.h │ │ ├── TestTextAttachmentsEditWidget.cpp │ │ ├── TestTextAttachmentsEditWidget.h │ │ ├── TestTextAttachmentsPreviewWidget.cpp │ │ ├── TestTextAttachmentsPreviewWidget.h │ │ ├── TestTextAttachmentsWidget.cpp │ │ └── TestTextAttachmentsWidget.h ├── mock │ ├── MockChallengeResponseKey.cpp │ ├── MockChallengeResponseKey.h │ ├── MockClock.cpp │ ├── MockClock.h │ ├── MockRemoteProcess.cpp │ └── MockRemoteProcess.h ├── modeltest.cpp ├── modeltest.h └── util │ ├── FdoSecretsProxy.cpp │ ├── FdoSecretsProxy.h │ ├── TemporaryFile.cpp │ └── TemporaryFile.h ├── utils ├── fuzz-testing │ ├── README.md │ ├── empty3.kdbx │ └── empty4.kdbx ├── keepassxc-cr-recovery │ ├── README.md │ ├── go.mod │ ├── go.sum │ └── main.go ├── keepassxc-flatpak-wrapper.sh ├── keepassxc-kdewallet ├── keepassxc-keychain ├── keepassxc-snap-helper.sh ├── makeappicons.sh ├── makedbicons.sh ├── transifex_translators.py └── vcpkg_ports │ └── argon2 │ ├── CMakeLists.txt │ ├── portfile.cmake │ └── vcpkg.json ├── vcpkg-configuration.json ├── vcpkg.json └── vcpkg └── triplets ├── arm64-osx-dynamic-release.cmake ├── arm64-osx-dynamic.cmake ├── x64-osx-dynamic-release.cmake └── x64-osx-dynamic.cmake /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/.clang-format -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/CODE-OF-CONDUCT.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/COPYING -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE.BSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.BSD -------------------------------------------------------------------------------- /LICENSE.CC0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.CC0 -------------------------------------------------------------------------------- /LICENSE.GPL-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.GPL-2 -------------------------------------------------------------------------------- /LICENSE.GPL-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.GPL-3 -------------------------------------------------------------------------------- /LICENSE.LGPL-2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.LGPL-2.1 -------------------------------------------------------------------------------- /LICENSE.LGPL-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.LGPL-3 -------------------------------------------------------------------------------- /LICENSE.MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.MIT -------------------------------------------------------------------------------- /LICENSE.NOKIA-LGPL-EXCEPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.NOKIA-LGPL-EXCEPTION -------------------------------------------------------------------------------- /LICENSE.OFL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/LICENSE.OFL -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/SECURITY.md -------------------------------------------------------------------------------- /cmake/CLangFormat.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/CLangFormat.cmake -------------------------------------------------------------------------------- /cmake/CodeCoverage.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/CodeCoverage.cmake -------------------------------------------------------------------------------- /cmake/FindBotan.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/FindBotan.cmake -------------------------------------------------------------------------------- /cmake/FindMinizip.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/FindMinizip.cmake -------------------------------------------------------------------------------- /cmake/FindPCSC.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/FindPCSC.cmake -------------------------------------------------------------------------------- /cmake/FindQREncode.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/FindQREncode.cmake -------------------------------------------------------------------------------- /cmake/FindReadline.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/FindReadline.cmake -------------------------------------------------------------------------------- /cmake/GenerateProductVersion.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/GenerateProductVersion.cmake -------------------------------------------------------------------------------- /cmake/KPXCMacDeployHelpers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/KPXCMacDeployHelpers.cmake -------------------------------------------------------------------------------- /cmake/MacOSCodesign.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/MacOSCodesign.cmake.in -------------------------------------------------------------------------------- /cmake/VersionInfo.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/VersionInfo.in -------------------------------------------------------------------------------- /cmake/VersionResource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/VersionResource.rc -------------------------------------------------------------------------------- /cmake/WindowsCodesign.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/cmake/WindowsCodesign.cmake.in -------------------------------------------------------------------------------- /codecov.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/codecov.yaml -------------------------------------------------------------------------------- /docs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/CMakeLists.txt -------------------------------------------------------------------------------- /docs/GettingStarted.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/GettingStarted.adoc -------------------------------------------------------------------------------- /docs/UserGuide.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/UserGuide.adoc -------------------------------------------------------------------------------- /docs/images/autoopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/autoopen.png -------------------------------------------------------------------------------- /docs/images/autoopen_ifdevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/autoopen_ifdevice.png -------------------------------------------------------------------------------- /docs/images/autotype_entrylevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/autotype_entrylevel.png -------------------------------------------------------------------------------- /docs/images/autotype_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/autotype_settings.png -------------------------------------------------------------------------------- /docs/images/browser_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/browser_settings.png -------------------------------------------------------------------------------- /docs/images/browser_statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/browser_statistics.png -------------------------------------------------------------------------------- /docs/images/clone_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/clone_entry.png -------------------------------------------------------------------------------- /docs/images/clone_entry_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/clone_entry_dialog.png -------------------------------------------------------------------------------- /docs/images/csv_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/csv_import.png -------------------------------------------------------------------------------- /docs/images/database_maintenance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/database_maintenance.png -------------------------------------------------------------------------------- /docs/images/database_security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/database_security.png -------------------------------------------------------------------------------- /docs/images/database_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/database_settings.png -------------------------------------------------------------------------------- /docs/images/database_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/database_view.png -------------------------------------------------------------------------------- /docs/images/edit_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/edit_entry.png -------------------------------------------------------------------------------- /docs/images/edit_entry_colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/edit_entry_colors.png -------------------------------------------------------------------------------- /docs/images/edit_entry_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/edit_entry_history.png -------------------------------------------------------------------------------- /docs/images/edit_entry_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/edit_entry_icons.png -------------------------------------------------------------------------------- /docs/images/export_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/export_database.png -------------------------------------------------------------------------------- /docs/images/import_wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/import_wizard.png -------------------------------------------------------------------------------- /docs/images/install_wizard_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/install_wizard_1.png -------------------------------------------------------------------------------- /docs/images/install_wizard_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/install_wizard_2.png -------------------------------------------------------------------------------- /docs/images/kpxc_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/kpxc_logo.png -------------------------------------------------------------------------------- /docs/images/linux_store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/linux_store.png -------------------------------------------------------------------------------- /docs/images/macos_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/macos_install.png -------------------------------------------------------------------------------- /docs/images/main_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/main_interface.png -------------------------------------------------------------------------------- /docs/images/new_db_wizard_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/new_db_wizard_1.png -------------------------------------------------------------------------------- /docs/images/new_db_wizard_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/new_db_wizard_2.png -------------------------------------------------------------------------------- /docs/images/new_db_wizard_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/new_db_wizard_3.png -------------------------------------------------------------------------------- /docs/images/open_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/open_database.png -------------------------------------------------------------------------------- /docs/images/passkeys_github_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/passkeys_github_1.png -------------------------------------------------------------------------------- /docs/images/passkeys_github_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/passkeys_github_2.png -------------------------------------------------------------------------------- /docs/images/passkeys_github_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/passkeys_github_3.png -------------------------------------------------------------------------------- /docs/images/passkeys_github_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/passkeys_github_4.png -------------------------------------------------------------------------------- /docs/images/passkeys_github_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/passkeys_github_5.png -------------------------------------------------------------------------------- /docs/images/passphrase_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/passphrase_generator.png -------------------------------------------------------------------------------- /docs/images/password_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/password_generator.png -------------------------------------------------------------------------------- /docs/images/quick_unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/quick_unlock.png -------------------------------------------------------------------------------- /docs/images/save_database_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/save_database_backup.png -------------------------------------------------------------------------------- /docs/images/save_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/save_options.png -------------------------------------------------------------------------------- /docs/images/sshagent_puttygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/sshagent_puttygen.png -------------------------------------------------------------------------------- /docs/images/theme_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/theme_comparison.png -------------------------------------------------------------------------------- /docs/images/theme_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/theme_selection.png -------------------------------------------------------------------------------- /docs/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/toolbar.png -------------------------------------------------------------------------------- /docs/images/totp_code_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/totp_code_example.png -------------------------------------------------------------------------------- /docs/images/totp_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/totp_setup.png -------------------------------------------------------------------------------- /docs/images/uac_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/uac_dialog.png -------------------------------------------------------------------------------- /docs/images/unlock_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/unlock_database.png -------------------------------------------------------------------------------- /docs/images/welcome_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/images/welcome_screen.png -------------------------------------------------------------------------------- /docs/man/keepassxc-cli.1.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/man/keepassxc-cli.1.adoc -------------------------------------------------------------------------------- /docs/man/keepassxc.1.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/man/keepassxc.1.adoc -------------------------------------------------------------------------------- /docs/styles/dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/styles/dark.css -------------------------------------------------------------------------------- /docs/styles/pdf_theme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/styles/pdf_theme.yml -------------------------------------------------------------------------------- /docs/topics/.sharedheader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/.sharedheader -------------------------------------------------------------------------------- /docs/topics/AutoType.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/AutoType.adoc -------------------------------------------------------------------------------- /docs/topics/Disclaimers.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/Disclaimers.adoc -------------------------------------------------------------------------------- /docs/topics/DownloadInstall.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/DownloadInstall.adoc -------------------------------------------------------------------------------- /docs/topics/ImportExport.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/ImportExport.adoc -------------------------------------------------------------------------------- /docs/topics/KeeShare.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/KeeShare.adoc -------------------------------------------------------------------------------- /docs/topics/KeyboardShortcuts.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/KeyboardShortcuts.adoc -------------------------------------------------------------------------------- /docs/topics/Passkeys.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/Passkeys.adoc -------------------------------------------------------------------------------- /docs/topics/PasswordGenerator.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/PasswordGenerator.adoc -------------------------------------------------------------------------------- /docs/topics/Reference.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/Reference.adoc -------------------------------------------------------------------------------- /docs/topics/SSHAgent.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/SSHAgent.adoc -------------------------------------------------------------------------------- /docs/topics/SecretService.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/SecretService.adoc -------------------------------------------------------------------------------- /docs/topics/UserInterface.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/UserInterface.adoc -------------------------------------------------------------------------------- /docs/topics/Welcome.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/docs/topics/Welcome.adoc -------------------------------------------------------------------------------- /release-tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/release-tool.py -------------------------------------------------------------------------------- /share/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/CMakeLists.txt -------------------------------------------------------------------------------- /share/branding/keepassxc-icon.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/branding/keepassxc-icon.ai -------------------------------------------------------------------------------- /share/branding/keepassxc.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/branding/keepassxc.ai -------------------------------------------------------------------------------- /share/branding/png/macos-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/branding/png/macos-64x64.png -------------------------------------------------------------------------------- /share/branding/scalable/macos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/branding/scalable/macos.svg -------------------------------------------------------------------------------- /share/demo.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/demo.kdbx -------------------------------------------------------------------------------- /share/demo_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/demo_readme.md -------------------------------------------------------------------------------- /share/icons/badges/2_Expired.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/badges/2_Expired.svg -------------------------------------------------------------------------------- /share/icons/database/C06_KCMDF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C06_KCMDF.svg -------------------------------------------------------------------------------- /share/icons/database/C07_Kate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C07_Kate.svg -------------------------------------------------------------------------------- /share/icons/database/C20_Misc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C20_Misc.svg -------------------------------------------------------------------------------- /share/icons/database/C22_ASCII.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C22_ASCII.svg -------------------------------------------------------------------------------- /share/icons/database/C23_Icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C23_Icons.svg -------------------------------------------------------------------------------- /share/icons/database/C33_Run.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C33_Run.svg -------------------------------------------------------------------------------- /share/icons/database/C35_KRFB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C35_KRFB.svg -------------------------------------------------------------------------------- /share/icons/database/C36_Ark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C36_Ark.svg -------------------------------------------------------------------------------- /share/icons/database/C46_Help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C46_Help.svg -------------------------------------------------------------------------------- /share/icons/database/C53_Apply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C53_Apply.svg -------------------------------------------------------------------------------- /share/icons/database/C58_KGPG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C58_KGPG.svg -------------------------------------------------------------------------------- /share/icons/database/C58_KPGP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C58_KPGP.svg -------------------------------------------------------------------------------- /share/icons/database/C62_Tux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C62_Tux.svg -------------------------------------------------------------------------------- /share/icons/database/C64_Apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C64_Apple.svg -------------------------------------------------------------------------------- /share/icons/database/C65_W.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C65_W.svg -------------------------------------------------------------------------------- /share/icons/database/C66_Money.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/database/C66_Money.svg -------------------------------------------------------------------------------- /share/icons/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/icons.qrc -------------------------------------------------------------------------------- /share/icons/minify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/icons/minify.sh -------------------------------------------------------------------------------- /share/linux/appimage-apprun.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/linux/appimage-apprun.sh -------------------------------------------------------------------------------- /share/linux/keepassxc.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/linux/keepassxc.xml.in -------------------------------------------------------------------------------- /share/macosx/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/macosx/Assets.car -------------------------------------------------------------------------------- /share/macosx/DS_Store.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/macosx/DS_Store.in -------------------------------------------------------------------------------- /share/macosx/Info.plist.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/macosx/Info.plist.cmake -------------------------------------------------------------------------------- /share/macosx/background.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/macosx/background.tiff -------------------------------------------------------------------------------- /share/macosx/keepassxc.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/macosx/keepassxc.icns -------------------------------------------------------------------------------- /share/translations/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/CMakeLists.txt -------------------------------------------------------------------------------- /share/translations/keepassxc_ar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_ar.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_be.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_be.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_bg.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_bg.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_ca.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_ca.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_cs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_cs.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_da.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_da.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_de.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_el.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_el.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_en.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_en.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_es.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_et.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_et.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_fi.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_fr.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_he.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_he.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_hr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_hr.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_hu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_hu.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_id.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_it.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_ja.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_ja.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_km.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_km.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_ko.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_lt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_lt.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_my.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_my.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_nb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_nb.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_nl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_nl.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_pl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_pl.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_ro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_ro.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_ru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_ru.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_si.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_si.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_sk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_sk.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_sl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_sl.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_sq.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_sq.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_sr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_sr.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_sv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_sv.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_th.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_th.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_tr.ts -------------------------------------------------------------------------------- /share/translations/keepassxc_uk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/translations/keepassxc_uk.ts -------------------------------------------------------------------------------- /share/windows/KPXC_ExitDlg.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/KPXC_ExitDlg.wxs -------------------------------------------------------------------------------- /share/windows/KPXC_InstallDir.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/KPXC_InstallDir.wxs -------------------------------------------------------------------------------- /share/windows/create-ico.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/create-ico.sh -------------------------------------------------------------------------------- /share/windows/icon.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/icon.rc -------------------------------------------------------------------------------- /share/windows/installer-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/installer-banner.png -------------------------------------------------------------------------------- /share/windows/installer-banner.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/installer-banner.psd -------------------------------------------------------------------------------- /share/windows/installer-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/installer-wizard.png -------------------------------------------------------------------------------- /share/windows/installer-wizard.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/installer-wizard.psd -------------------------------------------------------------------------------- /share/windows/installer-wizard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/installer-wizard.zip -------------------------------------------------------------------------------- /share/windows/keepassxc-kdbx.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/keepassxc-kdbx.ico -------------------------------------------------------------------------------- /share/windows/keepassxc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/keepassxc.ico -------------------------------------------------------------------------------- /share/windows/qt.conf: -------------------------------------------------------------------------------- 1 | [Platforms] 2 | WindowsArguments = darkmode=1 3 | -------------------------------------------------------------------------------- /share/windows/wix-patch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/wix-patch.xml -------------------------------------------------------------------------------- /share/windows/wix-template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/windows/wix-template.xml -------------------------------------------------------------------------------- /share/wizard/background-pixmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/wizard/background-pixmap.png -------------------------------------------------------------------------------- /share/wizard/background-pixmap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/wizard/background-pixmap.svg -------------------------------------------------------------------------------- /share/wizard/wizard.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/wizard/wizard.qrc -------------------------------------------------------------------------------- /share/wordlists/eff_large.wordlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/share/wordlists/eff_large.wordlist -------------------------------------------------------------------------------- /sonar-project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/sonar-project.properties -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/autotype/AutoType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoType.cpp -------------------------------------------------------------------------------- /src/autotype/AutoType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoType.h -------------------------------------------------------------------------------- /src/autotype/AutoTypeAction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoTypeAction.cpp -------------------------------------------------------------------------------- /src/autotype/AutoTypeAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoTypeAction.h -------------------------------------------------------------------------------- /src/autotype/AutoTypeMatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoTypeMatch.h -------------------------------------------------------------------------------- /src/autotype/AutoTypeMatchModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoTypeMatchModel.h -------------------------------------------------------------------------------- /src/autotype/AutoTypeMatchView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoTypeMatchView.cpp -------------------------------------------------------------------------------- /src/autotype/AutoTypeMatchView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/AutoTypeMatchView.h -------------------------------------------------------------------------------- /src/autotype/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/CMakeLists.txt -------------------------------------------------------------------------------- /src/autotype/PickcharsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/PickcharsDialog.cpp -------------------------------------------------------------------------------- /src/autotype/PickcharsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/PickcharsDialog.h -------------------------------------------------------------------------------- /src/autotype/PickcharsDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/PickcharsDialog.ui -------------------------------------------------------------------------------- /src/autotype/mac/AutoTypeMac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/mac/AutoTypeMac.cpp -------------------------------------------------------------------------------- /src/autotype/mac/AutoTypeMac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/mac/AutoTypeMac.h -------------------------------------------------------------------------------- /src/autotype/mac/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/mac/CMakeLists.txt -------------------------------------------------------------------------------- /src/autotype/test/AutoTypeTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/test/AutoTypeTest.cpp -------------------------------------------------------------------------------- /src/autotype/test/AutoTypeTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/test/AutoTypeTest.h -------------------------------------------------------------------------------- /src/autotype/test/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/test/CMakeLists.txt -------------------------------------------------------------------------------- /src/autotype/xcb/AutoTypeXCB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/xcb/AutoTypeXCB.cpp -------------------------------------------------------------------------------- /src/autotype/xcb/AutoTypeXCB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/xcb/AutoTypeXCB.h -------------------------------------------------------------------------------- /src/autotype/xcb/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/autotype/xcb/CMakeLists.txt -------------------------------------------------------------------------------- /src/browser/BrowserAction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserAction.cpp -------------------------------------------------------------------------------- /src/browser/BrowserAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserAction.h -------------------------------------------------------------------------------- /src/browser/BrowserCbor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserCbor.cpp -------------------------------------------------------------------------------- /src/browser/BrowserCbor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserCbor.h -------------------------------------------------------------------------------- /src/browser/BrowserEntryConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserEntryConfig.cpp -------------------------------------------------------------------------------- /src/browser/BrowserEntryConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserEntryConfig.h -------------------------------------------------------------------------------- /src/browser/BrowserHost.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserHost.cpp -------------------------------------------------------------------------------- /src/browser/BrowserHost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserHost.h -------------------------------------------------------------------------------- /src/browser/BrowserPasskeys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserPasskeys.cpp -------------------------------------------------------------------------------- /src/browser/BrowserPasskeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserPasskeys.h -------------------------------------------------------------------------------- /src/browser/BrowserService.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserService.cpp -------------------------------------------------------------------------------- /src/browser/BrowserService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserService.h -------------------------------------------------------------------------------- /src/browser/BrowserSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserSettings.cpp -------------------------------------------------------------------------------- /src/browser/BrowserSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserSettings.h -------------------------------------------------------------------------------- /src/browser/BrowserSettingsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserSettingsPage.h -------------------------------------------------------------------------------- /src/browser/BrowserShared.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserShared.cpp -------------------------------------------------------------------------------- /src/browser/BrowserShared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/BrowserShared.h -------------------------------------------------------------------------------- /src/browser/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/CMakeLists.txt -------------------------------------------------------------------------------- /src/browser/CustomTableWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/CustomTableWidget.cpp -------------------------------------------------------------------------------- /src/browser/CustomTableWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/CustomTableWidget.h -------------------------------------------------------------------------------- /src/browser/PasskeyUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/PasskeyUtils.cpp -------------------------------------------------------------------------------- /src/browser/PasskeyUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/browser/PasskeyUtils.h -------------------------------------------------------------------------------- /src/cli/Add.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Add.cpp -------------------------------------------------------------------------------- /src/cli/Add.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Add.h -------------------------------------------------------------------------------- /src/cli/AddGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AddGroup.cpp -------------------------------------------------------------------------------- /src/cli/AddGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AddGroup.h -------------------------------------------------------------------------------- /src/cli/Analyze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Analyze.cpp -------------------------------------------------------------------------------- /src/cli/Analyze.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Analyze.h -------------------------------------------------------------------------------- /src/cli/AttachmentExport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AttachmentExport.cpp -------------------------------------------------------------------------------- /src/cli/AttachmentExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AttachmentExport.h -------------------------------------------------------------------------------- /src/cli/AttachmentImport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AttachmentImport.cpp -------------------------------------------------------------------------------- /src/cli/AttachmentImport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AttachmentImport.h -------------------------------------------------------------------------------- /src/cli/AttachmentRemove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AttachmentRemove.cpp -------------------------------------------------------------------------------- /src/cli/AttachmentRemove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/AttachmentRemove.h -------------------------------------------------------------------------------- /src/cli/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/CMakeLists.txt -------------------------------------------------------------------------------- /src/cli/Clip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Clip.cpp -------------------------------------------------------------------------------- /src/cli/Clip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Clip.h -------------------------------------------------------------------------------- /src/cli/Close.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Close.cpp -------------------------------------------------------------------------------- /src/cli/Close.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Close.h -------------------------------------------------------------------------------- /src/cli/Command.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Command.cpp -------------------------------------------------------------------------------- /src/cli/Command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Command.h -------------------------------------------------------------------------------- /src/cli/DatabaseCommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseCommand.cpp -------------------------------------------------------------------------------- /src/cli/DatabaseCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseCommand.h -------------------------------------------------------------------------------- /src/cli/DatabaseCreate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseCreate.cpp -------------------------------------------------------------------------------- /src/cli/DatabaseCreate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseCreate.h -------------------------------------------------------------------------------- /src/cli/DatabaseEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseEdit.cpp -------------------------------------------------------------------------------- /src/cli/DatabaseEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseEdit.h -------------------------------------------------------------------------------- /src/cli/DatabaseInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseInfo.cpp -------------------------------------------------------------------------------- /src/cli/DatabaseInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/DatabaseInfo.h -------------------------------------------------------------------------------- /src/cli/Diceware.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Diceware.cpp -------------------------------------------------------------------------------- /src/cli/Diceware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Diceware.h -------------------------------------------------------------------------------- /src/cli/Edit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Edit.cpp -------------------------------------------------------------------------------- /src/cli/Edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Edit.h -------------------------------------------------------------------------------- /src/cli/Estimate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Estimate.cpp -------------------------------------------------------------------------------- /src/cli/Estimate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Estimate.h -------------------------------------------------------------------------------- /src/cli/Exit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Exit.cpp -------------------------------------------------------------------------------- /src/cli/Exit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Exit.h -------------------------------------------------------------------------------- /src/cli/Export.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Export.cpp -------------------------------------------------------------------------------- /src/cli/Export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Export.h -------------------------------------------------------------------------------- /src/cli/Generate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Generate.cpp -------------------------------------------------------------------------------- /src/cli/Generate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Generate.h -------------------------------------------------------------------------------- /src/cli/Help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Help.cpp -------------------------------------------------------------------------------- /src/cli/Help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Help.h -------------------------------------------------------------------------------- /src/cli/Import.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Import.cpp -------------------------------------------------------------------------------- /src/cli/Import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Import.h -------------------------------------------------------------------------------- /src/cli/List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/List.cpp -------------------------------------------------------------------------------- /src/cli/List.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/List.h -------------------------------------------------------------------------------- /src/cli/Merge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Merge.cpp -------------------------------------------------------------------------------- /src/cli/Merge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Merge.h -------------------------------------------------------------------------------- /src/cli/Move.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Move.cpp -------------------------------------------------------------------------------- /src/cli/Move.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Move.h -------------------------------------------------------------------------------- /src/cli/Open.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Open.cpp -------------------------------------------------------------------------------- /src/cli/Open.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Open.h -------------------------------------------------------------------------------- /src/cli/Remove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Remove.cpp -------------------------------------------------------------------------------- /src/cli/Remove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Remove.h -------------------------------------------------------------------------------- /src/cli/RemoveGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/RemoveGroup.cpp -------------------------------------------------------------------------------- /src/cli/RemoveGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/RemoveGroup.h -------------------------------------------------------------------------------- /src/cli/Search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Search.cpp -------------------------------------------------------------------------------- /src/cli/Search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Search.h -------------------------------------------------------------------------------- /src/cli/Show.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Show.cpp -------------------------------------------------------------------------------- /src/cli/Show.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Show.h -------------------------------------------------------------------------------- /src/cli/TextStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/TextStream.cpp -------------------------------------------------------------------------------- /src/cli/TextStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/TextStream.h -------------------------------------------------------------------------------- /src/cli/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Utils.cpp -------------------------------------------------------------------------------- /src/cli/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/Utils.h -------------------------------------------------------------------------------- /src/cli/keepassxc-cli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/keepassxc-cli.cpp -------------------------------------------------------------------------------- /src/cli/keepassxc-cli.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/cli/keepassxc-cli.exe.manifest -------------------------------------------------------------------------------- /src/config-keepassx.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/config-keepassx.h.cmake -------------------------------------------------------------------------------- /src/core/Alloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Alloc.cpp -------------------------------------------------------------------------------- /src/core/AsyncTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/AsyncTask.h -------------------------------------------------------------------------------- /src/core/AutoTypeAssociations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/AutoTypeAssociations.cpp -------------------------------------------------------------------------------- /src/core/AutoTypeAssociations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/AutoTypeAssociations.h -------------------------------------------------------------------------------- /src/core/Base32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Base32.cpp -------------------------------------------------------------------------------- /src/core/Base32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Base32.h -------------------------------------------------------------------------------- /src/core/Bootstrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Bootstrap.cpp -------------------------------------------------------------------------------- /src/core/Bootstrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Bootstrap.h -------------------------------------------------------------------------------- /src/core/Clock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Clock.cpp -------------------------------------------------------------------------------- /src/core/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Clock.h -------------------------------------------------------------------------------- /src/core/Compare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Compare.h -------------------------------------------------------------------------------- /src/core/Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Config.cpp -------------------------------------------------------------------------------- /src/core/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Config.h -------------------------------------------------------------------------------- /src/core/CustomData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/CustomData.cpp -------------------------------------------------------------------------------- /src/core/CustomData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/CustomData.h -------------------------------------------------------------------------------- /src/core/Database.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Database.cpp -------------------------------------------------------------------------------- /src/core/Database.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Database.h -------------------------------------------------------------------------------- /src/core/DatabaseStats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/DatabaseStats.cpp -------------------------------------------------------------------------------- /src/core/DatabaseStats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/DatabaseStats.h -------------------------------------------------------------------------------- /src/core/Endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Endian.h -------------------------------------------------------------------------------- /src/core/Entry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Entry.cpp -------------------------------------------------------------------------------- /src/core/Entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Entry.h -------------------------------------------------------------------------------- /src/core/EntryAttachments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/EntryAttachments.cpp -------------------------------------------------------------------------------- /src/core/EntryAttachments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/EntryAttachments.h -------------------------------------------------------------------------------- /src/core/EntryAttributes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/EntryAttributes.cpp -------------------------------------------------------------------------------- /src/core/EntryAttributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/EntryAttributes.h -------------------------------------------------------------------------------- /src/core/EntrySearcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/EntrySearcher.cpp -------------------------------------------------------------------------------- /src/core/EntrySearcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/EntrySearcher.h -------------------------------------------------------------------------------- /src/core/FileWatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/FileWatcher.cpp -------------------------------------------------------------------------------- /src/core/FileWatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/FileWatcher.h -------------------------------------------------------------------------------- /src/core/Global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Global.h -------------------------------------------------------------------------------- /src/core/Group.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Group.cpp -------------------------------------------------------------------------------- /src/core/Group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Group.h -------------------------------------------------------------------------------- /src/core/HibpOffline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/HibpOffline.cpp -------------------------------------------------------------------------------- /src/core/HibpOffline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/HibpOffline.h -------------------------------------------------------------------------------- /src/core/InactivityTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/InactivityTimer.cpp -------------------------------------------------------------------------------- /src/core/InactivityTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/InactivityTimer.h -------------------------------------------------------------------------------- /src/core/Merger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Merger.cpp -------------------------------------------------------------------------------- /src/core/Merger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Merger.h -------------------------------------------------------------------------------- /src/core/Metadata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Metadata.cpp -------------------------------------------------------------------------------- /src/core/Metadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Metadata.h -------------------------------------------------------------------------------- /src/core/ModifiableObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/ModifiableObject.cpp -------------------------------------------------------------------------------- /src/core/ModifiableObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/ModifiableObject.h -------------------------------------------------------------------------------- /src/core/PassphraseGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/PassphraseGenerator.cpp -------------------------------------------------------------------------------- /src/core/PassphraseGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/PassphraseGenerator.h -------------------------------------------------------------------------------- /src/core/PasswordGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/PasswordGenerator.cpp -------------------------------------------------------------------------------- /src/core/PasswordGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/PasswordGenerator.h -------------------------------------------------------------------------------- /src/core/PasswordHealth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/PasswordHealth.cpp -------------------------------------------------------------------------------- /src/core/PasswordHealth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/PasswordHealth.h -------------------------------------------------------------------------------- /src/core/Resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Resources.cpp -------------------------------------------------------------------------------- /src/core/Resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Resources.h -------------------------------------------------------------------------------- /src/core/SignalMultiplexer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/SignalMultiplexer.cpp -------------------------------------------------------------------------------- /src/core/SignalMultiplexer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/SignalMultiplexer.h -------------------------------------------------------------------------------- /src/core/TimeDelta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/TimeDelta.cpp -------------------------------------------------------------------------------- /src/core/TimeDelta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/TimeDelta.h -------------------------------------------------------------------------------- /src/core/TimeInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/TimeInfo.cpp -------------------------------------------------------------------------------- /src/core/TimeInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/TimeInfo.h -------------------------------------------------------------------------------- /src/core/Tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Tools.cpp -------------------------------------------------------------------------------- /src/core/Tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Tools.h -------------------------------------------------------------------------------- /src/core/Totp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Totp.cpp -------------------------------------------------------------------------------- /src/core/Totp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Totp.h -------------------------------------------------------------------------------- /src/core/Translator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Translator.cpp -------------------------------------------------------------------------------- /src/core/Translator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/core/Translator.h -------------------------------------------------------------------------------- /src/crypto/Crypto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/Crypto.cpp -------------------------------------------------------------------------------- /src/crypto/Crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/Crypto.h -------------------------------------------------------------------------------- /src/crypto/CryptoHash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/CryptoHash.cpp -------------------------------------------------------------------------------- /src/crypto/CryptoHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/CryptoHash.h -------------------------------------------------------------------------------- /src/crypto/Random.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/Random.cpp -------------------------------------------------------------------------------- /src/crypto/Random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/Random.h -------------------------------------------------------------------------------- /src/crypto/SymmetricCipher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/SymmetricCipher.cpp -------------------------------------------------------------------------------- /src/crypto/SymmetricCipher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/SymmetricCipher.h -------------------------------------------------------------------------------- /src/crypto/kdf/AesKdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/kdf/AesKdf.cpp -------------------------------------------------------------------------------- /src/crypto/kdf/AesKdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/kdf/AesKdf.h -------------------------------------------------------------------------------- /src/crypto/kdf/Argon2Kdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/kdf/Argon2Kdf.cpp -------------------------------------------------------------------------------- /src/crypto/kdf/Argon2Kdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/kdf/Argon2Kdf.h -------------------------------------------------------------------------------- /src/crypto/kdf/Kdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/kdf/Kdf.cpp -------------------------------------------------------------------------------- /src/crypto/kdf/Kdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/crypto/kdf/Kdf.h -------------------------------------------------------------------------------- /src/fdosecrets/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/CMakeLists.txt -------------------------------------------------------------------------------- /src/fdosecrets/FdoSecretsPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/FdoSecretsPlugin.h -------------------------------------------------------------------------------- /src/fdosecrets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/README.md -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusClient.cpp -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusClient.h -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusMgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusMgr.cpp -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusMgr.h -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusObject.cpp -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusObject.h -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusTypes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusTypes.cpp -------------------------------------------------------------------------------- /src/fdosecrets/dbus/DBusTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/dbus/DBusTypes.h -------------------------------------------------------------------------------- /src/fdosecrets/objects/Item.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Item.cpp -------------------------------------------------------------------------------- /src/fdosecrets/objects/Item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Item.h -------------------------------------------------------------------------------- /src/fdosecrets/objects/Prompt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Prompt.cpp -------------------------------------------------------------------------------- /src/fdosecrets/objects/Prompt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Prompt.h -------------------------------------------------------------------------------- /src/fdosecrets/objects/Service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Service.cpp -------------------------------------------------------------------------------- /src/fdosecrets/objects/Service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Service.h -------------------------------------------------------------------------------- /src/fdosecrets/objects/Session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Session.cpp -------------------------------------------------------------------------------- /src/fdosecrets/objects/Session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/fdosecrets/objects/Session.h -------------------------------------------------------------------------------- /src/format/BitwardenReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/BitwardenReader.cpp -------------------------------------------------------------------------------- /src/format/BitwardenReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/BitwardenReader.h -------------------------------------------------------------------------------- /src/format/CsvExporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/CsvExporter.cpp -------------------------------------------------------------------------------- /src/format/CsvExporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/CsvExporter.h -------------------------------------------------------------------------------- /src/format/CsvParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/CsvParser.cpp -------------------------------------------------------------------------------- /src/format/CsvParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/CsvParser.h -------------------------------------------------------------------------------- /src/format/HtmlExporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/HtmlExporter.cpp -------------------------------------------------------------------------------- /src/format/HtmlExporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/HtmlExporter.h -------------------------------------------------------------------------------- /src/format/Kdbx3Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx3Reader.cpp -------------------------------------------------------------------------------- /src/format/Kdbx3Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx3Reader.h -------------------------------------------------------------------------------- /src/format/Kdbx3Writer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx3Writer.cpp -------------------------------------------------------------------------------- /src/format/Kdbx3Writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx3Writer.h -------------------------------------------------------------------------------- /src/format/Kdbx4Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx4Reader.cpp -------------------------------------------------------------------------------- /src/format/Kdbx4Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx4Reader.h -------------------------------------------------------------------------------- /src/format/Kdbx4Writer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx4Writer.cpp -------------------------------------------------------------------------------- /src/format/Kdbx4Writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/Kdbx4Writer.h -------------------------------------------------------------------------------- /src/format/KdbxReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxReader.cpp -------------------------------------------------------------------------------- /src/format/KdbxReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxReader.h -------------------------------------------------------------------------------- /src/format/KdbxWriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxWriter.cpp -------------------------------------------------------------------------------- /src/format/KdbxWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxWriter.h -------------------------------------------------------------------------------- /src/format/KdbxXmlReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxXmlReader.cpp -------------------------------------------------------------------------------- /src/format/KdbxXmlReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxXmlReader.h -------------------------------------------------------------------------------- /src/format/KdbxXmlWriter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxXmlWriter.cpp -------------------------------------------------------------------------------- /src/format/KdbxXmlWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KdbxXmlWriter.h -------------------------------------------------------------------------------- /src/format/KeePass1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass1.h -------------------------------------------------------------------------------- /src/format/KeePass1Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass1Reader.cpp -------------------------------------------------------------------------------- /src/format/KeePass1Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass1Reader.h -------------------------------------------------------------------------------- /src/format/KeePass2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2.cpp -------------------------------------------------------------------------------- /src/format/KeePass2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2.h -------------------------------------------------------------------------------- /src/format/KeePass2RandomStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2RandomStream.h -------------------------------------------------------------------------------- /src/format/KeePass2Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2Reader.cpp -------------------------------------------------------------------------------- /src/format/KeePass2Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2Reader.h -------------------------------------------------------------------------------- /src/format/KeePass2Writer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2Writer.cpp -------------------------------------------------------------------------------- /src/format/KeePass2Writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/KeePass2Writer.h -------------------------------------------------------------------------------- /src/format/OPUXReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/OPUXReader.cpp -------------------------------------------------------------------------------- /src/format/OPUXReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/OPUXReader.h -------------------------------------------------------------------------------- /src/format/OpData01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/OpData01.cpp -------------------------------------------------------------------------------- /src/format/OpData01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/OpData01.h -------------------------------------------------------------------------------- /src/format/OpVaultReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/OpVaultReader.cpp -------------------------------------------------------------------------------- /src/format/OpVaultReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/OpVaultReader.h -------------------------------------------------------------------------------- /src/format/ProtonPassReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/ProtonPassReader.cpp -------------------------------------------------------------------------------- /src/format/ProtonPassReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/format/ProtonPassReader.h -------------------------------------------------------------------------------- /src/git-info.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/git-info.h.cmake -------------------------------------------------------------------------------- /src/gui/AboutDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/AboutDialog.cpp -------------------------------------------------------------------------------- /src/gui/AboutDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/AboutDialog.h -------------------------------------------------------------------------------- /src/gui/AboutDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/AboutDialog.ui -------------------------------------------------------------------------------- /src/gui/ActionCollection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/ActionCollection.cpp -------------------------------------------------------------------------------- /src/gui/ActionCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/ActionCollection.h -------------------------------------------------------------------------------- /src/gui/Application.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Application.cpp -------------------------------------------------------------------------------- /src/gui/Application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Application.h -------------------------------------------------------------------------------- /src/gui/CategoryListWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/CategoryListWidget.cpp -------------------------------------------------------------------------------- /src/gui/CategoryListWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/CategoryListWidget.h -------------------------------------------------------------------------------- /src/gui/CategoryListWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/CategoryListWidget.ui -------------------------------------------------------------------------------- /src/gui/Clipboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Clipboard.cpp -------------------------------------------------------------------------------- /src/gui/Clipboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Clipboard.h -------------------------------------------------------------------------------- /src/gui/CloneDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/CloneDialog.cpp -------------------------------------------------------------------------------- /src/gui/CloneDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/CloneDialog.h -------------------------------------------------------------------------------- /src/gui/CloneDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/CloneDialog.ui -------------------------------------------------------------------------------- /src/gui/DatabaseIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseIcons.cpp -------------------------------------------------------------------------------- /src/gui/DatabaseIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseIcons.h -------------------------------------------------------------------------------- /src/gui/DatabaseOpenDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseOpenDialog.cpp -------------------------------------------------------------------------------- /src/gui/DatabaseOpenDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseOpenDialog.h -------------------------------------------------------------------------------- /src/gui/DatabaseOpenWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseOpenWidget.cpp -------------------------------------------------------------------------------- /src/gui/DatabaseOpenWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseOpenWidget.h -------------------------------------------------------------------------------- /src/gui/DatabaseOpenWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseOpenWidget.ui -------------------------------------------------------------------------------- /src/gui/DatabaseTabWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseTabWidget.cpp -------------------------------------------------------------------------------- /src/gui/DatabaseTabWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseTabWidget.h -------------------------------------------------------------------------------- /src/gui/DatabaseWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseWidget.cpp -------------------------------------------------------------------------------- /src/gui/DatabaseWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseWidget.h -------------------------------------------------------------------------------- /src/gui/DatabaseWidgetStateSync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DatabaseWidgetStateSync.h -------------------------------------------------------------------------------- /src/gui/DialogyWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DialogyWidget.cpp -------------------------------------------------------------------------------- /src/gui/DialogyWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/DialogyWidget.h -------------------------------------------------------------------------------- /src/gui/EditWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidget.cpp -------------------------------------------------------------------------------- /src/gui/EditWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidget.h -------------------------------------------------------------------------------- /src/gui/EditWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidget.ui -------------------------------------------------------------------------------- /src/gui/EditWidgetIcons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidgetIcons.cpp -------------------------------------------------------------------------------- /src/gui/EditWidgetIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidgetIcons.h -------------------------------------------------------------------------------- /src/gui/EditWidgetIcons.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidgetIcons.ui -------------------------------------------------------------------------------- /src/gui/EditWidgetProperties.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidgetProperties.cpp -------------------------------------------------------------------------------- /src/gui/EditWidgetProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidgetProperties.h -------------------------------------------------------------------------------- /src/gui/EditWidgetProperties.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EditWidgetProperties.ui -------------------------------------------------------------------------------- /src/gui/EntryPreviewWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EntryPreviewWidget.cpp -------------------------------------------------------------------------------- /src/gui/EntryPreviewWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EntryPreviewWidget.h -------------------------------------------------------------------------------- /src/gui/EntryPreviewWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/EntryPreviewWidget.ui -------------------------------------------------------------------------------- /src/gui/FileDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/FileDialog.cpp -------------------------------------------------------------------------------- /src/gui/FileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/FileDialog.h -------------------------------------------------------------------------------- /src/gui/Font.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Font.cpp -------------------------------------------------------------------------------- /src/gui/Font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Font.h -------------------------------------------------------------------------------- /src/gui/GuiTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/GuiTools.cpp -------------------------------------------------------------------------------- /src/gui/GuiTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/GuiTools.h -------------------------------------------------------------------------------- /src/gui/HtmlGuiExporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/HtmlGuiExporter.cpp -------------------------------------------------------------------------------- /src/gui/HtmlGuiExporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/HtmlGuiExporter.h -------------------------------------------------------------------------------- /src/gui/IconDownloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconDownloader.cpp -------------------------------------------------------------------------------- /src/gui/IconDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconDownloader.h -------------------------------------------------------------------------------- /src/gui/IconDownloaderDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconDownloaderDialog.cpp -------------------------------------------------------------------------------- /src/gui/IconDownloaderDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconDownloaderDialog.h -------------------------------------------------------------------------------- /src/gui/IconDownloaderDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconDownloaderDialog.ui -------------------------------------------------------------------------------- /src/gui/IconModels.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconModels.cpp -------------------------------------------------------------------------------- /src/gui/IconModels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/IconModels.h -------------------------------------------------------------------------------- /src/gui/Icons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Icons.cpp -------------------------------------------------------------------------------- /src/gui/Icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/Icons.h -------------------------------------------------------------------------------- /src/gui/KMessageWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/KMessageWidget.cpp -------------------------------------------------------------------------------- /src/gui/KMessageWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/KMessageWidget.h -------------------------------------------------------------------------------- /src/gui/MainWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MainWindow.cpp -------------------------------------------------------------------------------- /src/gui/MainWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MainWindow.h -------------------------------------------------------------------------------- /src/gui/MainWindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MainWindow.ui -------------------------------------------------------------------------------- /src/gui/MergeDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MergeDialog.cpp -------------------------------------------------------------------------------- /src/gui/MergeDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MergeDialog.h -------------------------------------------------------------------------------- /src/gui/MergeDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MergeDialog.ui -------------------------------------------------------------------------------- /src/gui/MessageBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MessageBox.cpp -------------------------------------------------------------------------------- /src/gui/MessageBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MessageBox.h -------------------------------------------------------------------------------- /src/gui/MessageWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MessageWidget.cpp -------------------------------------------------------------------------------- /src/gui/MessageWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/MessageWidget.h -------------------------------------------------------------------------------- /src/gui/PasswordGeneratorWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/PasswordGeneratorWidget.h -------------------------------------------------------------------------------- /src/gui/PasswordGeneratorWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/PasswordGeneratorWidget.ui -------------------------------------------------------------------------------- /src/gui/PasswordWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/PasswordWidget.cpp -------------------------------------------------------------------------------- /src/gui/PasswordWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/PasswordWidget.h -------------------------------------------------------------------------------- /src/gui/PasswordWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/PasswordWidget.ui -------------------------------------------------------------------------------- /src/gui/SearchHelpWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SearchHelpWidget.ui -------------------------------------------------------------------------------- /src/gui/SearchWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SearchWidget.cpp -------------------------------------------------------------------------------- /src/gui/SearchWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SearchWidget.h -------------------------------------------------------------------------------- /src/gui/SearchWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SearchWidget.ui -------------------------------------------------------------------------------- /src/gui/SettingsWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SettingsWidget.cpp -------------------------------------------------------------------------------- /src/gui/SettingsWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SettingsWidget.h -------------------------------------------------------------------------------- /src/gui/ShortcutSettingsPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/ShortcutSettingsPage.cpp -------------------------------------------------------------------------------- /src/gui/ShortcutSettingsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/ShortcutSettingsPage.h -------------------------------------------------------------------------------- /src/gui/SortFilterHideProxyModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SortFilterHideProxyModel.h -------------------------------------------------------------------------------- /src/gui/SquareSvgWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SquareSvgWidget.cpp -------------------------------------------------------------------------------- /src/gui/SquareSvgWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/SquareSvgWidget.h -------------------------------------------------------------------------------- /src/gui/TotpDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpDialog.cpp -------------------------------------------------------------------------------- /src/gui/TotpDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpDialog.h -------------------------------------------------------------------------------- /src/gui/TotpDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpDialog.ui -------------------------------------------------------------------------------- /src/gui/TotpExportSettingsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpExportSettingsDialog.h -------------------------------------------------------------------------------- /src/gui/TotpSetupDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpSetupDialog.cpp -------------------------------------------------------------------------------- /src/gui/TotpSetupDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpSetupDialog.h -------------------------------------------------------------------------------- /src/gui/TotpSetupDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/TotpSetupDialog.ui -------------------------------------------------------------------------------- /src/gui/URLEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/URLEdit.cpp -------------------------------------------------------------------------------- /src/gui/URLEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/URLEdit.h -------------------------------------------------------------------------------- /src/gui/UpdateCheckDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/UpdateCheckDialog.cpp -------------------------------------------------------------------------------- /src/gui/UpdateCheckDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/UpdateCheckDialog.h -------------------------------------------------------------------------------- /src/gui/UpdateCheckDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/UpdateCheckDialog.ui -------------------------------------------------------------------------------- /src/gui/UrlTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/UrlTools.cpp -------------------------------------------------------------------------------- /src/gui/UrlTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/UrlTools.h -------------------------------------------------------------------------------- /src/gui/WelcomeWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/WelcomeWidget.cpp -------------------------------------------------------------------------------- /src/gui/WelcomeWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/WelcomeWidget.h -------------------------------------------------------------------------------- /src/gui/WelcomeWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/WelcomeWidget.ui -------------------------------------------------------------------------------- /src/gui/csvImport/CsvParserModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/csvImport/CsvParserModel.h -------------------------------------------------------------------------------- /src/gui/entry/EditEntryWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EditEntryWidget.cpp -------------------------------------------------------------------------------- /src/gui/entry/EditEntryWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EditEntryWidget.h -------------------------------------------------------------------------------- /src/gui/entry/EditEntryWidget_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EditEntryWidget_p.h -------------------------------------------------------------------------------- /src/gui/entry/EntryHistoryModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryHistoryModel.h -------------------------------------------------------------------------------- /src/gui/entry/EntryModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryModel.cpp -------------------------------------------------------------------------------- /src/gui/entry/EntryModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryModel.h -------------------------------------------------------------------------------- /src/gui/entry/EntryURLModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryURLModel.cpp -------------------------------------------------------------------------------- /src/gui/entry/EntryURLModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryURLModel.h -------------------------------------------------------------------------------- /src/gui/entry/EntryView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryView.cpp -------------------------------------------------------------------------------- /src/gui/entry/EntryView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/entry/EntryView.h -------------------------------------------------------------------------------- /src/gui/export/ExportDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/export/ExportDialog.cpp -------------------------------------------------------------------------------- /src/gui/export/ExportDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/export/ExportDialog.h -------------------------------------------------------------------------------- /src/gui/export/ExportDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/export/ExportDialog.ui -------------------------------------------------------------------------------- /src/gui/group/EditGroupWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/group/EditGroupWidget.cpp -------------------------------------------------------------------------------- /src/gui/group/EditGroupWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/group/EditGroupWidget.h -------------------------------------------------------------------------------- /src/gui/group/GroupModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/group/GroupModel.cpp -------------------------------------------------------------------------------- /src/gui/group/GroupModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/group/GroupModel.h -------------------------------------------------------------------------------- /src/gui/group/GroupView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/group/GroupView.cpp -------------------------------------------------------------------------------- /src/gui/group/GroupView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/group/GroupView.h -------------------------------------------------------------------------------- /src/gui/osutils/DeviceListener.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/osutils/DeviceListener.cpp -------------------------------------------------------------------------------- /src/gui/osutils/DeviceListener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/osutils/DeviceListener.h -------------------------------------------------------------------------------- /src/gui/osutils/OSUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/osutils/OSUtils.h -------------------------------------------------------------------------------- /src/gui/osutils/OSUtilsBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/osutils/OSUtilsBase.cpp -------------------------------------------------------------------------------- /src/gui/osutils/OSUtilsBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/osutils/OSUtilsBase.h -------------------------------------------------------------------------------- /src/gui/osutils/macutils/AppKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/osutils/macutils/AppKit.h -------------------------------------------------------------------------------- /src/gui/passkeys/PasskeyExporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/passkeys/PasskeyExporter.h -------------------------------------------------------------------------------- /src/gui/passkeys/PasskeyImporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/passkeys/PasskeyImporter.h -------------------------------------------------------------------------------- /src/gui/remote/RemoteHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/remote/RemoteHandler.cpp -------------------------------------------------------------------------------- /src/gui/remote/RemoteHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/remote/RemoteHandler.h -------------------------------------------------------------------------------- /src/gui/remote/RemoteProcess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/remote/RemoteProcess.cpp -------------------------------------------------------------------------------- /src/gui/remote/RemoteProcess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/remote/RemoteProcess.h -------------------------------------------------------------------------------- /src/gui/remote/RemoteSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/remote/RemoteSettings.cpp -------------------------------------------------------------------------------- /src/gui/remote/RemoteSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/remote/RemoteSettings.h -------------------------------------------------------------------------------- /src/gui/reports/ReportsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/reports/ReportsDialog.cpp -------------------------------------------------------------------------------- /src/gui/reports/ReportsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/reports/ReportsDialog.h -------------------------------------------------------------------------------- /src/gui/reports/ReportsDialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/reports/ReportsDialog.ui -------------------------------------------------------------------------------- /src/gui/reports/ReportsPageHibp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/reports/ReportsPageHibp.h -------------------------------------------------------------------------------- /src/gui/reports/ReportsWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/reports/ReportsWidget.cpp -------------------------------------------------------------------------------- /src/gui/reports/ReportsWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/reports/ReportsWidget.h -------------------------------------------------------------------------------- /src/gui/styles/StateColorPalette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/StateColorPalette.h -------------------------------------------------------------------------------- /src/gui/styles/base/BaseStyle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/base/BaseStyle.cpp -------------------------------------------------------------------------------- /src/gui/styles/base/BaseStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/base/BaseStyle.h -------------------------------------------------------------------------------- /src/gui/styles/base/basestyle.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/base/basestyle.qss -------------------------------------------------------------------------------- /src/gui/styles/base/phantomcolor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/base/phantomcolor.h -------------------------------------------------------------------------------- /src/gui/styles/dark/DarkStyle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/dark/DarkStyle.cpp -------------------------------------------------------------------------------- /src/gui/styles/dark/DarkStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/dark/DarkStyle.h -------------------------------------------------------------------------------- /src/gui/styles/dark/darkstyle.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/dark/darkstyle.qss -------------------------------------------------------------------------------- /src/gui/styles/light/LightStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/light/LightStyle.h -------------------------------------------------------------------------------- /src/gui/styles/styles.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/styles/styles.qrc -------------------------------------------------------------------------------- /src/gui/tag/TagModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/tag/TagModel.cpp -------------------------------------------------------------------------------- /src/gui/tag/TagModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/tag/TagModel.h -------------------------------------------------------------------------------- /src/gui/tag/TagView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/tag/TagView.cpp -------------------------------------------------------------------------------- /src/gui/tag/TagView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/tag/TagView.h -------------------------------------------------------------------------------- /src/gui/tag/TagsEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/tag/TagsEdit.cpp -------------------------------------------------------------------------------- /src/gui/tag/TagsEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/tag/TagsEdit.h -------------------------------------------------------------------------------- /src/gui/widgets/ElidedLabel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/ElidedLabel.cpp -------------------------------------------------------------------------------- /src/gui/widgets/ElidedLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/ElidedLabel.h -------------------------------------------------------------------------------- /src/gui/widgets/KPToolBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/KPToolBar.cpp -------------------------------------------------------------------------------- /src/gui/widgets/KPToolBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/KPToolBar.h -------------------------------------------------------------------------------- /src/gui/widgets/PopupHelpWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/PopupHelpWidget.h -------------------------------------------------------------------------------- /src/gui/widgets/ShortcutWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/ShortcutWidget.cpp -------------------------------------------------------------------------------- /src/gui/widgets/ShortcutWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/widgets/ShortcutWidget.h -------------------------------------------------------------------------------- /src/gui/wizard/ImportWizard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/wizard/ImportWizard.cpp -------------------------------------------------------------------------------- /src/gui/wizard/ImportWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/wizard/ImportWizard.h -------------------------------------------------------------------------------- /src/gui/wizard/NewDatabaseWizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/gui/wizard/NewDatabaseWizard.h -------------------------------------------------------------------------------- /src/keeshare/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/CMakeLists.txt -------------------------------------------------------------------------------- /src/keeshare/KeeShare.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/KeeShare.cpp -------------------------------------------------------------------------------- /src/keeshare/KeeShare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/KeeShare.h -------------------------------------------------------------------------------- /src/keeshare/KeeShareSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/KeeShareSettings.cpp -------------------------------------------------------------------------------- /src/keeshare/KeeShareSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/KeeShareSettings.h -------------------------------------------------------------------------------- /src/keeshare/ShareExport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/ShareExport.cpp -------------------------------------------------------------------------------- /src/keeshare/ShareExport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/ShareExport.h -------------------------------------------------------------------------------- /src/keeshare/ShareImport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/ShareImport.cpp -------------------------------------------------------------------------------- /src/keeshare/ShareImport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/ShareImport.h -------------------------------------------------------------------------------- /src/keeshare/ShareObserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/ShareObserver.cpp -------------------------------------------------------------------------------- /src/keeshare/ShareObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keeshare/ShareObserver.h -------------------------------------------------------------------------------- /src/keys/ChallengeResponseKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/ChallengeResponseKey.cpp -------------------------------------------------------------------------------- /src/keys/ChallengeResponseKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/ChallengeResponseKey.h -------------------------------------------------------------------------------- /src/keys/CompositeKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/CompositeKey.cpp -------------------------------------------------------------------------------- /src/keys/CompositeKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/CompositeKey.h -------------------------------------------------------------------------------- /src/keys/FileKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/FileKey.cpp -------------------------------------------------------------------------------- /src/keys/FileKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/FileKey.h -------------------------------------------------------------------------------- /src/keys/Key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/Key.h -------------------------------------------------------------------------------- /src/keys/PasswordKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/PasswordKey.cpp -------------------------------------------------------------------------------- /src/keys/PasswordKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/PasswordKey.h -------------------------------------------------------------------------------- /src/keys/drivers/YubiKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/drivers/YubiKey.cpp -------------------------------------------------------------------------------- /src/keys/drivers/YubiKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/drivers/YubiKey.h -------------------------------------------------------------------------------- /src/keys/drivers/YubiKeyStub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/keys/drivers/YubiKeyStub.cpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/networking/HibpDownloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/networking/HibpDownloader.cpp -------------------------------------------------------------------------------- /src/networking/HibpDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/networking/HibpDownloader.h -------------------------------------------------------------------------------- /src/networking/NetworkManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/networking/NetworkManager.cpp -------------------------------------------------------------------------------- /src/networking/NetworkManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/networking/NetworkManager.h -------------------------------------------------------------------------------- /src/networking/UpdateChecker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/networking/UpdateChecker.cpp -------------------------------------------------------------------------------- /src/networking/UpdateChecker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/networking/UpdateChecker.h -------------------------------------------------------------------------------- /src/post_install/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/post_install/CMakeLists.txt -------------------------------------------------------------------------------- /src/proxy/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/proxy/CMakeLists.txt -------------------------------------------------------------------------------- /src/proxy/NativeMessagingProxy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/proxy/NativeMessagingProxy.cpp -------------------------------------------------------------------------------- /src/proxy/NativeMessagingProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/proxy/NativeMessagingProxy.h -------------------------------------------------------------------------------- /src/proxy/keepassxc-proxy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/proxy/keepassxc-proxy.cpp -------------------------------------------------------------------------------- /src/qrcode/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/qrcode/CMakeLists.txt -------------------------------------------------------------------------------- /src/qrcode/QrCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/qrcode/QrCode.cpp -------------------------------------------------------------------------------- /src/qrcode/QrCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/qrcode/QrCode.h -------------------------------------------------------------------------------- /src/qrcode/QrCode_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/qrcode/QrCode_p.h -------------------------------------------------------------------------------- /src/quickunlock/Polkit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/Polkit.cpp -------------------------------------------------------------------------------- /src/quickunlock/Polkit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/Polkit.h -------------------------------------------------------------------------------- /src/quickunlock/PolkitDbusTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/PolkitDbusTypes.h -------------------------------------------------------------------------------- /src/quickunlock/TouchID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/TouchID.h -------------------------------------------------------------------------------- /src/quickunlock/TouchID.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/TouchID.mm -------------------------------------------------------------------------------- /src/quickunlock/WindowsHello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/WindowsHello.cpp -------------------------------------------------------------------------------- /src/quickunlock/WindowsHello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/quickunlock/WindowsHello.h -------------------------------------------------------------------------------- /src/sshagent/ASN1Key.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/ASN1Key.cpp -------------------------------------------------------------------------------- /src/sshagent/ASN1Key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/ASN1Key.h -------------------------------------------------------------------------------- /src/sshagent/AgentSettingsPage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/AgentSettingsPage.cpp -------------------------------------------------------------------------------- /src/sshagent/AgentSettingsPage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/AgentSettingsPage.h -------------------------------------------------------------------------------- /src/sshagent/AgentSettingsWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/AgentSettingsWidget.h -------------------------------------------------------------------------------- /src/sshagent/BinaryStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/BinaryStream.cpp -------------------------------------------------------------------------------- /src/sshagent/BinaryStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/BinaryStream.h -------------------------------------------------------------------------------- /src/sshagent/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/CMakeLists.txt -------------------------------------------------------------------------------- /src/sshagent/KeeAgentSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/KeeAgentSettings.cpp -------------------------------------------------------------------------------- /src/sshagent/KeeAgentSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/KeeAgentSettings.h -------------------------------------------------------------------------------- /src/sshagent/OpenSSHKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/OpenSSHKey.cpp -------------------------------------------------------------------------------- /src/sshagent/OpenSSHKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/OpenSSHKey.h -------------------------------------------------------------------------------- /src/sshagent/OpenSSHKeyGen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/OpenSSHKeyGen.cpp -------------------------------------------------------------------------------- /src/sshagent/OpenSSHKeyGen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/OpenSSHKeyGen.h -------------------------------------------------------------------------------- /src/sshagent/OpenSSHKeyGenDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/OpenSSHKeyGenDialog.h -------------------------------------------------------------------------------- /src/sshagent/SSHAgent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/SSHAgent.cpp -------------------------------------------------------------------------------- /src/sshagent/SSHAgent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/sshagent/SSHAgent.h -------------------------------------------------------------------------------- /src/streams/HashedBlockStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/HashedBlockStream.cpp -------------------------------------------------------------------------------- /src/streams/HashedBlockStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/HashedBlockStream.h -------------------------------------------------------------------------------- /src/streams/HashingStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/HashingStream.cpp -------------------------------------------------------------------------------- /src/streams/HashingStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/HashingStream.h -------------------------------------------------------------------------------- /src/streams/HmacBlockStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/HmacBlockStream.cpp -------------------------------------------------------------------------------- /src/streams/HmacBlockStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/HmacBlockStream.h -------------------------------------------------------------------------------- /src/streams/LayeredStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/LayeredStream.cpp -------------------------------------------------------------------------------- /src/streams/LayeredStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/LayeredStream.h -------------------------------------------------------------------------------- /src/streams/StoreDataStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/StoreDataStream.cpp -------------------------------------------------------------------------------- /src/streams/StoreDataStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/StoreDataStream.h -------------------------------------------------------------------------------- /src/streams/qtiocompressor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/qtiocompressor.cpp -------------------------------------------------------------------------------- /src/streams/qtiocompressor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/streams/qtiocompressor.h -------------------------------------------------------------------------------- /src/thirdparty/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/CMakeLists.txt -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykbzero.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykbzero.h -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykcore.c -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykcore.h -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykcore_lcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykcore_lcl.h -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykcore_osx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykcore_osx.c -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykcrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykcrc.c -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykdef.h -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykstatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykstatus.c -------------------------------------------------------------------------------- /src/thirdparty/ykcore/ykstatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/ykstatus.h -------------------------------------------------------------------------------- /src/thirdparty/ykcore/yktsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/yktsd.h -------------------------------------------------------------------------------- /src/thirdparty/ykcore/yubikey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/ykcore/yubikey.h -------------------------------------------------------------------------------- /src/thirdparty/zxcvbn/dict-src.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/zxcvbn/dict-src.h -------------------------------------------------------------------------------- /src/thirdparty/zxcvbn/zxcvbn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/zxcvbn/zxcvbn.c -------------------------------------------------------------------------------- /src/thirdparty/zxcvbn/zxcvbn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/src/thirdparty/zxcvbn/zxcvbn.h -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/FailDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/FailDevice.cpp -------------------------------------------------------------------------------- /tests/FailDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/FailDevice.h -------------------------------------------------------------------------------- /tests/TestAutoType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestAutoType.cpp -------------------------------------------------------------------------------- /tests/TestAutoType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestAutoType.h -------------------------------------------------------------------------------- /tests/TestBase32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestBase32.cpp -------------------------------------------------------------------------------- /tests/TestBase32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestBase32.h -------------------------------------------------------------------------------- /tests/TestBrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestBrowser.cpp -------------------------------------------------------------------------------- /tests/TestBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestBrowser.h -------------------------------------------------------------------------------- /tests/TestCli.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCli.cpp -------------------------------------------------------------------------------- /tests/TestCli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCli.h -------------------------------------------------------------------------------- /tests/TestConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestConfig.cpp -------------------------------------------------------------------------------- /tests/TestConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestConfig.h -------------------------------------------------------------------------------- /tests/TestCryptoHash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCryptoHash.cpp -------------------------------------------------------------------------------- /tests/TestCryptoHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCryptoHash.h -------------------------------------------------------------------------------- /tests/TestCsvExporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCsvExporter.cpp -------------------------------------------------------------------------------- /tests/TestCsvExporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCsvExporter.h -------------------------------------------------------------------------------- /tests/TestCsvParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCsvParser.cpp -------------------------------------------------------------------------------- /tests/TestCsvParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestCsvParser.h -------------------------------------------------------------------------------- /tests/TestDatabase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestDatabase.cpp -------------------------------------------------------------------------------- /tests/TestDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestDatabase.h -------------------------------------------------------------------------------- /tests/TestDeletedObjects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestDeletedObjects.cpp -------------------------------------------------------------------------------- /tests/TestDeletedObjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestDeletedObjects.h -------------------------------------------------------------------------------- /tests/TestEntry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestEntry.cpp -------------------------------------------------------------------------------- /tests/TestEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestEntry.h -------------------------------------------------------------------------------- /tests/TestEntryModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestEntryModel.cpp -------------------------------------------------------------------------------- /tests/TestEntryModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestEntryModel.h -------------------------------------------------------------------------------- /tests/TestEntrySearcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestEntrySearcher.cpp -------------------------------------------------------------------------------- /tests/TestEntrySearcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestEntrySearcher.h -------------------------------------------------------------------------------- /tests/TestFdoSecrets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestFdoSecrets.cpp -------------------------------------------------------------------------------- /tests/TestFdoSecrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestFdoSecrets.h -------------------------------------------------------------------------------- /tests/TestGroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestGroup.cpp -------------------------------------------------------------------------------- /tests/TestGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestGroup.h -------------------------------------------------------------------------------- /tests/TestGroupModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestGroupModel.cpp -------------------------------------------------------------------------------- /tests/TestGroupModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestGroupModel.h -------------------------------------------------------------------------------- /tests/TestHashedBlockStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestHashedBlockStream.cpp -------------------------------------------------------------------------------- /tests/TestHashedBlockStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestHashedBlockStream.h -------------------------------------------------------------------------------- /tests/TestHibp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestHibp.cpp -------------------------------------------------------------------------------- /tests/TestHibp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestHibp.h -------------------------------------------------------------------------------- /tests/TestIconDownloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestIconDownloader.cpp -------------------------------------------------------------------------------- /tests/TestIconDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestIconDownloader.h -------------------------------------------------------------------------------- /tests/TestImports.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestImports.cpp -------------------------------------------------------------------------------- /tests/TestImports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestImports.h -------------------------------------------------------------------------------- /tests/TestKdbx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKdbx2.cpp -------------------------------------------------------------------------------- /tests/TestKdbx2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKdbx2.h -------------------------------------------------------------------------------- /tests/TestKdbx3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKdbx3.cpp -------------------------------------------------------------------------------- /tests/TestKdbx3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKdbx3.h -------------------------------------------------------------------------------- /tests/TestKdbx4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKdbx4.cpp -------------------------------------------------------------------------------- /tests/TestKdbx4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKdbx4.h -------------------------------------------------------------------------------- /tests/TestKeePass1Reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeePass1Reader.cpp -------------------------------------------------------------------------------- /tests/TestKeePass1Reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeePass1Reader.h -------------------------------------------------------------------------------- /tests/TestKeePass2Format.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeePass2Format.cpp -------------------------------------------------------------------------------- /tests/TestKeePass2Format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeePass2Format.h -------------------------------------------------------------------------------- /tests/TestKeePass2RandomStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeePass2RandomStream.cpp -------------------------------------------------------------------------------- /tests/TestKeePass2RandomStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeePass2RandomStream.h -------------------------------------------------------------------------------- /tests/TestKeys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeys.cpp -------------------------------------------------------------------------------- /tests/TestKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestKeys.h -------------------------------------------------------------------------------- /tests/TestMerge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestMerge.cpp -------------------------------------------------------------------------------- /tests/TestMerge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestMerge.h -------------------------------------------------------------------------------- /tests/TestModified.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestModified.cpp -------------------------------------------------------------------------------- /tests/TestModified.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestModified.h -------------------------------------------------------------------------------- /tests/TestOpenSSHKey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestOpenSSHKey.cpp -------------------------------------------------------------------------------- /tests/TestOpenSSHKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestOpenSSHKey.h -------------------------------------------------------------------------------- /tests/TestPasskeys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPasskeys.cpp -------------------------------------------------------------------------------- /tests/TestPasskeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPasskeys.h -------------------------------------------------------------------------------- /tests/TestPassphraseGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPassphraseGenerator.cpp -------------------------------------------------------------------------------- /tests/TestPassphraseGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPassphraseGenerator.h -------------------------------------------------------------------------------- /tests/TestPasswordGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPasswordGenerator.cpp -------------------------------------------------------------------------------- /tests/TestPasswordGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPasswordGenerator.h -------------------------------------------------------------------------------- /tests/TestPasswordHealth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPasswordHealth.cpp -------------------------------------------------------------------------------- /tests/TestPasswordHealth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestPasswordHealth.h -------------------------------------------------------------------------------- /tests/TestRandomGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestRandomGenerator.cpp -------------------------------------------------------------------------------- /tests/TestRandomGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestRandomGenerator.h -------------------------------------------------------------------------------- /tests/TestSSHAgent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestSSHAgent.cpp -------------------------------------------------------------------------------- /tests/TestSSHAgent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestSSHAgent.h -------------------------------------------------------------------------------- /tests/TestSharing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestSharing.cpp -------------------------------------------------------------------------------- /tests/TestSharing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestSharing.h -------------------------------------------------------------------------------- /tests/TestSymmetricCipher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestSymmetricCipher.cpp -------------------------------------------------------------------------------- /tests/TestSymmetricCipher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestSymmetricCipher.h -------------------------------------------------------------------------------- /tests/TestTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestTools.cpp -------------------------------------------------------------------------------- /tests/TestTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestTools.h -------------------------------------------------------------------------------- /tests/TestTotp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestTotp.cpp -------------------------------------------------------------------------------- /tests/TestTotp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestTotp.h -------------------------------------------------------------------------------- /tests/TestUpdateCheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestUpdateCheck.cpp -------------------------------------------------------------------------------- /tests/TestUpdateCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestUpdateCheck.h -------------------------------------------------------------------------------- /tests/TestUrlTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestUrlTools.cpp -------------------------------------------------------------------------------- /tests/TestUrlTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestUrlTools.h -------------------------------------------------------------------------------- /tests/TestYkChallengeResponseKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/TestYkChallengeResponseKey.h -------------------------------------------------------------------------------- /tests/data/1PasswordExport.1pux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/1PasswordExport.1pux -------------------------------------------------------------------------------- /tests/data/Attachment.txt: -------------------------------------------------------------------------------- 1 | Content 2 | -------------------------------------------------------------------------------- /tests/data/BrokenHeaderHash.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/BrokenHeaderHash.kdbx -------------------------------------------------------------------------------- /tests/data/BrokenNoEntryUuid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/BrokenNoEntryUuid.xml -------------------------------------------------------------------------------- /tests/data/BrokenNoGroupUuid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/BrokenNoGroupUuid.xml -------------------------------------------------------------------------------- /tests/data/BrokenNoRootGroup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/BrokenNoRootGroup.xml -------------------------------------------------------------------------------- /tests/data/BrokenTwoRootGroups.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/BrokenTwoRootGroups.xml -------------------------------------------------------------------------------- /tests/data/BrokenTwoRoots.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/BrokenTwoRoots.xml -------------------------------------------------------------------------------- /tests/data/CP-1252.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/CP-1252.kdb -------------------------------------------------------------------------------- /tests/data/CP-1252.kdb.key: -------------------------------------------------------------------------------- 1 | „password” -------------------------------------------------------------------------------- /tests/data/CompositeKey.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/CompositeKey.kdb -------------------------------------------------------------------------------- /tests/data/Compressed.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/Compressed.kdbx -------------------------------------------------------------------------------- /tests/data/EmptyUuids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/EmptyUuids.xml -------------------------------------------------------------------------------- /tests/data/FileKeyBinary.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyBinary.kdb -------------------------------------------------------------------------------- /tests/data/FileKeyBinary.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyBinary.kdbx -------------------------------------------------------------------------------- /tests/data/FileKeyBinary.key: -------------------------------------------------------------------------------- 1 |   !"#$%&'()012 -------------------------------------------------------------------------------- /tests/data/FileKeyHashed.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHashed.kdb -------------------------------------------------------------------------------- /tests/data/FileKeyHashed.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHashed.kdbx -------------------------------------------------------------------------------- /tests/data/FileKeyHashed.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHashed.key -------------------------------------------------------------------------------- /tests/data/FileKeyHashed2.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHashed2.key -------------------------------------------------------------------------------- /tests/data/FileKeyHex.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHex.kdb -------------------------------------------------------------------------------- /tests/data/FileKeyHex.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHex.kdbx -------------------------------------------------------------------------------- /tests/data/FileKeyHex.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyHex.key -------------------------------------------------------------------------------- /tests/data/FileKeyXml.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyXml.kdbx -------------------------------------------------------------------------------- /tests/data/FileKeyXml.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyXml.key -------------------------------------------------------------------------------- /tests/data/FileKeyXmlV2.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyXmlV2.kdbx -------------------------------------------------------------------------------- /tests/data/FileKeyXmlV2.keyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/FileKeyXmlV2.keyx -------------------------------------------------------------------------------- /tests/data/Format200.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/Format200.kdbx -------------------------------------------------------------------------------- /tests/data/Format300.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/Format300.kdbx -------------------------------------------------------------------------------- /tests/data/Format400.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/Format400.kdbx -------------------------------------------------------------------------------- /tests/data/KeyFileProtected.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/KeyFileProtected.kdbx -------------------------------------------------------------------------------- /tests/data/KeyFileProtected.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/KeyFileProtected.key -------------------------------------------------------------------------------- /tests/data/MergeDatabase.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/MergeDatabase.kdbx -------------------------------------------------------------------------------- /tests/data/NewDatabase.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/NewDatabase.kdbx -------------------------------------------------------------------------------- /tests/data/NewDatabase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/NewDatabase.xml -------------------------------------------------------------------------------- /tests/data/NewDatabase2.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/NewDatabase2.kdbx -------------------------------------------------------------------------------- /tests/data/NewDatabaseBrowser.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/NewDatabaseBrowser.kdbx -------------------------------------------------------------------------------- /tests/data/NewDatabaseMulti.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/NewDatabaseMulti.kdbx -------------------------------------------------------------------------------- /tests/data/NonAscii.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/NonAscii.kdbx -------------------------------------------------------------------------------- /tests/data/NonAscii.kdbx.key: -------------------------------------------------------------------------------- 1 | Δöض 2 | -------------------------------------------------------------------------------- /tests/data/OutdatedConfig.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/OutdatedConfig.ini -------------------------------------------------------------------------------- /tests/data/ProtectedStrings.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/ProtectedStrings.kdbx -------------------------------------------------------------------------------- /tests/data/RecycleBinDisabled.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/RecycleBinDisabled.kdbx -------------------------------------------------------------------------------- /tests/data/RecycleBinEmpty.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/RecycleBinEmpty.kdbx -------------------------------------------------------------------------------- /tests/data/RecycleBinWithData.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/RecycleBinWithData.kdbx -------------------------------------------------------------------------------- /tests/data/SyncDatabase.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/SyncDatabase.kdbx -------------------------------------------------------------------------------- /tests/data/Twofish.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/Twofish.kdb -------------------------------------------------------------------------------- /tests/data/basic.kdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/basic.kdb -------------------------------------------------------------------------------- /tests/data/bitwarden_export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/bitwarden_export.json -------------------------------------------------------------------------------- /tests/data/dbus/session.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/dbus/session.conf -------------------------------------------------------------------------------- /tests/data/hibp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/hibp.txt -------------------------------------------------------------------------------- /tests/data/id_rsa-encrypted-asn1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/id_rsa-encrypted-asn1 -------------------------------------------------------------------------------- /tests/data/keepassxc.opvault/default/folders.js: -------------------------------------------------------------------------------- 1 | loadFolders({}); -------------------------------------------------------------------------------- /tests/data/protonpass_export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/data/protonpass_export.json -------------------------------------------------------------------------------- /tests/gui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/CMakeLists.txt -------------------------------------------------------------------------------- /tests/gui/TestGui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGui.cpp -------------------------------------------------------------------------------- /tests/gui/TestGui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGui.h -------------------------------------------------------------------------------- /tests/gui/TestGuiBrowser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGuiBrowser.cpp -------------------------------------------------------------------------------- /tests/gui/TestGuiBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGuiBrowser.h -------------------------------------------------------------------------------- /tests/gui/TestGuiFdoSecrets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGuiFdoSecrets.cpp -------------------------------------------------------------------------------- /tests/gui/TestGuiFdoSecrets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGuiFdoSecrets.h -------------------------------------------------------------------------------- /tests/gui/TestGuiPixmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGuiPixmaps.cpp -------------------------------------------------------------------------------- /tests/gui/TestGuiPixmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/gui/TestGuiPixmaps.h -------------------------------------------------------------------------------- /tests/mock/MockClock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/mock/MockClock.cpp -------------------------------------------------------------------------------- /tests/mock/MockClock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/mock/MockClock.h -------------------------------------------------------------------------------- /tests/mock/MockRemoteProcess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/mock/MockRemoteProcess.cpp -------------------------------------------------------------------------------- /tests/mock/MockRemoteProcess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/mock/MockRemoteProcess.h -------------------------------------------------------------------------------- /tests/modeltest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/modeltest.cpp -------------------------------------------------------------------------------- /tests/modeltest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/modeltest.h -------------------------------------------------------------------------------- /tests/util/FdoSecretsProxy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/util/FdoSecretsProxy.cpp -------------------------------------------------------------------------------- /tests/util/FdoSecretsProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/util/FdoSecretsProxy.h -------------------------------------------------------------------------------- /tests/util/TemporaryFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/util/TemporaryFile.cpp -------------------------------------------------------------------------------- /tests/util/TemporaryFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/tests/util/TemporaryFile.h -------------------------------------------------------------------------------- /utils/fuzz-testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/fuzz-testing/README.md -------------------------------------------------------------------------------- /utils/fuzz-testing/empty3.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/fuzz-testing/empty3.kdbx -------------------------------------------------------------------------------- /utils/fuzz-testing/empty4.kdbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/fuzz-testing/empty4.kdbx -------------------------------------------------------------------------------- /utils/keepassxc-cr-recovery/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/keepassxc-cr-recovery/go.mod -------------------------------------------------------------------------------- /utils/keepassxc-cr-recovery/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/keepassxc-cr-recovery/go.sum -------------------------------------------------------------------------------- /utils/keepassxc-flatpak-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/keepassxc-flatpak-wrapper.sh -------------------------------------------------------------------------------- /utils/keepassxc-kdewallet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/keepassxc-kdewallet -------------------------------------------------------------------------------- /utils/keepassxc-keychain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/keepassxc-keychain -------------------------------------------------------------------------------- /utils/keepassxc-snap-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/keepassxc-snap-helper.sh -------------------------------------------------------------------------------- /utils/makeappicons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/makeappicons.sh -------------------------------------------------------------------------------- /utils/makedbicons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/makedbicons.sh -------------------------------------------------------------------------------- /utils/transifex_translators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/utils/transifex_translators.py -------------------------------------------------------------------------------- /vcpkg-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/vcpkg-configuration.json -------------------------------------------------------------------------------- /vcpkg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keepassxreboot/keepassxc/HEAD/vcpkg.json --------------------------------------------------------------------------------