File: secedits.html

package info (click to toggle)
keepass2 2.57%2Bdfsg-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 14,520 kB
  • sloc: cs: 120,930; xml: 6,271; cpp: 322; sh: 53; makefile: 49
file content (70 lines) | stat: -rw-r--r-- 2,296 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE html>
<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="X-UA-Compatible" content="IE=edge" />
	<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="Secure Edit Controls - 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-2024 Dominik Reichl" />

	<meta name="robots" content="index, follow" />

	<title>Secure Edit Controls - KeePass</title>
	<base target="_self" />
	<link rel="stylesheet" type="text/css" href="../../default.css" />

	
</head>
<body>



<table class="sectionheader"><tr>
<td><img src="../images/b64x64_desktop.png" alt="" /></td>
<td><h1>Secure Edit Controls</h1>
<p>KeePass supports security-enhanced edit controls.</p></td>
</tr></table>

<p>KeePass was one of the first password managers featuring secure edit controls.
The edit controls used in KeePass are resistant to password revealers and password
control spies. Additionally, the entered passwords are protected against
memory dumping attacks: the passwords are not visible in the process memory
of KeePass.</p>

<p>KeePass uses secure edit controls only when the hiding behind asterisks option
is turned on. If you show the passwords in plaintext, they are not protected
(secure edit controls are just disabled then, replaced by standard Windows edit
controls).</p>






<b>Selection:</b><br />
There are no selection limitations. Secure edit controls behave exactly like
standard Windows edit controls.<br />
<br />
<b>Process memory protection:</b><br />
On Windows systems, all characters are protected.
On Unix-like systems (Linux, MacOS, ...), characters above U+D7FF
(see <a href="https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane"
target="_blank">Basic Multilingual Plane</a>)
are not protected.


</body></html>