diff options
Diffstat (limited to '')
-rw-r--r-- | %APPDATA%/KeePass/KeePass.config.xml | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/%APPDATA%/KeePass/KeePass.config.xml b/%APPDATA%/KeePass/KeePass.config.xml new file mode 100644 index 0000000..61ec82f --- /dev/null +++ b/%APPDATA%/KeePass/KeePass.config.xml @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="utf-8"?> +<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Meta> + <PreferUserConfiguration>false</PreferUserConfiguration> + <OmitItemsWithDefaultValues>true</OmitItemsWithDefaultValues> + </Meta> + <Application> + <LastUpdateCheck>2016-09-21T21:53:07Z</LastUpdateCheck> + <LastUsedFile> + <Path>D:\workspace\personal\shadow\shadow.kdbx</Path> + <CredProtMode>Obf</CredProtMode> + <CredSaveMode>NoSave</CredSaveMode> + </LastUsedFile> + <MostRecentlyUsed> + <MaxItemCount>12</MaxItemCount> + <Items> + <ConnectionInfo> + <Path>D:\workspace\personal\shadow\shadow.kdbx</Path> + <CredProtMode>Obf</CredProtMode> + <CredSaveMode>NoSave</CredSaveMode> + </ConnectionInfo> + </Items> + </MostRecentlyUsed> + <WorkingDirectories> + <Item>Database@D:\workspace\personal\shadow</Item> + </WorkingDirectories> + <Start> + <CheckForUpdate>true</CheckForUpdate> + <CheckForUpdateConfigured>true</CheckForUpdateConfigured> + </Start> + <FileOpening /> + <FileClosing /> + <TriggerSystem> + <Triggers /> + </TriggerSystem> + </Application> + <Logging /> + <MainWindow> + <X>348</X> + <Y>106</Y> + <Width>670</Width> + <Height>525</Height> + <Maximized>true</Maximized> + <SplitterHorizontalFrac>0.8333</SplitterHorizontalFrac> + <SplitterVerticalFrac>0.25</SplitterVerticalFrac> + <Layout>Default</Layout> + <ShowFullPathInTitle>true</ShowFullPathInTitle> + <DisableSaveIfNotModified>true</DisableSaveIfNotModified> + <ToolBar /> + <EntryView /> + <TanView /> + <EntryListColumnCollection> + <Column> + <Type>Title</Type> + <Width>254</Width> + </Column> + <Column> + <Type>UserName</Type> + <Width>90</Width> + </Column> + <Column> + <Type>Password</Type> + <Width>90</Width> + <HideWithAsterisks>true</HideWithAsterisks> + </Column> + <Column> + <Type>Url</Type> + <Width>90</Width> + </Column> + <Column> + <Type>Notes</Type> + <Width>90</Width> + </Column> + </EntryListColumnCollection> + <EntryListColumnDisplayOrder>0 1 2 3 4</EntryListColumnDisplayOrder> + <EntryListAlternatingBgColors>false</EntryListAlternatingBgColors> + <ListSorting> + <Column>0</Column> + <Order>Ascending</Order> + </ListSorting> + <ShowEntriesOfSubGroups>true</ShowEntriesOfSubGroups> + </MainWindow> + <UI> + <TrayIcon> + <SingleClickDefault>true</SingleClickDefault> + </TrayIcon> + <Hiding /> + <StandardFont> + <Family>Microsoft Sans Serif</Family> + <Size>8.25</Size> + <GraphicsUnit>Point</GraphicsUnit> + <Style>Regular</Style> + <OverrideUIDefault>false</OverrideUIDefault> + </StandardFont> + <PasswordFont> + <Family>Courier New</Family> + <Size>8.25</Size> + <GraphicsUnit>Point</GraphicsUnit> + <Style>Regular</Style> + <OverrideUIDefault>false</OverrideUIDefault> + </PasswordFont> + <BannerStyle>WinVistaBlack</BannerStyle> + <DataEditorFont> + <Family>Microsoft Sans Serif</Family> + <Size>8.25</Size> + <GraphicsUnit>Point</GraphicsUnit> + <Style>Regular</Style> + <OverrideUIDefault>false</OverrideUIDefault> + </DataEditorFont> + <UIFlags>0</UIFlags> + <KeyCreationFlags>0</KeyCreationFlags> + <KeyPromptFlags>0</KeyPromptFlags> + <SecureDesktopPlaySound>false</SecureDesktopPlaySound> + </UI> + <Security> + <WorkspaceLocking> + <LockOnWindowMinimizeToTray>true</LockOnWindowMinimizeToTray> + <LockOnSessionSwitch>true</LockOnSessionSwitch> + <LockOnSuspend>true</LockOnSuspend> + <LockAfterTime>300</LockAfterTime> + <LockAfterGlobalTime>240</LockAfterGlobalTime> + </WorkspaceLocking> + <Policy /> + <MasterPassword> + <MinimumLength>0</MinimumLength> + <MinimumQuality>0</MinimumQuality> + </MasterPassword> + <MasterKeyOnSecureDesktop>true</MasterKeyOnSecureDesktop> + <ClipboardClearAfterSeconds>15</ClipboardClearAfterSeconds> + </Security> + <Native /> + <PasswordGenerator> + <AutoGeneratedPasswordsProfile> + <GeneratorType>CharSet</GeneratorType> + <Length>20</Length> + <CharSetRanges>ULD_______</CharSetRanges> + </AutoGeneratedPasswordsProfile> + <LastUsedProfile> + <GeneratorType>CharSet</GeneratorType> + <Length>20</Length> + <CharSetRanges>ULD_______</CharSetRanges> + </LastUsedProfile> + <UserProfiles /> + </PasswordGenerator> + <Defaults> + <OptionsTabIndex>2</OptionsTabIndex> + <SearchParameters> + <ComparisonMode>InvariantCultureIgnoreCase</ComparisonMode> + </SearchParameters> + <KeySources /> + </Defaults> + <Integration> + <HotKeyGlobalAutoType>393281</HotKeyGlobalAutoType> + <HotKeySelectedAutoType>0</HotKeySelectedAutoType> + <HotKeyShowWindow>393291</HotKeyShowWindow> + <HotKeyEntryMenu>0</HotKeyEntryMenu> + <UrlSchemeOverrides> + <BuiltInOverridesEnabled>1</BuiltInOverridesEnabled> + <CustomOverrides /> + </UrlSchemeOverrides> + <ProxyType>System</ProxyType> + <ProxyAuthType>Auto</ProxyAuthType> + </Integration> + <Custom /> +</Configuration>
\ No newline at end of file |