-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path3keepingdatasecure.html
More file actions
executable file
·356 lines (335 loc) · 36.5 KB
/
3keepingdatasecure.html
File metadata and controls
executable file
·356 lines (335 loc) · 36.5 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Martus: Keeping Your Data Secure</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-green">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">Martus</span><span class="text-bold">Docs</span>
</a>
</h1>
</div><!--//branding-->
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Keeping Your Data Secure</li>
</ol>
</div><!--//container-->
</header><!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon fa fa-paper-plane"></i> Keeping Your Data Secure</h1>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: Feb 12th, 2017</div>
</div><!--//doc-header-->
<div class="doc-body">
<div class="doc-content">
<div class="content-inner">
<section id="changing-username-section" class="doc-section">
<h2 class="section-title">Changing your Username and Password</h2>
<div class="section-block">
<p>At regular intervals and if ever you feel your account has been compromised you should change your password and/or username.</p>
<ol>
<li>Select <b>Account</b> > <b>Account Information</b>.</li>
<li>Select <b>Change Username and Password</b>.</li>
<li>Enter your current username and password on the <i>Validate User</i> screen.</li>
<li>Enter your new name and password on the next screen. You can change either or both fields. See <a href="2gettingstarted.html#account-creation-section">Account Creation</a> and <a href="1martusandsecurity.html#creating-a-strong-password-section">Creating a Strong Password</a> for guidelines on username and password creation. Hit <b>OK</b> to accept, or <b>Cancel</b> to keep old username and password.</li>
<li>1. Repeat the new username and password entry on the <i>Confirm Password</i> screen</li>
<li>You will then be prompted to <i>back up your key</i> with the new username and password.</li>
</ol>
</div>
<p><a href="8Troubleshooting.html#q2">Martus won’t accept my password.</a></p>
<p><a href="8Troubleshooting.html#q3">I want to use Martus on a co-worker’s computer, but it won’t accept my username/password.</a></p>
</div>
</section><!--//doc-section-->
<section id="backing-up-key-section" class="doc-section">
<h2 class="section-title">Backing up your key</h2>
<div class="section-block">
<p>A Martus account is secured with username, password and key. Your key is a .dat file saved on your computer in your Martus directory when you create an account. In order to access your account on another computer you will need a copy of your key. This is especially important if your laptop is stolen, confiscated or damaged. Benetech cannot recover your account so making sure you can access your data is up to the user.
</p>
<p>To ensure that you’ll always have access to your data, it is extremely important to keep a backup of your key. Martus offers two methods for backing up your key, either of which may be used, but we strongly recommend using both backup methods. The first method creates a single, password encrypted key backup file onto removable media (e.g. CD, USB storage) or a network drive; the second method backs up the key in three separate pieces (not encrypted with your password) onto multiple removable media.</p>
<div>
<div id="step1" class="section-block">
<h3 class="block-title">Create a single-file backup </h3>
<ol class="list">
<li>Insert a blank disk into your removable media drive.</li>
<li><b>Choose Account</b> > <b>Key Backup</b>.</li>
<li>Select <b>Export Password Protected Key</b>.</li>
<li>In the <i>Backup Key File</i> dialog box, navigate to your removable media device (e.g., USB or CD), or your network drive.</li>
<li>Give the backup key file a unique name, especially if more than one account is used on the computer. By default, Martus names the file MartusKeyPair.dat. You may choose to add a number or code word to the file, such as MartusKeyPair222.dat.</li>
<li>Select <b>Save</b>. Martus copies the backup key file to the location you specified.</li>
<li>Select <b>OK</b> to exit.</li>
</ol>
<p><b><i>Important Note:</i></b> Store your backup disk or other removable media in a secure place where it is unlikely to be damaged by weather, insects, or other factors. Do not write your password on the disk or store it on the disk electronically. No one can use the key you back up to a single file without your username and password. You MUST <b>back-up your key each time you change your password</b> since they are all associated.... or remember your old password.</p>
</div>
</div>
<div>
<div id="step1" class="section-block">
<h3 class="block-title">Create a multi-file backup </h3>
<p>To back up your key file to three removable media (two of which will be required to restore the key file):</p>
<ol class="list">
<li>Insert a blank disk into your removable media drive.</li>
<li>Choose <b>Account</b> > <b>Key Backup</b>.</li>
<li>Select <b>Export Multi-Part Key</b>. Read the informational screen and click <b>Continue</b>.</li>
<li>Click <b>Yes</b> to create an additional set of backup files on three separate removable disks.</li>
<li>Read the informational screen and click <b>Continue</b>.</li>
<li>Name the file and click <b>OK</b>.</li>
<p><b>Tip</b>: Give the file a unique name that you will remember later, and that can be distinguished from other accounts’ backup files. Each of the three files will have the same name, with a sequence number appended. For example, if you name the file kpbackup, the files will be saved as kpbackup-1.dat, kpbackup-2.dat, and so on.</p>
<li>Navigate to your removable media drive in the Saving Backup Disk dialog box, and click Save. You must use a removable media drive (e.g. CD, USB storage) instead of your hard drive, because the program will not save two of your backup files to the same place.</li>
<li>Insert removable media as prompted, clicking <b>OK</b> each time to proceed to the next disk.</li>
<li>To ensure that the data has been written properly, click <b>Yes</b> in the <i>Verify Disks</i> dialog box.</li>
<li>If Martus was able to verify the data on all the disks, click <b>OK</b> in the <i>Verification Succeeded</i> dialog box. If there were problems with one or more disks, repeat the backup process with different disks.</li>
<li>Read the information in the Backup Complete dialog box, and click <b>OK</b>.</li>
</ol>
</div>
<p><a href="8Troubleshooting.html#q17">When I back up or restore my key using USB drives, Martus doesn’t recognize them as different disks. What’s going on?</a></p>
<p><a href="8Troubleshooting.html#q3">I want to use Martus on a co-worker’s computer, but it won’t accept my username/password.</a></p>
</div>
</div>
</section><!--//doc-section-->
<section id="delete-martus-section" class="doc-section">
<h2 class="section-title">Delete Martus, Your Records, and Account Information </h2>
<h3>Delete Your Account and Locally Stored Records</h3>
<div class="section-block">
<ol>
<li>Close all other applications on your computer.<br>
<p><b>Note</b>: You can delete records and Martus folders while other applications are open, but Martus may not be able to remove all Martus folders if other applications are open during the process.</p></li>
<li>Select <b>Account</b> > <b>Delete Account</b></li>
<li>Martus will prompt you to confirm deletion. Select <b>OK</b> to confirm that you want to delete all your records and your account information, including your key file, from your computer. If you do not wish to continue, select <b>Cancel</b>.</li>
<li>Martus automatically closes.</li>
</ol>
<p>What <i>will</i> be deleted?</p>
<ul>
<li>Records that have not been sent to the server or otherwise backed up.</li>
<li>Your account key file. If you delete your key without backing it up, you will lose access to all private data you’ve sent to the server; such data would be available only to Contact accounts authorized to view your data that were created before the records were saved and sent to a server.</li>
<li>Server settings, Contact accounts, default details values, custom fields, user-created folders in Martus, and interface preferences (e.g., date format, column widths).</li>
</ul>
<p>What <i>will</i> not be deleted?</p>
<ul>
<li>The Martus application.</li>
<li>Any records or account files that were copied or moved to folders outside the Martus folder, such as the desktop.</li>
<li>Records or account information on any other computers where you set up your account.</li>
<li>Records on a Martus server.</li>
</ul>
<h4>Remove/Uninstall the Martus Application</h4>
<h5>Windows</h5>
<ul>
<li>Select Start > Programs > Martus > Uninstall Martus; or</li>
<li>Select the uninst.exe file in the Martus\bin directory; or</li>
<li>Use the Add/Remove Programs control panel:<br><br>
<p>1. Select <b>Start</b> > <b>Settings</b> > <b>Control Panel</b>.</p>
<p>2. Choose the <b>Add/Remove Programs</b> icon.</p>
<p>3. Select Martus from the list of applications.</p>
<p>4. Select <b>Add/Remove</b>, and follow the on-screen instructions.</p>
</li></ul>
<h5>Mac OS</h5>
<p>Delete the Martus.app file from the location where it was installed.</p>
<p><b>Note</b>: If you copied the Martus application (Martus.app) to your Applications folder or your Desktop (or elsewhere on your computer), it will not be removed when you uninstall Martus, which may be a security concern.</p>
<h5>Linux</h5>
<p>To uninstall Martus in Linux (or if you installed using an ISO file in Mac OS) without deleting your Martus records or account data, delete the martus.jar and the ThirdParty directory.</p>
</div>
<p><a href="8Troubleshooting.html#q6">I deleted a record from the Trash, but it still appears in another folder.</a></p>
</section><!--//doc-section-->
<section id="restoring-an-account-section" class="doc-section">
<h2 class="section-title">Restoring an Account</h2>
<div class="section-block">
<p>If you have lost your computer, had a hard drive failure, or lost your key for some other reason, restore your key using your backup copy. If you know your username and password and have a single file key backup, we recommend you use that file as it is more secure. However if you have forgotten your password, you will need to restore your key from multiple disks.
</p>
<h4>Restore Your Account Key from a Password Protected Key File:</h4>
<ol>
<li>Start Martus.</li>
<li>Select the <b>Restore Account</b> tab in the <i>Martus Signin</i> dialog box.</li>
<li>Select <i>Restore account from backup key file.</i></li>
<li>Read the informational dialog box, and click <b>OK</b>.</li>
<li>Find the file on your hard-disk/network-drive or insert the floppy disk (or other removable media) that contains the file and navigate to it, and click <b>OK</b>.</li>
<li>Log into Martus using the username and password that were associated with the key at the time you created the backup file.</li>
<li>You will then be asked to create a password encrypted backup file of your key with this username and password.<br><br>
</ol>
<h4>Restore Your Account Key from a Multiple Disks:</h4>
<ol>
<li>Start Martus.</li>
<li>Select the <b>Restore Account</b> tab in the <i>Martus Signin</i> dialog box.</li>
<li>Select <i>Restore account from multiple disks</i>.</li>
<li>Read the informational dialog box, and click <b>OK</b>.</li>
<li>Insert the first disk and navigate to the file it contains; click <b>OK</b>; and then insert the second disk and click <b>OK</b>.</li>
<li>Either use your old username and password or create a new username and password for your account.</li>
<li>You will then be asked to create a password encrypted backup file of your key with this username and password. See "8a. Back up your key" for more details.</li>
<li>After the restoration is complete, be sure to re-distribute the key backup disks. Any time two of those disks are in the same place, anyone could use them to access your account, even without knowing your username or password.<br><br>
</ol>
</div>
<p><a href="8Troubleshooting.html#q17">When I back up or restore my key using USB drives, I get an error.</a></p>
<p><a href="8Troubleshooting.html#q3">I want to use Martus on a co-worker’s computer, but it won’t accept my username/password.</a></p>
</section><!--//doc-section-->
<section id="backing-up-data-section" class="doc-section">
<h2 class="section-title">Backing Up Your Data to the Server</h2>
<div class="section-block">
<p>Martus automatically saves backup copies of saved, versioned and shared records to the Martus server as long as your configured server is set to On in the Martus main taskbar. This is one of the most important security features of Martus. Since your data is backed up to cloud servers you can recover your valuable data should your device (E.g. computer/laptop) be lost.</p>
<p>All saved, shared and versioned records will be listed under the <i>Saved</i> label. When a record has been successfully sent to the server, a check mark appears in the <i>On Server</i> column though there may be a delay before the column is populated.</p>
<p>If you do not have an Internet connection, or if your computer cannot connect to your designated server, the record remains unsent, and the <i>On Server</i> column will display an X. If you have not yet <a href="#">configured a server</a>, the Sent column will be blank. As soon as you connect to the Internet, and a valid Martus server is configured, Martus sends all waiting records to the server. Martus will alert you to any records waiting to be sent to the server when you end a session.</p>
<p>Remember that backup can also happen without internet on external drives, by importing and exporting encrypted records as .mba files. We recommend backup be done regularly and off-site. (Contacts still must be configured in order for others to read it). Refer to the section on <a href="9Offline.html">Using Martus without internet/limited access.</a></p>
</div>
<p><a href="8Troubleshooting.html#q15">I’m having problems connecting to the server. What should I do?</a></p>
<p><a href="8Troubleshooting.html#q33">I am concerned that my internet activity, and/or my connection and sending records to the Martus servers, is being monitored or blocked. What can I do?</a></p>
<p><a href="8Troubleshooting.html#q13">Is there any limit to the size of records or attachments I can send to the server, or to the number of records I can store there?</a></p>
<p><a href="8Troubleshooting.html#q1">I’ve saved a record, but the check mark hasn't appeared in the On Server column
The records in my account on a co-worker’s computer do not match those on my computer.</a></p>
<p><a href="8Troubleshooting.html#q7">Can I backup my Martus data onto an external hard drive or other removable media?</a></p>
</section><!--//doc-section-->
<section id="sync-manager-section" class="doc-section">
<h2 class="section-title">Sync Manager </h2>
<div class="section-block">
<p>The Martus <b>Sync Manager</b> allows you to upload and download records to/from the server as well as view where your records are located as well as which records are authored by you or your contacts.</p>
<p>To <b>upload, download</b> or <b>eliminate records</b> from the server, select the Sync Manager icon from the Martus sidebar. The Sync Manager may not appear immediately, depending on the speed of your Internet connection.</p>
<p><img src="images/sync1.png" alt="Sync desktop" /></p>
<p>You can filter the records in the Sync Manager screen by selecting the following options:</p>
<b>All</b> - All your records regardless of location or creator.
<p><b>Local Only</b> - Records only located on your hard drive.
<p><b>Server Only</b> - Records only located on the server.
<p><b>Both</b> - Records located on both the server and your hard drive.
<p><b>My Records</b> - Records created by you.
<p><b>Shared With Me</b> - Records created by another Martus User.
</div>
<h4>Download Records</h4>
<ol>
<li>Select the Sync Manager icon <img src="images/synch.png"> from the Martus sidebar.</li>
<li>Select the desired record.</li>
<li>Select the records you would like to download.</li>
<li>Select <b>Download</b>.<br><br>
<b>Note</b>: If a record has already been downloaded to your local device, the Download button will not be available.</li>
</ol>
<h4>Upload Records</h4>
<ol>
<li>Select the Sync Manager icon <img src="images/synch.png"> from the Martus sidebar.</li>
<li>Select the desired record.</li>
<li>Select the records you would like to upload.</li>
<li>Select <b>Upload</b><br><br>
<b>Note</b>: If a record has already been uploaded to your configured server, the <b>Upload</b> button will not be available.</li>
</ol>
<h4>Delete Records from the Server</h4>
<p>Once you delete a record from the server, you cannot retrieve it unless you have a local or exported copy.</p>
<ol>
<li>Select the Sync Manager icon <img src="images/synch.png"> from the Martus sidebar.</li>
<li>Select the desired record.</li>
<li>1. Select <b>Delete from Server</b>.</li>
<b>Note</b>: If the <b>Delete from Server</b> option is not available for the record you have selected, the record has either not been uploaded to the server or is a record shared with you by another Martus account. Shared records cannot be deleted from the server by anyone but their original author.</li>
</ol>
<div>
</div>
<p><a href="8Managingrecords.html#settings-and-preferences-section">How do I change the Martus server settings?</a></p>
<p><a href="8Managingrecords.html#delete-section">How do I delete records on my computer?</a></p>
<p><a href="8Troubleshooting.html#q9">Why does Martus seem slow when I’m doing some tasks?</a></p>
</section><!--//doc-section-->
<section id="sharing-contacts-section" class="doc-section">
<h2 class="section-title">Sharing and Managing Contacts</h2>
<div class="section-block">
<p>Your colleagues — or anyone else you want to share your records, contacts or forms with (e.g. an editor who wants to review the work of a journalist, or even a colleague in your same office) — can create a Martus account and be added as one of your account’s Contacts, which will permit them to view your records only if you give them permission. They will not be able to create records using your account.</p>
<h4>Configuring Contacts</h4>
<p>a. To add a contact to your address book, navigate to Account > Manage Contacts</p>
<p>b. To add a contact you need their account token. This is a 7 digit number that works like an email address. It identifies your contact and allows you to send to them. There are two ways to add a contact:</p>
<p style="margin-left:25px;">i. Add a Contact by pulling its Martus <i>Public Account ID</i> from the Martus server: Input the Contact’s <i>Martus Account Access Token</i> in the <i>Access Token</i> field and select <b>Add Contact…</b>; or</p>
<p style="margin-left:25px;">ii. Add a Contact from a <i>Martus Public Information</i> (.mpi) file: Select <b>Import Contact from File…</b> and choose the (.mpi) file given to you by your Contact.</p>
<p>c. Verify the Contact by reviewing the <i>Public Code</i> associated with the Contact’s <i>Access Token</i> and select <b>Verify Now</b>. If you select <b>Verify Later</b>, you can verify the Contact at another time by selecting <b>Verify Now</b> from the Verified column in the <i>Manage Contacts</i> window.</p>
<br />
<p>Verification is important! For example, you receive an email from a colleague saying they have lost their account and need you to send all your sensitive data to a new account. If you verify their public code by phone or messenger your colleague might say no, that’s not me, I didn’t lose my account – don’t send anything! If it is them, they can confirm the number. </p>
<p>d. Enter a <i>Contact Name</i> for the Contact. Use a label that is meaningful to you, as you may not always remember the account's public code. The Contact label might be the name of the person or organization, or the name of a city or region, for example. You can change the label later if you want to. Only you will see the label you assign; others who view the record will not see the label, for security reasons.</p>
<p>e. Select <b>Save and Close</b>.</p>
<h4>Share your account information with another Martus account</h4>
<p><i>To share your Access Token and Public Code (used to add and verify you as a Contact):</i></p>
<p>1. Select <b>Account > Account Information</b>.</p>
<p>2. Give the <i>Access Token</i> to the Martus user who will add you as a Contact.</p>
<p>3. Communicate your Public Code through a secure communications channel in order to be verified once added as a Contact.</p>
<p>4. <b><i>Note:</i></b> Be sure to securely communicate access tokens and public codes using a method such as encrypted email, Off-the-record (OTR) chat, face to face, or another communication channel where nobody can intercept your information.</p>
<p><i>To share your Martus Public Information (.mpi) file (used to add a Contact):</i></p>
<p>1. Select <b>Account > Account Information</b>.</p>
<p>2. Select <b>Export My Public Account ID</b>, and name the file. Martus saves the file with a .mpi extension in your account directory in the Martus folder on your hard drive by default (though you can also save it elsewhere on your computer if desired), and confirms that it has been saved.</p>
<p>3. Give the .mpi file to the Martus account holder who wants to add you as a Contact. If you can’t find your .mpi file on a Mac, see Frequently Asked Questions.</p>
<h4>Share records with your Contacts</h4>
<p><i>To share a record individually with a Contact:</i></p>
<p>1. Choose to Create <img src="images/newrecord.png"> or Edit <img src="images/contacts.png"> a record and input any data.</p>
<p>2. Select the Add Contacts icon <img src="images/contacts.png">.
<p>3. Select the box(es) next to the Contact(s) with whom you would like to share the record</p>
<p>4. Select <b>OK</b>.</p>
<p>5. Select <b>Share</b> to save the record.</p>
<p><i>To share all new records with a Contact by default:</i></p>
<p>1. Select <b>Account > Manage Contacts</b>.</p>
<p>2. Select the <b>Manage Contacts</b> button.</p>
<p>3. Check the <i>Send to by Default</i> box for the desired Contact.
<b><i>Note:</i></b> You can still deny access to individual records as you create them.</p>
<p>4. Select <b>Save and Close</b>.</p>
<p><img src="images/sync2.png" alt="Sync desktop" /></p>
<h4>Deny a Contact access to your records</h4>
<p>Contacts will continue to have access to any records or record versions you saved while permission was given to their accounts. However, they will not have permission to view any future records or new record versions you save once you deny them access.</p>
<p><i>To deny access to individual records:</i></p>
<p>1. Select the record that you would like to update and select Edit.</p>
<p>2. Select the Add Contact.</p>
<p>3. Uncheck any Contacts that you would no longer like to share the record with.</p>
<p>4. Save, Version or Share the record.</p>
<p><i>To remove a Contact (prevents access to all new records or new record versions)):</i></p>
<p>1. Select Account > Manage Contacts.</p>
<p>2. Select the Manage Contacts button.</p>
<p>3. Select the X in the Remove column for the Contact you wish to remove.</p>
<p>4. Select Yes to confirm removal in the Remove Contact dialog box.</p>
<p>5. Select Save and Close.</p>
<p>As soon as a record has been shared with a Contact, the information in that record will be available to that Contact. Removing that Contact later will not prevent that Contact from viewing the data that was saved when they were configured as your Contact, but it will prevent them from viewing any the data in any records (or new versions of records) you create after they were removed.</p>
</div>
</section><!--//doc-section-->
</div><!--//content-inner-->
</div><!--//doc-content-->
<div class="doc-sidebar hidden-xs">
<nav id="doc-nav">
<ul id="doc-menu" style="top:180px!important;" class="nav doc-menu">
<li><a class="scrollto" href="#changing-username-section">Changing Your <br> Username and Password</a></li>
<li><a class="scrollto" href="#backing-up-key-section">Backing up Your Key</a></li>
<li><a class="scrollto" href="#delete-martus-section">Delete Martus, <br> Your Records, and <br>Account Information </a></li>
<li><a class="scrollto" href="#restoring-an-account-section">Restoring an Account</a></li>
<li><a class="scrollto" href="#backing-up-data-section">Backing Up Your Data <br>to the Server </a></li>
<li><a class="scrollto" href="#sync-manager-section">Sync Manager </a></li>
<li><a class="scrollto" href="#sharing-contacts-section">Sharing and managing <br>contacts</a></li>
</ul><!--//doc-menu-->
</nav>
</div><!--//doc-sidebar-->
</div><!--//doc-body-->
</div><!--//container-->
</div><!--//doc-wrapper-->
</div><!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com/" targe="_blank">Xiaoying Riley</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
</body>
</html>