├── .gitignore ├── Keepass ├── KeePass.exe ├── Ext │ ├── KPDummyKey.pfx │ ├── Icons_04_CB │ │ ├── ReadMe.txt │ │ ├── key-org.ico │ │ ├── lockblue.ico │ │ ├── lockred.ico │ │ ├── plockb.ico │ │ ├── plockb2.ico │ │ ├── plockbw.ico │ │ ├── plockg.ico │ │ ├── plocko.ico │ │ ├── plockr.ico │ │ ├── plocky.ico │ │ ├── lockgreen.ico │ │ ├── lockyellow.ico │ │ ├── Finals │ │ │ ├── key-bw.png │ │ │ ├── plock.ico │ │ │ ├── plock.png │ │ │ ├── plockb.png │ │ │ ├── Untitled.ico │ │ │ ├── key-blu.png │ │ │ ├── key-grn.ico │ │ │ ├── key-grn.png │ │ │ ├── plock-bw.png │ │ │ ├── plockbw.png │ │ │ ├── plock-blu.ico │ │ │ ├── plock-blu.png │ │ │ ├── plock-dis.ico │ │ │ ├── plock-grn.ico │ │ │ ├── plock-grn.png │ │ │ └── plockbw-r.png │ │ ├── Finals2 │ │ │ ├── plock.ico │ │ │ ├── plockb.ico │ │ │ ├── plock-blu.ico │ │ │ └── plock-dis.ico │ │ └── keyhole-grn.ico │ ├── PublicKeys │ │ ├── KeePass.pk │ │ ├── KPScript.pk │ │ ├── KeePassLib.pk │ │ ├── KeePassLibSD.pk │ │ ├── SamplePlugin.pk │ │ └── ArcFourCipher.pk │ ├── Images_Client_16 │ │ ├── C65_W.png │ │ ├── C07_Kate.png │ │ ├── C20_Misc.png │ │ ├── C33_Run.png │ │ ├── C35_KRFB.png │ │ ├── C36_Ark.png │ │ ├── C46_Help.png │ │ ├── C58_KGPG.png │ │ ├── C62_Tux.png │ │ ├── C03_Server.png │ │ ├── C06_KCMDF.png │ │ ├── C08_Socket.png │ │ ├── C11_Camera.png │ │ ├── C22_ASCII.png │ │ ├── C23_Icons.png │ │ ├── C32_FSView.png │ │ ├── C44_KNotes.png │ │ ├── C45_Cancel.png │ │ ├── C48_Folder.png │ │ ├── C53_Apply.png │ │ ├── C64_Apple.png │ │ ├── C66_Money.png │ │ ├── C00_Password.png │ │ ├── C04_Klipper.png │ │ ├── C09_Identity.png │ │ ├── C10_Kontact.png │ │ ├── C13_KGPG_Key3.png │ │ ├── C15_Scanner.png │ │ ├── C18_Display.png │ │ ├── C26_FileSave.png │ │ ├── C28_Message.png │ │ ├── C29_KGPG_Term.png │ │ ├── C30_Konsole.png │ │ ├── C31_FilePrint.png │ │ ├── C34_Configure.png │ │ ├── C39_History.png │ │ ├── C40_Mail_Find.png │ │ ├── C41_VectorGfx.png │ │ ├── C42_KCMMemory.png │ │ ├── C47_KPackage.png │ │ ├── C51_Decrypted.png │ │ ├── C52_Encrypted.png │ │ ├── C54_Signature.png │ │ ├── C55_Thumbnail.png │ │ ├── C57_View_Text.png │ │ ├── C60_KFM_Home.png │ │ ├── C61_Services.png │ │ ├── C63_Feather.png │ │ ├── C12_IRKickFlash.png │ │ ├── C21_KOrganizer.png │ │ ├── C25_Folder_Mail.png │ │ ├── C27_NFS_Unmount.png │ │ ├── C37_KPercentage.png │ │ ├── C50_Folder_Tar.png │ │ ├── C67_Certificate.png │ │ ├── C68_Smartphone.png │ │ ├── C05_Edu_Languages.png │ │ ├── C14_Laptop_Power.png │ │ ├── C17_CDROM_Unmount.png │ │ ├── C19_Mail_Generic.png │ │ ├── C38_Samba_Unmount.png │ │ ├── C43_Trashcan_Full.png │ │ ├── C56_KAddressBook.png │ │ ├── C01_Package_Network.png │ │ ├── C16_Mozilla_Firebird.png │ │ ├── C49_Folder_Blue_Open.png │ │ ├── C02_MessageBox_Warning.png │ │ ├── C24_Connect_Established.png │ │ └── C59_Package_Development.png │ ├── Icons_15_VA │ │ ├── ReadMe.txt │ │ ├── KeePass_Round │ │ │ ├── KeePass_Round_16.png │ │ │ ├── KeePass_Round_32.png │ │ │ ├── KeePass_Round_48.png │ │ │ ├── KeePass_Round_64.png │ │ │ ├── KeePass_Round_1024.png │ │ │ ├── KeePass_Round_128.png │ │ │ ├── KeePass_Round_256.png │ │ │ └── KeePass_Round_512.png │ │ ├── KeePass_Square_Blue │ │ │ ├── KeePass_Square_Blue_128.png │ │ │ ├── KeePass_Square_Blue_16.png │ │ │ ├── KeePass_Square_Blue_256.png │ │ │ ├── KeePass_Square_Blue_32.png │ │ │ ├── KeePass_Square_Blue_48.png │ │ │ └── KeePass_Square_Blue_64.png │ │ ├── KeePass_Round_Locked │ │ │ ├── KeePass_Round_Locked_128.png │ │ │ ├── KeePass_Round_Locked_16.png │ │ │ ├── KeePass_Round_Locked_256.png │ │ │ ├── KeePass_Round_Locked_32.png │ │ │ ├── KeePass_Round_Locked_48.png │ │ │ └── KeePass_Round_Locked_64.png │ │ ├── KeePass_Round_Keyhole │ │ │ ├── KeePass_Round_Keyhole_128.png │ │ │ ├── KeePass_Round_Keyhole_16.png │ │ │ ├── KeePass_Round_Keyhole_256.png │ │ │ ├── KeePass_Round_Keyhole_32.png │ │ │ ├── KeePass_Round_Keyhole_48.png │ │ │ └── KeePass_Round_Keyhole_64.png │ │ ├── KeePass_Square_Yellow │ │ │ ├── KeePass_Square_Yellow_128.png │ │ │ ├── KeePass_Square_Yellow_16.png │ │ │ ├── KeePass_Square_Yellow_256.png │ │ │ ├── KeePass_Square_Yellow_32.png │ │ │ ├── KeePass_Square_Yellow_48.png │ │ │ └── KeePass_Square_Yellow_64.png │ │ └── KeePass_Square_Blue_Locked │ │ │ ├── KeePass_Square_Blue_Locked_128.png │ │ │ ├── KeePass_Square_Blue_Locked_16.png │ │ │ ├── KeePass_Square_Blue_Locked_256.png │ │ │ ├── KeePass_Square_Blue_Locked_32.png │ │ │ ├── KeePass_Square_Blue_Locked_48.png │ │ │ └── KeePass_Square_Blue_Locked_64.png │ ├── Resources │ │ ├── LockOverlay16.png │ │ └── LockOverlay32.png │ ├── Images_Client_HighRes │ │ ├── C65_W.png │ │ ├── C07_Kate.png │ │ ├── C20_Misc.png │ │ ├── C33_Run.png │ │ ├── C35_KRFB.png │ │ ├── C36_Ark.png │ │ ├── C46_Help.png │ │ ├── C58_KGPG.png │ │ ├── C62_Tux.png │ │ ├── C03_Server.png │ │ ├── C06_KCMDF.png │ │ ├── C08_Socket.png │ │ ├── C11_Camera.png │ │ ├── C22_ASCII.png │ │ ├── C23_Icons.png │ │ ├── C32_FSView.png │ │ ├── C44_KNotes.png │ │ ├── C45_Cancel.png │ │ ├── C48_Folder.png │ │ ├── C53_Apply.png │ │ ├── C64_Apple.png │ │ ├── C66_Money.png │ │ ├── C00_Password.png │ │ ├── C04_Klipper.png │ │ ├── C09_Identity.png │ │ ├── C10_Kontact.png │ │ ├── C13_KGPG_Key3.png │ │ ├── C15_Scanner.png │ │ ├── C18_Display.png │ │ ├── C26_FileSave.png │ │ ├── C28_Message.png │ │ ├── C29_KGPG_Term.png │ │ ├── C30_Konsole.png │ │ ├── C31_FilePrint.png │ │ ├── C34_Configure.png │ │ ├── C39_History.png │ │ ├── C40_Mail_Find.png │ │ ├── C41_VectorGfx.png │ │ ├── C42_KCMMemory.png │ │ ├── C47_KPackage.png │ │ ├── C51_Decrypted.png │ │ ├── C52_Encrypted.png │ │ ├── C54_Signature.png │ │ ├── C55_Thumbnail.png │ │ ├── C57_View_Text.png │ │ ├── C60_KFM_Home.png │ │ ├── C61_Services.png │ │ ├── C63_Feather.png │ │ ├── C12_IRKickFlash.png │ │ ├── C21_KOrganizer.png │ │ ├── C25_Folder_Mail.png │ │ ├── C27_NFS_Unmount.png │ │ ├── C37_KPercentage.png │ │ ├── C50_Folder_Tar.png │ │ ├── C67_Certificate.png │ │ ├── C68_Smartphone.png │ │ ├── C05_Edu_Languages.png │ │ ├── C14_Laptop_Power.png │ │ ├── C17_CDROM_Unmount.png │ │ ├── C19_Mail_Generic.png │ │ ├── C38_Samba_Unmount.png │ │ ├── C43_Trashcan_Full.png │ │ ├── C56_KAddressBook.png │ │ ├── C01_Package_Network.png │ │ ├── C16_Mozilla_Firebird.png │ │ ├── C49_Folder_Blue_Open.png │ │ ├── C02_MessageBox_Warning.png │ │ ├── C24_Connect_Established.png │ │ └── C59_Package_Development.png │ ├── Images_App_HighRes │ │ ├── Nuvola │ │ │ ├── B48x48_No.png │ │ │ ├── B48x48_Cut.png │ │ │ ├── B48x48_Edit.png │ │ │ ├── B48x48_Exit.png │ │ │ ├── B48x48_FTP.png │ │ │ ├── B48x48_HTML.png │ │ │ ├── B48x48_Help.png │ │ │ ├── B48x48_Misc.png │ │ │ ├── B48x48_Redo.png │ │ │ ├── B48x48_Undo.png │ │ │ ├── B48x48_WWW.png │ │ │ ├── B48x48_XMag.png │ │ │ ├── B48x48_ASCII.png │ │ │ ├── B48x48_Apply.png │ │ │ ├── B48x48_Attach.png │ │ │ ├── B48x48_Binary.png │ │ │ ├── B48x48_Browser.png │ │ │ ├── B48x48_Error.png │ │ │ ├── B48x48_FileNew.png │ │ │ ├── B48x48_Folder.png │ │ │ ├── B48x48_History.png │ │ │ ├── B48x48_HwInfo.png │ │ │ ├── B48x48_KNotes.png │ │ │ ├── B48x48_KTouch.png │ │ │ ├── B48x48_Wizard.png │ │ │ ├── B48x48_1UpArrow.png │ │ │ ├── B48x48_2UpArrow.png │ │ │ ├── B48x48_Colorize.png │ │ │ ├── B48x48_CompFile.png │ │ │ ├── B48x48_Configure.png │ │ │ ├── B48x48_EditCopy.png │ │ │ ├── B48x48_EditPaste.png │ │ │ ├── B48x48_EditShred.png │ │ │ ├── B48x48_FilePrint.png │ │ │ ├── B48x48_FileSave.png │ │ │ ├── B48x48_Identity.png │ │ │ ├── B48x48_KGPG_Gen.png │ │ │ ├── B48x48_KGPG_Info.png │ │ │ ├── B48x48_KGPG_Key1.png │ │ │ ├── B48x48_KGPG_Key2.png │ │ │ ├── B48x48_KGPG_Key3.png │ │ │ ├── B48x48_KGPG_Sign.png │ │ │ ├── B48x48_Personal.png │ │ │ ├── B32x32_KRec_Record.png │ │ │ ├── B48x48_1DownArrow.png │ │ │ ├── B48x48_2DownArrow.png │ │ │ ├── B48x48_BlockDevice.png │ │ │ ├── B48x48_Color_Fill.png │ │ │ ├── B48x48_EditDelete.png │ │ │ ├── B48x48_FileSaveAs.png │ │ │ ├── B48x48_File_Locked.png │ │ │ ├── B48x48_Folder_Home.png │ │ │ ├── B48x48_Folder_Txt.png │ │ │ ├── B48x48_KGPG_Import.png │ │ │ ├── B48x48_KOrganizer.png │ │ │ ├── B48x48_KaboodleLoop.png │ │ │ ├── B48x48_Reload_Page.png │ │ │ ├── B48x48_Spreadsheet.png │ │ │ ├── B48x48_Toggle_Log.png │ │ │ ├── B48x48_FileQuickPrint.png │ │ │ ├── B48x48_Folder_Locked.png │ │ │ ├── B48x48_History_Clear.png │ │ │ ├── B48x48_Laptop_Charge.png │ │ │ ├── B48x48_Make_KDevelop.png │ │ │ ├── B48x48_Trashcan_Full.png │ │ │ ├── B48x48_View_Detailed.png │ │ │ ├── B48x48_Folder_Blue_Open.png │ │ │ ├── B48x48_Keyboard_Layout.png │ │ │ ├── B48x48_MessageBox_Info.png │ │ │ ├── B48x48_Package_Settings.png │ │ │ ├── B48x48_Folder_Yellow_Open.png │ │ │ ├── B48x48_MessageBox_Critical.png │ │ │ ├── B48x48_MessageBox_Warning.png │ │ │ └── B48x48_Package_Development.png │ │ ├── Images │ │ │ ├── B48x48_KeePass.png │ │ │ ├── B48x48_FontBold.png │ │ │ ├── B48x48_FontItalic.png │ │ │ ├── B48x48_Transparent.png │ │ │ ├── B57x21_3BlackDots.png │ │ │ ├── B48x48_FontStrikeout.png │ │ │ ├── B48x48_FontUnderline.png │ │ │ └── B48x48_LockWorkspace.png │ │ ├── Nuvola_Derived │ │ │ ├── B48x48_Folder_2.png │ │ │ ├── B48x48_Key_New.png │ │ │ ├── B48x48_DeleteEntry.png │ │ │ ├── B48x48_EditCopyUrl.png │ │ │ ├── B48x48_File_Close.png │ │ │ ├── B48x48_EditCopyLink.png │ │ │ ├── B48x48_File_SaveAll.png │ │ │ ├── B48x48_Folder_New_Ex.png │ │ │ ├── B48x48_TextAlignLeft.png │ │ │ ├── B48x48_TextAlignRight.png │ │ │ ├── B48x48_Window_3Horz.png │ │ │ ├── B48x48_TextAlignCenter.png │ │ │ ├── B48x48_FileSave_Disabled.png │ │ │ ├── B48x48_Window_2Horz1Vert.png │ │ │ └── B48x48_File_SaveAll_Disabled.png │ │ └── Nuvola_Assembled │ │ │ ├── B48x48_Folder_Inbox.png │ │ │ └── B48x48_Folder_Outbox.png │ ├── KeePass.config.xml │ ├── KeePass.exe.config │ ├── KeePassMsi │ │ └── KeePassMsi.sln │ └── XSL │ │ └── KDBX_PasswordsOnly_TXT.xsl ├── KeePass │ ├── KeePass.ico │ ├── KeePass.pfx │ ├── Resources │ │ ├── Icons │ │ │ ├── QuadLocked.ico │ │ │ ├── QuadNormal.ico │ │ │ └── LockOverlay.ico │ │ ├── Images │ │ │ ├── KeePass.ico │ │ │ ├── B16x16_Imp_AmP.png │ │ │ ├── B16x16_KeePass.png │ │ │ ├── B16x16_WinFavs.png │ │ │ ├── B16x16_FontBold.png │ │ │ ├── B16x16_Imp_AnyPw.png │ │ │ ├── B16x16_Imp_PINs.png │ │ │ ├── B16x16_MenuCheck.png │ │ │ ├── B16x16_MenuRadio.png │ │ │ ├── B16x16_FontItalic.png │ │ │ ├── B16x16_Imp_CWallet.png │ │ │ ├── B16x16_Imp_Dashlane.png │ │ │ ├── B16x16_Imp_Enpass.png │ │ │ ├── B16x16_Imp_KeePassX.png │ │ │ ├── B16x16_Imp_LastPass.png │ │ │ ├── B16x16_Imp_MSecure.png │ │ │ ├── B16x16_Imp_OnePwPro.png │ │ │ ├── B16x16_Imp_PVault.png │ │ │ ├── B16x16_Imp_PwAgent.png │ │ │ ├── B16x16_Imp_PwDepot.png │ │ │ ├── B16x16_Imp_PwSafe.png │ │ │ ├── B16x16_Imp_PwSaver.png │ │ │ ├── B16x16_Imp_PwTresor.png │ │ │ ├── B16x16_Imp_PwsPlus.png │ │ │ ├── B16x16_Imp_RoboForm.png │ │ │ ├── B16x16_Imp_Security.png │ │ │ ├── B16x16_Imp_SplashID.png │ │ │ ├── B16x16_Imp_Steganos.png │ │ │ ├── B16x16_Imp_StickyPw.png │ │ │ ├── B16x16_Imp_TurboPws.png │ │ │ ├── B16x16_Imp_ZdnPwPro.png │ │ │ ├── B16x16_Transparent.png │ │ │ ├── B19x07_3BlackDots.png │ │ │ ├── B16x16_FontStrikeout.png │ │ │ ├── B16x16_FontUnderline.png │ │ │ ├── B16x16_Imp_DataVault.png │ │ │ ├── B16x16_Imp_FlexWallet.png │ │ │ ├── B16x16_Imp_HandySafe.png │ │ │ ├── B16x16_Imp_NPassword.png │ │ │ ├── B16x16_Imp_PassKeeper.png │ │ │ ├── B16x16_Imp_PwMem2008.png │ │ │ ├── B16x16_Imp_PwPrompter.png │ │ │ ├── B16x16_Imp_Revelation.png │ │ │ ├── B16x16_Imp_SafeWallet.png │ │ │ ├── B16x16_Imp_VisKeeper.png │ │ │ ├── B16x16_Imp_Whisper32.png │ │ │ ├── B16x16_LockWorkspace.png │ │ │ ├── B16x16_Imp_DesktopKnox.png │ │ │ ├── B16x16_Imp_HandySafePro.png │ │ │ ├── B16x16_Imp_NetworkPwMgr.png │ │ │ ├── B16x16_Imp_NortonIdSafe.png │ │ │ └── B16x16_Imp_KasperskyPwMgr.png │ │ ├── Nuvola │ │ │ ├── B16x16_No.png │ │ │ ├── B16x16_Cut.png │ │ │ ├── B16x16_Edit.png │ │ │ ├── B16x16_Exit.png │ │ │ ├── B16x16_FTP.png │ │ │ ├── B16x16_HTML.png │ │ │ ├── B16x16_Help.png │ │ │ ├── B16x16_Misc.png │ │ │ ├── B16x16_Redo.png │ │ │ ├── B16x16_Undo.png │ │ │ ├── B16x16_WWW.png │ │ │ ├── B16x16_XMag.png │ │ │ ├── B48x48_Ark.png │ │ │ ├── B48x48_Font.png │ │ │ ├── B48x48_KMag.png │ │ │ ├── B48x48_Run.png │ │ │ ├── B48x48_WWW.png │ │ │ ├── B48x48_XMag.png │ │ │ ├── B16x16_ASCII.png │ │ │ ├── B16x16_Apply.png │ │ │ ├── B16x16_Attach.png │ │ │ ├── B16x16_Binary.png │ │ │ ├── B16x16_Browser.png │ │ │ ├── B16x16_Error.png │ │ │ ├── B16x16_FileNew.png │ │ │ ├── B16x16_Folder.png │ │ │ ├── B16x16_History.png │ │ │ ├── B16x16_HwInfo.png │ │ │ ├── B16x16_KNotes.png │ │ │ ├── B16x16_KTouch.png │ │ │ ├── B16x16_Wizard.png │ │ │ ├── B48x48_Binary.png │ │ │ ├── B48x48_Wizard.png │ │ │ ├── B16x16_1UpArrow.png │ │ │ ├── B16x16_2UpArrow.png │ │ │ ├── B16x16_Colorize.png │ │ │ ├── B16x16_CompFile.png │ │ │ ├── B16x16_Configure.png │ │ │ ├── B16x16_EditCopy.png │ │ │ ├── B16x16_EditPaste.png │ │ │ ├── B16x16_EditShred.png │ │ │ ├── B16x16_FilePrint.png │ │ │ ├── B16x16_FileSave.png │ │ │ ├── B16x16_Identity.png │ │ │ ├── B16x16_KGPG_Gen.png │ │ │ ├── B16x16_KGPG_Info.png │ │ │ ├── B16x16_KGPG_Key1.png │ │ │ ├── B16x16_KGPG_Key2.png │ │ │ ├── B16x16_KGPG_Key3.png │ │ │ ├── B16x16_KGPG_Sign.png │ │ │ ├── B16x16_Personal.png │ │ │ ├── B48x48_FilePrint.png │ │ │ ├── B48x48_KCMSystem.png │ │ │ ├── B48x48_KGPG_Gen.png │ │ │ ├── B48x48_KGPG_Key2.png │ │ │ ├── B48x48_KGPG_Sign.png │ │ │ ├── B16x16_1DownArrow.png │ │ │ ├── B16x16_2DownArrow.png │ │ │ ├── B16x16_BlockDevice.png │ │ │ ├── B16x16_Color_Fill.png │ │ │ ├── B16x16_EditDelete.png │ │ │ ├── B16x16_FileSaveAs.png │ │ │ ├── B16x16_File_Locked.png │ │ │ ├── B16x16_Folder_Home.png │ │ │ ├── B16x16_Folder_Inbox.png │ │ │ ├── B16x16_Folder_Txt.png │ │ │ ├── B16x16_KGPG_Import.png │ │ │ ├── B16x16_KOrganizer.png │ │ │ ├── B16x16_KRec_Record.png │ │ │ ├── B16x16_KaboodleLoop.png │ │ │ ├── B16x16_Reload_Page.png │ │ │ ├── B16x16_Spreadsheet.png │ │ │ ├── B16x16_Toggle_Log.png │ │ │ ├── B48x48_BlockDevice.png │ │ │ ├── B48x48_Folder_Txt.png │ │ │ ├── B48x48_KOrganizer.png │ │ │ ├── B48x48_Source_Moc.png │ │ │ ├── B16x16_FileQuickPrint.png │ │ │ ├── B16x16_Folder_Locked.png │ │ │ ├── B16x16_Folder_Outbox.png │ │ │ ├── B16x16_History_Clear.png │ │ │ ├── B16x16_Laptop_Charge.png │ │ │ ├── B16x16_Make_KDevelop.png │ │ │ ├── B16x16_Trashcan_Full.png │ │ │ ├── B16x16_View_Detailed.png │ │ │ ├── B32x32_Trashcan_Full.png │ │ │ ├── B48x48_Make_KDevelop.png │ │ │ ├── B48x48_View_Detailed.png │ │ │ ├── B16x16_Folder_Blue_Open.png │ │ │ ├── B16x16_Keyboard_Layout.png │ │ │ ├── B16x16_MessageBox_Info.png │ │ │ ├── B16x16_Package_Settings.png │ │ │ ├── B48x48_Folder_Download.png │ │ │ ├── B48x48_Keyboard_Layout.png │ │ │ ├── B48x48_MessageBox_Info.png │ │ │ ├── B48x48_Package_Settings.png │ │ │ ├── B16x16_Folder_Yellow_Open.png │ │ │ ├── B16x16_MessageBox_Critical.png │ │ │ ├── B16x16_MessageBox_Warning.png │ │ │ └── B16x16_Package_Development.png │ │ ├── Data │ │ │ ├── Images_Client_16.bin │ │ │ ├── Images_App_HighRes.bin │ │ │ ├── Images_Client_HighRes.bin │ │ │ └── MostPopularPasswords.txt.gz │ │ └── Nuvola_Derived │ │ │ ├── B15x14_FileNew.png │ │ │ ├── B16x16_Folder_2.png │ │ │ ├── B16x16_Key_New.png │ │ │ ├── B16x16_DeleteEntry.png │ │ │ ├── B16x16_EditCopyUrl.png │ │ │ ├── B16x16_File_Close.png │ │ │ ├── B16x16_EditCopyLink.png │ │ │ ├── B16x16_File_SaveAll.png │ │ │ ├── B16x16_Folder_New_Ex.png │ │ │ ├── B16x16_TextAlignLeft.png │ │ │ ├── B16x16_TextAlignRight.png │ │ │ ├── B16x16_Window_3Horz.png │ │ │ ├── B16x16_TextAlignCenter.png │ │ │ ├── B16x16_FileSave_Disabled.png │ │ │ ├── B16x16_Window_2Horz1Vert.png │ │ │ └── B16x16_File_SaveAll_Disabled.png │ ├── Ecas │ │ ├── EcasValueType.cs │ │ ├── IEcasParameterized.cs │ │ ├── IEcasObject.cs │ │ └── EcasSystemEvents.cs │ ├── UI │ │ ├── IGwmWindow.cs │ │ ├── ToolStripRendering │ │ │ └── TsrFactory.cs │ │ ├── CustomContextMenuStripEx.cs │ │ └── BackgroundForm.cs │ ├── App │ │ └── Configuration │ │ │ ├── AceToolBar.cs │ │ │ ├── AceLogging.cs │ │ │ ├── AceNative.cs │ │ │ └── AceTrayIcon.cs │ └── Util │ │ └── SendInputExt │ │ └── ISiEngine.cs ├── KeePass-2.35-Source.zip ├── ShInstUtil │ ├── Resource.h │ ├── Resources │ │ └── TrustInfoManifest.xml │ └── ShInstUtil.sln ├── Docs │ └── Chm │ │ ├── images │ │ ├── back.gif │ │ ├── grad_h_gw.gif │ │ ├── grad_v_dlb.gif │ │ ├── grad_v_gw.gif │ │ ├── grad_h_gw_186.gif │ │ ├── osi_certified_72x60.gif │ │ └── grad_v_dlb_tall_light.png │ │ ├── help │ │ ├── images │ │ │ ├── ascii.png │ │ │ ├── appicons.png │ │ │ ├── b16x16_tar.png │ │ │ ├── b64x64_doc.png │ │ │ ├── b64x64_usb.png │ │ │ ├── dragndrop.png │ │ │ ├── movepaper.gif │ │ │ ├── plockb_64.png │ │ │ ├── rtfeditor.png │ │ │ ├── b16x16_binary.png │ │ │ ├── b16x16_help.png │ │ │ ├── b16x16_kgpg.png │ │ │ ├── b16x16_ktouch.png │ │ │ ├── b16x16_server.png │ │ │ ├── b16x16_vcard.png │ │ │ ├── b64x64_binary.png │ │ │ ├── b64x64_help.png │ │ │ ├── b64x64_kgpg.png │ │ │ ├── b64x64_ktouch.png │ │ │ ├── b64x64_vcard.png │ │ │ ├── clienticons.gif │ │ │ ├── flageng_small.gif │ │ │ ├── flagger_small.gif │ │ │ ├── options_enf.png │ │ │ ├── b16x16_desktop.png │ │ │ ├── b16x16_konsole.png │ │ │ ├── b16x16_message.png │ │ │ ├── b16x16_openterm.png │ │ │ ├── b16x16_password.png │ │ │ ├── b16x16_warning.png │ │ │ ├── b64x64_desktop.png │ │ │ ├── b64x64_konsole.png │ │ │ ├── b64x64_winprops.png │ │ │ ├── dlgbanner_win32.png │ │ │ ├── options_enf_big.png │ │ │ ├── rtfeditor_small.png │ │ │ ├── b16x16_blockdevice.png │ │ │ ├── b16x16_chardevice.png │ │ │ ├── b16x16_file_locked.png │ │ │ ├── b16x16_filesaveas.png │ │ │ ├── b16x16_kblackbox.png │ │ │ ├── b16x16_kcmsystem.png │ │ │ ├── b16x16_kdmconfig.png │ │ │ ├── b16x16_kmultiple.png │ │ │ ├── b16x16_rotate_cw.png │ │ │ ├── b16x16_window_list.png │ │ │ ├── b64x64_blockdevice.png │ │ │ ├── b64x64_chardevice.png │ │ │ ├── b64x64_file_locked.png │ │ │ ├── b64x64_kcmdrkonqi.png │ │ │ ├── b64x64_kcmsystem.png │ │ │ ├── b64x64_kdmconfig.png │ │ │ ├── b64x64_kmultiple.png │ │ │ ├── pwgen_adv_excltab.png │ │ │ ├── b16x16_dataexchange.png │ │ │ ├── b16x16_make_kdevelop.png │ │ │ ├── b64x64_dataexchange.png │ │ │ ├── dlgbanner_bluecarbon.png │ │ │ ├── dlgbanner_winxplogin.png │ │ │ ├── b16x16_keyboard_layout.png │ │ │ ├── b16x16_package_system.png │ │ │ ├── b64x64_keyboard_layout.png │ │ │ ├── b64x64_package_system.png │ │ │ ├── dlgbanner_winvistablack.png │ │ │ ├── b64x64_enhanced_browsing.png │ │ │ └── b16x16_usbpendrive_unmount.png │ │ └── v2 │ │ │ └── index.html │ │ ├── screenshots │ │ ├── main.jpg │ │ ├── keepass_2x │ │ │ └── gencsvimp.png │ │ └── windows_vista │ │ │ ├── pickchars.png │ │ │ ├── syncorsave.png │ │ │ ├── comboboxform.png │ │ │ └── readonlymode.png │ │ └── KeePass.hhp ├── Translation │ ├── TrlUtil │ │ ├── Resources │ │ │ ├── KeePass.ico │ │ │ ├── B16x16_Down.png │ │ │ ├── B16x16_Binary.png │ │ │ ├── B16x16_FileSave.png │ │ │ ├── B16x16_LedGreen.png │ │ │ ├── B16x16_LedOrange.png │ │ │ ├── B16x16_FileSaveAs.png │ │ │ ├── B16x16_KRec_Record.png │ │ │ ├── B16x16_LedLightBlue.png │ │ │ ├── B16x16_View_Remove.png │ │ │ ├── B16x16_LedLightGreen.png │ │ │ ├── B16x16_Keyboard_Layout.png │ │ │ └── B16x16_Folder_Yellow_Open.png │ │ └── Properties │ │ │ ├── Settings.settings │ │ │ └── Settings.Designer.cs │ ├── DefaultTextSD.xml │ └── DefaultUpdateCs.bat ├── ReadMe_PFX.txt └── Build │ └── PrepMonoDev.sh ├── restore.cmd ├── backup.cmd ├── createcert.cmd ├── Dockerfile ├── .github └── workflows │ ├── build-stdproxy.yml │ └── build-keepass-pinetry.yml ├── install.cmd ├── KeepassPinentry ├── Unlocker.cs └── Properties │ └── AssemblyInfo.cs ├── LICENSE ├── KeepassPinentry.sln └── stdproxy └── stdproxy.go /.gitignore: -------------------------------------------------------------------------------- 1 | .vs/* 2 | KeepassPinentry/bin/* 3 | KeepassPinentry/obj/* 4 | *.conf 5 | *.pem 6 | *.p12 -------------------------------------------------------------------------------- /Keepass/KeePass.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass.exe -------------------------------------------------------------------------------- /Keepass/Ext/KPDummyKey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/KPDummyKey.pfx -------------------------------------------------------------------------------- /Keepass/KeePass/KeePass.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/KeePass.ico -------------------------------------------------------------------------------- /Keepass/KeePass/KeePass.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/KeePass.pfx -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/ReadMe.txt: -------------------------------------------------------------------------------- 1 | Christopher Bolin has made these nice icons for KeePass. 2 | Many thanks to him! 3 | -------------------------------------------------------------------------------- /Keepass/KeePass-2.35-Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass-2.35-Source.zip -------------------------------------------------------------------------------- /Keepass/ShInstUtil/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/ShInstUtil/Resource.h -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/back.gif -------------------------------------------------------------------------------- /Keepass/Ext/PublicKeys/KeePass.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/PublicKeys/KeePass.pk -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/key-org.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/key-org.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/lockblue.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/lockblue.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/lockred.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/lockred.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plockb.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plockb.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plockb2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plockb2.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plockbw.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plockbw.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plockg.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plockg.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plocko.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plocko.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plockr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plockr.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/plocky.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/plocky.ico -------------------------------------------------------------------------------- /Keepass/Ext/PublicKeys/KPScript.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/PublicKeys/KPScript.pk -------------------------------------------------------------------------------- /Keepass/Ext/PublicKeys/KeePassLib.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/PublicKeys/KeePassLib.pk -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/ascii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/ascii.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/grad_h_gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/grad_h_gw.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/grad_v_dlb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/grad_v_dlb.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/grad_v_gw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/grad_v_gw.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/screenshots/main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/screenshots/main.jpg -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/lockgreen.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/lockgreen.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/lockyellow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/lockyellow.ico -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C65_W.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C65_W.png -------------------------------------------------------------------------------- /Keepass/Ext/PublicKeys/KeePassLibSD.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/PublicKeys/KeePassLibSD.pk -------------------------------------------------------------------------------- /Keepass/Ext/PublicKeys/SamplePlugin.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/PublicKeys/SamplePlugin.pk -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/appicons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/appicons.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/grad_h_gw_186.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/grad_h_gw_186.gif -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/key-bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/key-bw.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plockb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plockb.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals2/plock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals2/plock.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/keyhole-grn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/keyhole-grn.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/ReadMe.txt: -------------------------------------------------------------------------------- 1 | Thanks a lot to Victor Andreyenkov for creating these 2 | refined versions of Christopher Bolin's icons! 3 | -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C07_Kate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C07_Kate.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C20_Misc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C20_Misc.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C33_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C33_Run.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C35_KRFB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C35_KRFB.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C36_Ark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C36_Ark.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C46_Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C46_Help.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C58_KGPG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C58_KGPG.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C62_Tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C62_Tux.png -------------------------------------------------------------------------------- /Keepass/Ext/PublicKeys/ArcFourCipher.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/PublicKeys/ArcFourCipher.pk -------------------------------------------------------------------------------- /Keepass/Ext/Resources/LockOverlay16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Resources/LockOverlay16.png -------------------------------------------------------------------------------- /Keepass/Ext/Resources/LockOverlay32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Resources/LockOverlay32.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_tar.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_doc.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_usb.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/dragndrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/dragndrop.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/movepaper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/movepaper.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/plockb_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/plockb_64.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/rtfeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/rtfeditor.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/Untitled.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/Untitled.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/key-blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/key-blu.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/key-grn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/key-grn.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/key-grn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/key-grn.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock-bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock-bw.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plockbw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plockbw.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals2/plockb.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals2/plockb.ico -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C03_Server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C03_Server.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C06_KCMDF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C06_KCMDF.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C08_Socket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C08_Socket.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C11_Camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C11_Camera.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C22_ASCII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C22_ASCII.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C23_Icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C23_Icons.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C32_FSView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C32_FSView.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C44_KNotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C44_KNotes.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C45_Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C45_Cancel.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C48_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C48_Folder.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C53_Apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C53_Apply.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C64_Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C64_Apple.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C66_Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C66_Money.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C65_W.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C65_W.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_binary.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_help.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_kgpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_kgpg.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_ktouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_ktouch.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_server.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_vcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_vcard.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_binary.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_help.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_kgpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_kgpg.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_ktouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_ktouch.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_vcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_vcard.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/clienticons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/clienticons.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/flageng_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/flageng_small.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/flagger_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/flagger_small.gif -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/options_enf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/options_enf.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock-blu.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock-blu.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock-blu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock-blu.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock-dis.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock-dis.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock-grn.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock-grn.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plock-grn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plock-grn.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals/plockbw-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals/plockbw-r.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals2/plock-blu.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals2/plock-blu.ico -------------------------------------------------------------------------------- /Keepass/Ext/Icons_04_CB/Finals2/plock-dis.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_04_CB/Finals2/plock-dis.ico -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C00_Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C00_Password.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C04_Klipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C04_Klipper.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C09_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C09_Identity.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C10_Kontact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C10_Kontact.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C13_KGPG_Key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C13_KGPG_Key3.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C15_Scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C15_Scanner.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C18_Display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C18_Display.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C26_FileSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C26_FileSave.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C28_Message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C28_Message.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C29_KGPG_Term.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C29_KGPG_Term.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C30_Konsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C30_Konsole.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C31_FilePrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C31_FilePrint.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C34_Configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C34_Configure.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C39_History.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C39_History.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C40_Mail_Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C40_Mail_Find.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C41_VectorGfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C41_VectorGfx.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C42_KCMMemory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C42_KCMMemory.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C47_KPackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C47_KPackage.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C51_Decrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C51_Decrypted.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C52_Encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C52_Encrypted.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C54_Signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C54_Signature.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C55_Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C55_Thumbnail.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C57_View_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C57_View_Text.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C60_KFM_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C60_KFM_Home.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C61_Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C61_Services.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C63_Feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C63_Feather.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C07_Kate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C07_Kate.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C20_Misc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C20_Misc.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C33_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C33_Run.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C35_KRFB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C35_KRFB.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C36_Ark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C36_Ark.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C46_Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C46_Help.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C58_KGPG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C58_KGPG.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C62_Tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C62_Tux.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Icons/QuadLocked.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Icons/QuadLocked.ico -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Icons/QuadNormal.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Icons/QuadNormal.ico -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/KeePass.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/KeePass.ico -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_No.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_desktop.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_konsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_konsole.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_message.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_openterm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_openterm.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_password.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_warning.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_desktop.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_konsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_konsole.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_winprops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_winprops.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/dlgbanner_win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/dlgbanner_win32.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/options_enf_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/options_enf_big.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/rtfeditor_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/rtfeditor_small.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/osi_certified_72x60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/osi_certified_72x60.gif -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C12_IRKickFlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C12_IRKickFlash.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C21_KOrganizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C21_KOrganizer.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C25_Folder_Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C25_Folder_Mail.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C27_NFS_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C27_NFS_Unmount.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C37_KPercentage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C37_KPercentage.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C50_Folder_Tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C50_Folder_Tar.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C67_Certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C67_Certificate.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C68_Smartphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C68_Smartphone.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C03_Server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C03_Server.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C06_KCMDF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C06_KCMDF.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C08_Socket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C08_Socket.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C11_Camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C11_Camera.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C22_ASCII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C22_ASCII.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C23_Icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C23_Icons.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C32_FSView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C32_FSView.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C44_KNotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C44_KNotes.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C45_Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C45_Cancel.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C48_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C48_Folder.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C53_Apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C53_Apply.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C64_Apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C64_Apple.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C66_Money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C66_Money.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Icons/LockOverlay.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Icons/LockOverlay.ico -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Cut.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Edit.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Exit.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_FTP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_FTP.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_HTML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_HTML.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Help.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Misc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Misc.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Redo.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Undo.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_WWW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_WWW.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_XMag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_XMag.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Ark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Ark.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Font.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_KMag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_KMag.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Run.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_WWW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_WWW.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_XMag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_XMag.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_blockdevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_blockdevice.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_chardevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_chardevice.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_file_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_file_locked.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_filesaveas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_filesaveas.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_kblackbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_kblackbox.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_kcmsystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_kcmsystem.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_kdmconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_kdmconfig.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_kmultiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_kmultiple.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_rotate_cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_rotate_cw.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_window_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_window_list.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_blockdevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_blockdevice.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_chardevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_chardevice.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_file_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_file_locked.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_kcmdrkonqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_kcmdrkonqi.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_kcmsystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_kcmsystem.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_kdmconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_kdmconfig.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_kmultiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_kmultiple.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/pwgen_adv_excltab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/pwgen_adv_excltab.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/images/grad_v_dlb_tall_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/images/grad_v_dlb_tall_light.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_No.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_No.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C05_Edu_Languages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C05_Edu_Languages.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C14_Laptop_Power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C14_Laptop_Power.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C17_CDROM_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C17_CDROM_Unmount.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C19_Mail_Generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C19_Mail_Generic.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C38_Samba_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C38_Samba_Unmount.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C43_Trashcan_Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C43_Trashcan_Full.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C56_KAddressBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C56_KAddressBook.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C00_Password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C00_Password.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C04_Klipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C04_Klipper.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C09_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C09_Identity.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C10_Kontact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C10_Kontact.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C13_KGPG_Key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C13_KGPG_Key3.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C15_Scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C15_Scanner.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C18_Display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C18_Display.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C26_FileSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C26_FileSave.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C28_Message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C28_Message.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C29_KGPG_Term.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C29_KGPG_Term.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C30_Konsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C30_Konsole.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C31_FilePrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C31_FilePrint.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C34_Configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C34_Configure.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C39_History.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C39_History.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C40_Mail_Find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C40_Mail_Find.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C41_VectorGfx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C41_VectorGfx.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C42_KCMMemory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C42_KCMMemory.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C47_KPackage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C47_KPackage.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C51_Decrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C51_Decrypted.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C52_Encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C52_Encrypted.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C54_Signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C54_Signature.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C55_Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C55_Thumbnail.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C57_View_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C57_View_Text.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C60_KFM_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C60_KFM_Home.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C61_Services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C61_Services.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C63_Feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C63_Feather.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Data/Images_Client_16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Data/Images_Client_16.bin -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_AmP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_AmP.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_KeePass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_KeePass.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_WinFavs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_WinFavs.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_ASCII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_ASCII.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Apply.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Attach.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Binary.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Browser.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Error.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_FileNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_FileNew.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_History.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_History.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_HwInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_HwInfo.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KNotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KNotes.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KTouch.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Wizard.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Binary.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Wizard.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/KeePass.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/KeePass.ico -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_dataexchange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_dataexchange.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_make_kdevelop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_make_kdevelop.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_dataexchange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_dataexchange.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/dlgbanner_bluecarbon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/dlgbanner_bluecarbon.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/dlgbanner_winxplogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/dlgbanner_winxplogin.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/screenshots/keepass_2x/gencsvimp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/screenshots/keepass_2x/gencsvimp.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Cut.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Edit.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Exit.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FTP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FTP.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_HTML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_HTML.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Help.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Misc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Misc.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Redo.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Undo.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_WWW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_WWW.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_XMag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_XMag.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C01_Package_Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C01_Package_Network.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C16_Mozilla_Firebird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C16_Mozilla_Firebird.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C49_Folder_Blue_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C49_Folder_Blue_Open.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C12_IRKickFlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C12_IRKickFlash.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C21_KOrganizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C21_KOrganizer.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C25_Folder_Mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C25_Folder_Mail.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C27_NFS_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C27_NFS_Unmount.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C37_KPercentage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C37_KPercentage.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C50_Folder_Tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C50_Folder_Tar.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C67_Certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C67_Certificate.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C68_Smartphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C68_Smartphone.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Data/Images_App_HighRes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Data/Images_App_HighRes.bin -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_FontBold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_FontBold.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_AnyPw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_AnyPw.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PINs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PINs.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_MenuCheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_MenuCheck.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_MenuRadio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_MenuRadio.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_1UpArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_1UpArrow.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_2UpArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_2UpArrow.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Colorize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Colorize.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_CompFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_CompFile.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Configure.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_EditCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_EditCopy.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_EditPaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_EditPaste.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_EditShred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_EditShred.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_FilePrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_FilePrint.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_FileSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_FileSave.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Identity.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Gen.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Info.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Key1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Key1.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Key2.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Key3.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Sign.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Personal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Personal.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_FilePrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_FilePrint.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_KCMSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_KCMSystem.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_KGPG_Gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_KGPG_Gen.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_KGPG_Key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_KGPG_Key2.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_KGPG_Sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_KGPG_Sign.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_Down.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_keyboard_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_keyboard_layout.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_package_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_package_system.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_keyboard_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_keyboard_layout.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_package_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_package_system.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/dlgbanner_winvistablack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/dlgbanner_winvistablack.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/screenshots/windows_vista/pickchars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/screenshots/windows_vista/pickchars.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_KeePass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_KeePass.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_ASCII.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_ASCII.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Apply.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Attach.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Binary.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Browser.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Error.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileNew.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_History.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_History.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_HwInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_HwInfo.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KNotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KNotes.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KTouch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KTouch.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Wizard.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C02_MessageBox_Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C02_MessageBox_Warning.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C24_Connect_Established.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C24_Connect_Established.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_16/C59_Package_Development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_16/C59_Package_Development.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C05_Edu_Languages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C05_Edu_Languages.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C14_Laptop_Power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C14_Laptop_Power.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C17_CDROM_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C17_CDROM_Unmount.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C19_Mail_Generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C19_Mail_Generic.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C38_Samba_Unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C38_Samba_Unmount.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C43_Trashcan_Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C43_Trashcan_Full.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C56_KAddressBook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C56_KAddressBook.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Data/Images_Client_HighRes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Data/Images_Client_HighRes.bin -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_FontItalic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_FontItalic.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_CWallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_CWallet.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_Dashlane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_Dashlane.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_Enpass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_Enpass.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_KeePassX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_KeePassX.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_LastPass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_LastPass.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_MSecure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_MSecure.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_OnePwPro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_OnePwPro.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PVault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PVault.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwAgent.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwDepot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwDepot.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwSafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwSafe.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwSaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwSaver.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwTresor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwTresor.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwsPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwsPlus.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_RoboForm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_RoboForm.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_Security.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_Security.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_SplashID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_SplashID.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_Steganos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_Steganos.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_StickyPw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_StickyPw.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_TurboPws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_TurboPws.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_ZdnPwPro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_ZdnPwPro.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Transparent.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B19x07_3BlackDots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B19x07_3BlackDots.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_1DownArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_1DownArrow.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_2DownArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_2DownArrow.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_BlockDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_BlockDevice.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Color_Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Color_Fill.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_EditDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_EditDelete.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_FileSaveAs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_FileSaveAs.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_File_Locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_File_Locked.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Home.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Inbox.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Txt.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KGPG_Import.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KOrganizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KOrganizer.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KRec_Record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KRec_Record.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_KaboodleLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_KaboodleLoop.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Reload_Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Reload_Page.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Spreadsheet.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Toggle_Log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Toggle_Log.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_BlockDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_BlockDevice.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Folder_Txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Folder_Txt.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_KOrganizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_KOrganizer.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Source_Moc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Source_Moc.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_Binary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_Binary.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b64x64_enhanced_browsing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b64x64_enhanced_browsing.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/screenshots/windows_vista/syncorsave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/screenshots/windows_vista/syncorsave.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_16.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_32.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_48.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_64.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_FontBold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_FontBold.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_1UpArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_1UpArrow.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_2UpArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_2UpArrow.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Colorize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Colorize.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_CompFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_CompFile.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Configure.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditCopy.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditPaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditPaste.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditShred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditShred.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FilePrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FilePrint.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileSave.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Identity.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Gen.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Info.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Key1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Key1.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Key2.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Key3.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Sign.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Personal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Personal.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C01_Package_Network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C01_Package_Network.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C16_Mozilla_Firebird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C16_Mozilla_Firebird.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C49_Folder_Blue_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C49_Folder_Blue_Open.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Data/MostPopularPasswords.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Data/MostPopularPasswords.txt.gz -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_FontStrikeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_FontStrikeout.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_FontUnderline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_FontUnderline.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_DataVault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_DataVault.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_FlexWallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_FlexWallet.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_HandySafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_HandySafe.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_NPassword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_NPassword.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PassKeeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PassKeeper.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwMem2008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwMem2008.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_PwPrompter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_PwPrompter.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_Revelation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_Revelation.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_SafeWallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_SafeWallet.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_VisKeeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_VisKeeper.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_Whisper32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_Whisper32.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_LockWorkspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_LockWorkspace.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_FileQuickPrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_FileQuickPrint.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Locked.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Outbox.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_History_Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_History_Clear.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Laptop_Charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Laptop_Charge.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Make_KDevelop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Make_KDevelop.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Trashcan_Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Trashcan_Full.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_View_Detailed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_View_Detailed.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B32x32_Trashcan_Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B32x32_Trashcan_Full.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Make_KDevelop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Make_KDevelop.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_View_Detailed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_View_Detailed.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_FileSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_FileSave.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_LedGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_LedGreen.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_LedOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_LedOrange.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/images/b16x16_usbpendrive_unmount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/help/images/b16x16_usbpendrive_unmount.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/screenshots/windows_vista/comboboxform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/screenshots/windows_vista/comboboxform.png -------------------------------------------------------------------------------- /Keepass/Docs/Chm/screenshots/windows_vista/readonlymode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Docs/Chm/screenshots/windows_vista/readonlymode.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_1024.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_128.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_256.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round/KeePass_Round_512.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_FontItalic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_FontItalic.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_Transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_Transparent.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B57x21_3BlackDots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B57x21_3BlackDots.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B32x32_KRec_Record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B32x32_KRec_Record.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_1DownArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_1DownArrow.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_2DownArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_2DownArrow.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_BlockDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_BlockDevice.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Color_Fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Color_Fill.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_EditDelete.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileSaveAs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileSaveAs.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_File_Locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_File_Locked.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Home.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Txt.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KGPG_Import.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KOrganizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KOrganizer.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KaboodleLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_KaboodleLoop.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Reload_Page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Reload_Page.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Spreadsheet.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Toggle_Log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Toggle_Log.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C02_MessageBox_Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C02_MessageBox_Warning.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C24_Connect_Established.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C24_Connect_Established.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_Client_HighRes/C59_Package_Development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_Client_HighRes/C59_Package_Development.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_DesktopKnox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_DesktopKnox.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_HandySafePro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_HandySafePro.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_NetworkPwMgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_NetworkPwMgr.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_NortonIdSafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_NortonIdSafe.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Blue_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Blue_Open.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Keyboard_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Keyboard_Layout.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_MessageBox_Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_MessageBox_Info.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Package_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Package_Settings.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Folder_Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Folder_Download.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Keyboard_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Keyboard_Layout.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_MessageBox_Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_MessageBox_Info.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B48x48_Package_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B48x48_Package_Settings.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B15x14_FileNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B15x14_FileNew.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Folder_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Folder_2.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Key_New.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Key_New.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_FileSaveAs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_FileSaveAs.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_KRec_Record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_KRec_Record.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_LedLightBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_LedLightBlue.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_View_Remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_View_Remove.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_FontStrikeout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_FontStrikeout.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_FontUnderline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_FontUnderline.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Images/B48x48_LockWorkspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Images/B48x48_LockWorkspace.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileQuickPrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_FileQuickPrint.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Locked.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_History_Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_History_Clear.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Laptop_Charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Laptop_Charge.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Make_KDevelop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Make_KDevelop.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Trashcan_Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Trashcan_Full.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_View_Detailed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_View_Detailed.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Images/B16x16_Imp_KasperskyPwMgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Images/B16x16_Imp_KasperskyPwMgr.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Yellow_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Folder_Yellow_Open.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_MessageBox_Critical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_MessageBox_Critical.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_MessageBox_Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_MessageBox_Warning.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola/B16x16_Package_Development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola/B16x16_Package_Development.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_DeleteEntry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_DeleteEntry.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_EditCopyUrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_EditCopyUrl.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_File_Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_File_Close.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_LedLightGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_LedLightGreen.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Blue_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Blue_Open.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Keyboard_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Keyboard_Layout.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_MessageBox_Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_MessageBox_Info.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Package_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Package_Settings.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Folder_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Folder_2.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Key_New.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Key_New.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_EditCopyLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_EditCopyLink.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_File_SaveAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_File_SaveAll.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Folder_New_Ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Folder_New_Ex.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_TextAlignLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_TextAlignLeft.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_TextAlignRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_TextAlignRight.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Window_3Horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Window_3Horz.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_Keyboard_Layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_Keyboard_Layout.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Yellow_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Folder_Yellow_Open.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_MessageBox_Critical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_MessageBox_Critical.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_MessageBox_Warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_MessageBox_Warning.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Package_Development.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola/B48x48_Package_Development.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_DeleteEntry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_DeleteEntry.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_EditCopyUrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_EditCopyUrl.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_File_Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_File_Close.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_TextAlignCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_TextAlignCenter.png -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Resources/B16x16_Folder_Yellow_Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Translation/TrlUtil/Resources/B16x16_Folder_Yellow_Open.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_128.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_16.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_256.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_32.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_48.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue/KeePass_Square_Blue_64.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Assembled/B48x48_Folder_Inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Assembled/B48x48_Folder_Inbox.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_EditCopyLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_EditCopyLink.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_File_SaveAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_File_SaveAll.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Folder_New_Ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Folder_New_Ex.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_TextAlignLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_TextAlignLeft.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_TextAlignRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_TextAlignRight.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Window_3Horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Window_3Horz.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_FileSave_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_FileSave_Disabled.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Window_2Horz1Vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_Window_2Horz1Vert.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_128.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_16.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_256.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_32.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_48.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Locked/KeePass_Round_Locked_64.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Assembled/B48x48_Folder_Outbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Assembled/B48x48_Folder_Outbox.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_TextAlignCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_TextAlignCenter.png -------------------------------------------------------------------------------- /Keepass/KeePass/Resources/Nuvola_Derived/B16x16_File_SaveAll_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/KeePass/Resources/Nuvola_Derived/B16x16_File_SaveAll_Disabled.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_128.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_16.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_256.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_32.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_48.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Round_Keyhole/KeePass_Round_Keyhole_64.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_128.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_16.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_256.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_32.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_48.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Yellow/KeePass_Square_Yellow_64.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_FileSave_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_FileSave_Disabled.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Window_2Horz1Vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_Window_2Horz1Vert.png -------------------------------------------------------------------------------- /Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_File_SaveAll_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Images_App_HighRes/Nuvola_Derived/B48x48_File_SaveAll_Disabled.png -------------------------------------------------------------------------------- /restore.cmd: -------------------------------------------------------------------------------- 1 | set plugins=C:\Program Files (x86)\KeePass Password Safe 2\Plugins 2 | cp .\backup.KeepassPinentry.dll "%plugins%\KeepassPinentry.dll" 3 | cp .\backup.gpg-agent.conf "%USERPROFILE%/.gnupg/gpg-agent.conf" -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_128.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_16.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_256.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_32.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_48.png -------------------------------------------------------------------------------- /Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djherbis/keepass-pinentry/HEAD/Keepass/Ext/Icons_15_VA/KeePass_Square_Blue_Locked/KeePass_Square_Blue_Locked_64.png -------------------------------------------------------------------------------- /Keepass/Translation/DefaultTextSD.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Test 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Keepass/Ext/KeePass.config.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | true 5 | 6 | 7 | -------------------------------------------------------------------------------- /backup.cmd: -------------------------------------------------------------------------------- 1 | set plugins=C:\Program Files (x86)\KeePass Password Safe 2\Plugins 2 | if exist "%plugins%\KeepassPinentry.dll" cp "%plugins%\KeepassPinentry.dll" .\backup.KeepassPinentry.dll 3 | if exist "%USERPROFILE%/.gnupg/gpg-agent.conf" cp "%USERPROFILE%/.gnupg/gpg-agent.conf" .\backup.gpg-agent.conf -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /createcert.cmd: -------------------------------------------------------------------------------- 1 | :: Creates the cert 2 | if not exist "%~dp0certificate.pem" openssl req -newkey rsa:4096 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem 3 | :: Save output files & pwd in keepass under TLSKEY 4 | if not exist "%~dp0certificate.p12" openssl pkcs12 -inkey key.pem -in certificate.pem -export -out certificate.p12 5 | -------------------------------------------------------------------------------- /Keepass/Docs/Chm/help/v2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Redirecting to KeePass Online Help Center...
9 | 10 | 11 | -------------------------------------------------------------------------------- /Keepass/Translation/DefaultUpdateCs.bat: -------------------------------------------------------------------------------- 1 | TrlUtil.exe src_from_xml DefaultText.xml 2 | MOVE /Y KPRes.Generated.cs ..\KeePass\Resources\KPRes.Generated.cs 3 | MOVE /Y KLRes.Generated.cs ..\KeePassLib\Resources\KLRes.Generated.cs 4 | 5 | TrlUtil.exe src_from_xml DefaultTextSD.xml 6 | MOVE /Y KSRes.Generated.cs ..\KeePassLib\Resources\KSRes.Generated.cs 7 | 8 | PAUSE 9 | CLS -------------------------------------------------------------------------------- /Keepass/ReadMe_PFX.txt: -------------------------------------------------------------------------------- 1 | All projects contain dummy PFX files. These PFX files are NOT 2 | the ones with which the KeePass distributions are signed, these 3 | are kept secret. 4 | 5 | In order to unlock the private keys of the dummy PFX files, 6 | use: 7 | 8 | "123123" (without the quotes) 9 | 10 | 11 | Official KeePass distributions are signed with private keys. 12 | You can find the corresponding public keys in the 13 | 14 | Ext/PublicKeys 15 | 16 | directory. 17 | -------------------------------------------------------------------------------- /Keepass/ShInstUtil/Resources/TrustInfoManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM mcr.microsoft.com/dotnet/framework/sdk:4.7.2 AS build 2 | WORKDIR /app 3 | 4 | # copy csproj and restore as distinct layers 5 | COPY *.sln . 6 | COPY KeepassPinentry/*.csproj ./KeepassPinentry/ 7 | RUN dotnet restore 8 | 9 | # copy everything else and build app 10 | COPY KeepassPinentry/ ./KeepassPinentry/ 11 | COPY Keepass/ ./Keepass/ 12 | WORKDIR /app/KeepassPinentry 13 | RUN dotnet --info 14 | RUN dotnet build 15 | 16 | # Creates on container: 17 | # C:\app\KeepassPinentry\bin\Debug\KeepassPinentry.dll 18 | -------------------------------------------------------------------------------- /.github/workflows/build-stdproxy.yml: -------------------------------------------------------------------------------- 1 | name: go build 2 | on: 3 | push: 4 | branches: 5 | - master 6 | paths: 7 | - 'stdproxy/**' 8 | jobs: 9 | build: 10 | runs-on: windows-latest 11 | steps: 12 | - uses: actions/checkout@v2 13 | - uses: actions/setup-go@v2 14 | with: 15 | go-version: '1.12.x' 16 | - run: | 17 | cd stdproxy 18 | go build 19 | - uses: actions/upload-artifact@v2 20 | with: 21 | name: stdproxy.exe 22 | path: stdproxy\stdproxy.exe 23 | 24 | -------------------------------------------------------------------------------- /.github/workflows/build-keepass-pinetry.yml: -------------------------------------------------------------------------------- 1 | name: dotnet build 2 | on: 3 | push: 4 | branches: 5 | - master 6 | paths: 7 | - 'Keepass/**' 8 | - 'KeepassPinentry/**' 9 | jobs: 10 | build: 11 | runs-on: windows-latest 12 | steps: 13 | - uses: actions/checkout@v2 14 | - uses: actions/setup-dotnet@v1 15 | with: 16 | dotnet-version: '5.0.x' 17 | - run: dotnet build ./KeepassPinentry/ 18 | - uses: actions/upload-artifact@v2 19 | with: 20 | name: KeepassPinentry.dll 21 | path: KeepassPinentry\bin\Debug\KeepassPinentry.dll 22 | 23 | -------------------------------------------------------------------------------- /install.cmd: -------------------------------------------------------------------------------- 1 | REM Build the file if it doesn't already exist. 2 | if not exist "%~dp0KeepassPinentry.dll" call build.cmd 3 | 4 | REM Backup the current plugin, and copy over the new one. 5 | call backup.cmd 6 | set plugins=C:\Program Files (x86)\KeePass Password Safe 2\Plugins 7 | mv KeepassPinentry.dll "%plugins%" 8 | 9 | REM Create cert files & password, and setup stdproxy env vars. 10 | call createcert.cmd 11 | setx STDPROXY_PORT "500" 12 | set STDPROXY_PORT=500 13 | setx STDPROXY_CERT %~dp0certificate.pem 14 | set STDPROXY_CERT=%~dp0certificate.pem 15 | 16 | REM Tell gpg-agent to use stdproxy as the pinentry program. 17 | echo pinentry-program %~dp0stdproxy.exe > %USERPROFILE%/.gnupg/gpg-agent.conf 18 | gpgconf --kill gpg-agent -------------------------------------------------------------------------------- /KeepassPinentry/Unlocker.cs: -------------------------------------------------------------------------------- 1 | using KeePass.Plugins; 2 | using System.Windows.Forms; 3 | 4 | namespace KeepassPinentry 5 | { 6 | public class Unlocker { 7 | 8 | public IPluginHost Host { get; set; } 9 | 10 | public void Unlock() 11 | { 12 | var mainWindow = Host.MainWindow; 13 | 14 | mainWindow.Invoke((MethodInvoker)delegate () 15 | { 16 | foreach (var document in mainWindow.DocumentManager.Documents) 17 | { 18 | if (mainWindow.IsFileLocked(document)) 19 | { 20 | mainWindow.OpenDatabase(document.LockedIoc, null, false); 21 | } 22 | } 23 | }); 24 | } 25 | } 26 | } -------------------------------------------------------------------------------- /Keepass/Ext/KeePass.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Keepass/ShInstUtil/ShInstUtil.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 10.00 3 | # Visual Studio 2008 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShInstUtil", "ShInstUtil.vcproj", "{C9FBA6FD-04AC-4B2F-8277-B852B8013DAE}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Win32 = Debug|Win32 9 | Release|Win32 = Release|Win32 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {C9FBA6FD-04AC-4B2F-8277-B852B8013DAE}.Debug|Win32.ActiveCfg = Debug|Win32 13 | {C9FBA6FD-04AC-4B2F-8277-B852B8013DAE}.Debug|Win32.Build.0 = Debug|Win32 14 | {C9FBA6FD-04AC-4B2F-8277-B852B8013DAE}.Release|Win32.ActiveCfg = Release|Win32 15 | {C9FBA6FD-04AC-4B2F-8277-B852B8013DAE}.Release|Win32.Build.0 = Release|Win32 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /Keepass/Ext/KeePassMsi/KeePassMsi.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 14 4 | VisualStudioVersion = 14.0.25420.1 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "KeePassMsi", "KeePassMsi.vdproj", "{C4135368-4A84-4924-B5CE-82B18FAADFD4}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Default = Debug|Default 11 | Release|Default = Release|Default 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {C4135368-4A84-4924-B5CE-82B18FAADFD4}.Debug|Default.ActiveCfg = Debug 15 | {C4135368-4A84-4924-B5CE-82B18FAADFD4}.Debug|Default.Build.0 = Debug 16 | {C4135368-4A84-4924-B5CE-82B18FAADFD4}.Release|Default.ActiveCfg = Release 17 | {C4135368-4A84-4924-B5CE-82B18FAADFD4}.Release|Default.Build.0 = Release 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | EndGlobal 23 | -------------------------------------------------------------------------------- /Keepass/Build/PrepMonoDev.sh: -------------------------------------------------------------------------------- 1 | cp -f ../Ext/Icons_04_CB/Finals2/plockb.ico ../KeePass/KeePass.ico 2 | cp -f ../Ext/Icons_04_CB/Finals2/plockb.ico ../KeePass/Resources/Images/KeePass.ico 3 | 4 | sed 's!true!false!g' ../KeePass/KeePass.csproj > ../KeePass/KeePass.csproj.new 5 | sed 's! ToolsVersion="3.5"!!g' ../KeePass/KeePass.csproj.new > ../KeePass/KeePass.csproj.new2 6 | cat ../KeePass/KeePass.csproj.new2 | grep -v 'sgen\.exe' > ../KeePass/KeePass.csproj 7 | rm -f ../KeePass/KeePass.csproj.new2 8 | rm -f ../KeePass/KeePass.csproj.new 9 | 10 | sed 's!true!false!g' ../KeePassLib/KeePassLib.csproj > ../KeePassLib/KeePassLib.csproj.new 11 | sed 's! ToolsVersion="3.5"!!g' ../KeePassLib/KeePassLib.csproj.new > ../KeePassLib/KeePassLib.csproj 12 | rm -f ../KeePassLib/KeePassLib.csproj.new 13 | 14 | # cat ../KeePass.sln | grep -v 'DC15F71A-2117-4DEF-8C10-AA355B5E5979' | uniq > ../KeePass.sln.new 15 | # mv -f ../KeePass.sln.new ../KeePass.sln 16 | -------------------------------------------------------------------------------- /Keepass/Ext/XSL/KDBX_PasswordsOnly_TXT.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Dustin H 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Keepass/KeePass/Ecas/EcasValueType.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | 22 | namespace KeePass.Ecas 23 | { 24 | public enum EcasValueType 25 | { 26 | None = 0, 27 | String = 1, 28 | Bool = 2, 29 | EnumStrings = 3, 30 | Int64 = 4, 31 | UInt64 = 5 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Keepass/KeePass/UI/IGwmWindow.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | 24 | namespace KeePass.UI 25 | { 26 | public interface IGwmWindow 27 | { 28 | bool CanCloseWithoutDataLoss 29 | { 30 | get; 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Keepass/Translation/TrlUtil/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.1433 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace TrlUtil.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /KeepassPinentry.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 15 4 | VisualStudioVersion = 15.0.28010.2026 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeepassPinentry", "KeepassPinentry\KeepassPinentry.csproj", "{382499DB-4BF2-485C-9361-B78BD0FDD1C4}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {382499DB-4BF2-485C-9361-B78BD0FDD1C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {382499DB-4BF2-485C-9361-B78BD0FDD1C4}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {382499DB-4BF2-485C-9361-B78BD0FDD1C4}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {382499DB-4BF2-485C-9361-B78BD0FDD1C4}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | GlobalSection(ExtensibilityGlobals) = postSolution 23 | SolutionGuid = {F87633CB-597D-4C8D-9B8B-F85273F53545} 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /Keepass/KeePass/Ecas/IEcasParameterized.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | 24 | using KeePassLib; 25 | 26 | namespace KeePass.Ecas 27 | { 28 | public interface IEcasParameterized 29 | { 30 | PwUuid Type { get; } 31 | 32 | EcasParameter[] Parameters { get; } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /stdproxy/stdproxy.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "crypto/tls" 5 | "crypto/x509" 6 | "fmt" 7 | "io" 8 | "io/ioutil" 9 | "log" 10 | "net" 11 | "os" 12 | ) 13 | 14 | func main() { 15 | conn := dial() 16 | defer conn.Close() 17 | 18 | go io.Copy(os.Stdout, conn) 19 | io.Copy(conn, os.Stdin) 20 | } 21 | 22 | func dial() net.Conn { 23 | port := fallback(os.Getenv("STDPROXY_PORT"), "500") 24 | addr := fmt.Sprintf("localhost:%s", port) 25 | 26 | config := &tls.Config{ 27 | InsecureSkipVerify: true, 28 | RootCAs: getCertPool(), 29 | } 30 | 31 | conn, err := tls.Dial("tcp", addr, config) 32 | if err != nil { 33 | log.Fatal(err) 34 | } 35 | 36 | return conn 37 | } 38 | 39 | func getCertPool() *x509.CertPool { 40 | // TODO(djherbis): embed this 41 | file := os.Getenv("STDPROXY_CERT") 42 | data, err := ioutil.ReadFile(file) 43 | if err != nil { 44 | log.Fatal(err) 45 | } 46 | 47 | roots := x509.NewCertPool() 48 | ok := roots.AppendCertsFromPEM(data) 49 | if !ok { 50 | log.Fatal("failed to parse root certificate") 51 | } 52 | 53 | return roots 54 | } 55 | 56 | func fallback(first, second string) string { 57 | if first != "" { 58 | return first 59 | } 60 | return second 61 | } 62 | -------------------------------------------------------------------------------- /Keepass/KeePass/App/Configuration/AceToolBar.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.ComponentModel; 24 | 25 | namespace KeePass.App.Configuration 26 | { 27 | public sealed class AceToolBar 28 | { 29 | public AceToolBar() 30 | { 31 | } 32 | 33 | private bool m_bShow = true; 34 | [DefaultValue(true)] 35 | public bool Show 36 | { 37 | get { return m_bShow; } 38 | set { m_bShow = value; } 39 | } 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Keepass/KeePass/Ecas/IEcasObject.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | 24 | using KeePassLib; 25 | 26 | namespace KeePass.Ecas 27 | { 28 | public enum EcasObjectType 29 | { 30 | None = 0, 31 | Event = 1, 32 | Condition = 2, 33 | Action = 3 34 | } 35 | 36 | public interface IEcasObject 37 | { 38 | PwUuid Type { get; set; } 39 | string TypeString { get; set; } 40 | 41 | List Parameters { get; set; } 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /Keepass/KeePass/App/Configuration/AceLogging.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.ComponentModel; 24 | 25 | namespace KeePass.App.Configuration 26 | { 27 | public sealed class AceLogging 28 | { 29 | public AceLogging() 30 | { 31 | } 32 | 33 | private bool m_bEnabled = false; 34 | [DefaultValue(false)] 35 | public bool Enabled 36 | { 37 | get { return m_bEnabled; } 38 | set { m_bEnabled = value; } 39 | } 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Keepass/KeePass/Util/SendInputExt/ISiEngine.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.Windows.Forms; 24 | 25 | namespace KeePass.Util.SendInputExt 26 | { 27 | public interface ISiEngine 28 | { 29 | void Init(); 30 | void Release(); 31 | 32 | void SendKey(int iVKey, bool? bExtKey, bool? bDown); 33 | void SetKeyModifier(Keys kMod, bool bDown); 34 | 35 | void SendChar(char ch, bool? bDown); 36 | 37 | void Delay(uint uMs); 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Keepass/KeePass/App/Configuration/AceNative.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.ComponentModel; 24 | 25 | namespace KeePass.App.Configuration 26 | { 27 | public sealed class AceNative 28 | { 29 | public AceNative() 30 | { 31 | } 32 | 33 | private bool m_bNativeKeyTrans = true; 34 | [DefaultValue(true)] 35 | public bool NativeKeyTransformations 36 | { 37 | get { return m_bNativeKeyTrans; } 38 | set { m_bNativeKeyTrans = value; } 39 | } 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Keepass/KeePass/UI/ToolStripRendering/TsrFactory.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.Windows.Forms; 24 | 25 | using KeePassLib; 26 | 27 | namespace KeePass.UI.ToolStripRendering 28 | { 29 | public abstract class TsrFactory 30 | { 31 | public abstract PwUuid Uuid { get; } 32 | public abstract string Name { get; } 33 | 34 | public virtual bool IsSupported() 35 | { 36 | return true; 37 | } 38 | 39 | public abstract ToolStripRenderer CreateInstance(); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Keepass/KeePass/Ecas/EcasSystemEvents.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | 22 | using KeePass.Util; 23 | 24 | namespace KeePass.Ecas 25 | { 26 | public sealed class EcasRaisingEventArgs : CancellableOperationEventArgs 27 | { 28 | private EcasEvent m_evt; 29 | public EcasEvent Event 30 | { 31 | get { return m_evt; } 32 | } 33 | 34 | private EcasPropertyDictionary m_props; 35 | public EcasPropertyDictionary Properties 36 | { 37 | get { return m_props; } 38 | } 39 | 40 | public EcasRaisingEventArgs(EcasEvent evt, EcasPropertyDictionary props) 41 | { 42 | m_evt = evt; 43 | m_props = props; 44 | } 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /KeepassPinentry/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("KeepassPinentry")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Dustin H")] 12 | [assembly: AssemblyProduct("KeePass Plugin")] 13 | [assembly: AssemblyCopyright("Copyright © 2019")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("382499db-4bf2-485c-9361-b78bd0fdd1c4")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Keepass/KeePass/App/Configuration/AceTrayIcon.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.ComponentModel; 24 | 25 | namespace KeePass.App.Configuration 26 | { 27 | public sealed class AceTrayIcon 28 | { 29 | public AceTrayIcon() 30 | { 31 | } 32 | 33 | private bool m_bOnlyIfTrayed = false; 34 | [DefaultValue(false)] 35 | public bool ShowOnlyIfTrayed 36 | { 37 | get { return m_bOnlyIfTrayed; } 38 | set { m_bOnlyIfTrayed = value; } 39 | } 40 | 41 | private bool m_bSingleClickDefault = false; 42 | [DefaultValue(false)] 43 | public bool SingleClickDefault 44 | { 45 | get { return m_bSingleClickDefault; } 46 | set { m_bSingleClickDefault = value; } 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /Keepass/KeePass/UI/CustomContextMenuStripEx.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.ComponentModel; 24 | using System.Windows.Forms; 25 | using System.Diagnostics; 26 | 27 | namespace KeePass.UI 28 | { 29 | public sealed class CustomContextMenuStripEx : ContextMenuStrip 30 | { 31 | public CustomContextMenuStripEx() : base() 32 | { 33 | UIUtil.Configure(this); 34 | } 35 | 36 | // Used e.g. by the designer 37 | public CustomContextMenuStripEx(IContainer container) : 38 | base(container) 39 | { 40 | UIUtil.Configure(this); 41 | } 42 | 43 | // protected override void OnItemClicked(ToolStripItemClickedEventArgs e) 44 | // { 45 | // if(UIUtil.HasClickedSeparator(e)) return; // Ignore the click 46 | // base.OnItemClicked(e); 47 | // } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /Keepass/Docs/Chm/KeePass.hhp: -------------------------------------------------------------------------------- 1 | [OPTIONS] 2 | Compatibility=1.1 or later 3 | Compiled file=KeePass.chm 4 | Contents file=KeePassContents.hhc 5 | Default topic=help\base\index.html 6 | Display compile progress=No 7 | Full-text search=Yes 8 | Language=0x409 Englisch (USA) 9 | Title=KeePass Password Safe Help 10 | 11 | 12 | [FILES] 13 | help\base\autotype.html 14 | help\base\autourl.html 15 | help\base\cmdline.html 16 | help\base\configuration.html 17 | help\base\credits.html 18 | help\base\disclaimer.html 19 | help\base\faq.html 20 | help\base\faq_tech.html 21 | help\base\fieldrefs.html 22 | help\base\firststeps.html 23 | help\base\importexport.html 24 | help\base\index.html 25 | help\base\integration.html 26 | help\base\keys.html 27 | help\base\license_lgpl.html 28 | help\base\multiuser.html 29 | help\base\placeholders.html 30 | help\base\pwgenerator.html 31 | help\base\repair.html 32 | help\base\secedits.html 33 | help\base\security.html 34 | help\base\tans.html 35 | help\base\usingpws.html 36 | help\v2\autotype_obfuscation.html 37 | help\v2\dbsettings.html 38 | help\v2\entry.html 39 | help\v2\guioptions.html 40 | help\v2\index.html 41 | help\v2\ioconnect.html 42 | help\v2\license.html 43 | help\v2\plugins.html 44 | help\v2\policy.html 45 | help\v2\setup.html 46 | help\v2\sync.html 47 | help\v2\translation.html 48 | help\v2\triggers.html 49 | help\v2\version.html 50 | help\v2\xml_replace.html 51 | help\v2_dev\customize.html 52 | help\v2_dev\plg_index.html 53 | help\v2_dev\scr_index.html 54 | help\v2_dev\scr_kps_index.html 55 | help\v2_dev\scr_sc_index.html 56 | images\grad_v_gw.gif 57 | images\back.gif 58 | images\grad_h_gw.gif 59 | images\grad_h_gw_186.gif 60 | images\grad_v_dlb.gif 61 | images\grad_v_dlb_tall_light.png 62 | 63 | [INFOTYPES] 64 | 65 | -------------------------------------------------------------------------------- /Keepass/KeePass/UI/BackgroundForm.cs: -------------------------------------------------------------------------------- 1 | /* 2 | KeePass Password Safe - The Open-Source Password Manager 3 | Copyright (C) 2003-2017 Dominik Reichl 4 | 5 | This program is free software; you can redistribute it and/or modify 6 | it under the terms of the GNU General Public License as published by 7 | the Free Software Foundation; either version 2 of the License, or 8 | (at your option) any later version. 9 | 10 | This program is distributed in the hope that it will be useful, 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | GNU General Public License for more details. 14 | 15 | You should have received a copy of the GNU General Public License 16 | along with this program; if not, write to the Free Software 17 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 | */ 19 | 20 | using System; 21 | using System.Collections.Generic; 22 | using System.Text; 23 | using System.Windows.Forms; 24 | using System.Drawing; 25 | using System.Diagnostics; 26 | 27 | namespace KeePass.UI 28 | { 29 | public sealed class BackgroundForm : Form 30 | { 31 | public BackgroundForm(Bitmap bmpBackground, Screen sc) 32 | { 33 | Screen s = (sc ?? Screen.PrimaryScreen); 34 | 35 | this.ShowIcon = false; 36 | this.ShowInTaskbar = false; 37 | this.FormBorderStyle = FormBorderStyle.None; 38 | 39 | this.StartPosition = FormStartPosition.Manual; 40 | this.Location = s.Bounds.Location; 41 | this.Size = s.Bounds.Size; 42 | 43 | this.DoubleBuffered = true; 44 | this.BackColor = Color.Black; 45 | 46 | if(bmpBackground != null) this.BackgroundImage = bmpBackground; 47 | } 48 | } 49 | } 50 | --------------------------------------------------------------------------------