File: usingpws.html

package info (click to toggle)
keepass2 2.41%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,892 kB
  • sloc: cs: 103,600; xml: 5,869; cpp: 308; sh: 48; makefile: 46
file content (112 lines) | stat: -rw-r--r-- 3,928 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="expires" content="0" />
	<meta http-equiv="cache-control" content="no-cache" />
	<meta http-equiv="pragma" content="no-cache" />

	<meta name="author" content="Dominik Reichl" />

	
	

	<meta name="DC.title" content="Using Stored Passwords - KeePass" />
	<meta name="DC.creator" content="Dominik Reichl" />
	<meta name="DC.type" content="Text" />
	<meta name="DC.format" content="text/html" />
	<meta name="DC.language" content="en" />
	<meta name="DC.rights" content="Copyright (C) 2003-2019 Dominik Reichl" />

	<meta name="robots" content="index, follow" />
	<meta name="flattr:id" content="42rykv" />

	<title>Using Stored Passwords - KeePass</title>
	<base target="_self" />
	<link rel="stylesheet" type="text/css" href="../../default.css" />
	
</head>
<body>



<table class="sectionsummary"><tr><td width="68">
<img src="../images/b64x64_doc.png" width="64" height="64"
class="singleimg" align="left" alt="Help" />
</td><td valign="middle"><h1>Using Stored Passwords</h1><br />
How to transfer passwords stored in KeePass to other applications.
</td></tr></table>

<p>There are many different methods to copy passwords stored in KeePass to other applications:</p>

<ul>
<li><a href="#mainlist">Context-Sensitive Entry List</a></li>
<li><a href="#dragdrop">Drag&amp;Drop</a></li>
<li><a href="#autotype">Auto-Type</a></li>
<li><a href="#plugins">KeeForm and other Plugins</a></li>
</ul>

<br />

<a name="mainlist"></a>
<h2 class="sectiontitle">
<img src="../images/ascii.png" class="singleimg" alt="Info" />&nbsp;&nbsp;Context-Sensitive
Entry List</h2>

<p>Depending on which field you double-click in the entry list (main window),
different actions are performed:</p>

<ul>
<li><b>Title field:</b> open the entry editing dialog for this entry.</li>
<li><b>User Name field:</b> copy user name to clipboard.</li>
<li><b>URL field:</b> open (in browser) or copy the URL to clipboard (behavior
configurable in the options).</li>
<li><b>Password field:</b> copy password to the clipboard.</li>
<li><b>Notes field:</b> notes are copied to the clipboard.</li>
<li><b>Attachment field:</b> [1.x] copy to clipboard, [2.x] open in
internal editor / viewer.</li>
<li><b>Other fields</b> (like time
and UUID fields): copy the contents of that field to the clipboard.</li>
</ul>

<br />

<a name="dragdrop"></a>
<h2 class="sectiontitle">
<img src="../images/ascii.png" class="singleimg" alt="Info" />&nbsp;&nbsp;Drag&amp;Drop</h2>

<p>You can drag&amp;drop all fields of KeePass entries into other windows:</p>

<center><img src="../images/dragndrop.png" class="singleimg"
alt="Drag&amp;Drop Screenshot" /></center>

<br /><br />

<a name="autotype"></a>
<h2 class="sectiontitle">
<img src="../images/b16x16_ktouch.png" class="singleimg" alt="Info" />&nbsp;&nbsp;Auto-Type</h2>

<p>Auto-Type is a powerful feature that sends simulated keypresses to
other applications.</p>

<p>You can find more details about it here:
<a href="autotype.html">Auto-Type documentation page</a>.</p>

<br />

<a name="plugins"></a>
<h2 class="sectiontitle">
<img src="../images/b16x16_blockdevice.png" class="singleimg" alt="Info" />&nbsp;&nbsp;KeeForm
and other Plugins</h2>

<p>There are a lot of plugins available integrating KeePass directly with
other applications. For example, <i>KeeForm</i>
(for Internet Explorer and Mozilla Firefox)
allows completely automatic filling of webforms.</p>

<p>You can find these integration plugins on the
<a href="https://keepass.info/plugins.html" target="_blank">KeePass plugins</a> page.</p>

</body></html>