@@ -152,15 +152,15 @@ The password database is created and is active now. You can start adding entries
152
152
You can now list the entry with one of the list options.
153
153
154
154
$ varuh -l 1
155
- =====================================================================
155
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
156
156
ID: 1
157
157
Title: My Website Login
158
158
User: mememe
159
159
URL: http://mywebsite.name
160
160
Password: ****************
161
161
Notes: Website uses Nginx auth
162
162
Modified: 2021-21-09 23:12:35
163
- =====================================================================
163
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
164
164
165
165
For more on listing see the [ Listing and Searching] ( #listing-and-searching ) section below.
166
166
@@ -180,15 +180,15 @@ For more on listing see the [Listing and Searching](#listing-and-searching) sect
180
180
Updated entry.
181
181
182
182
$ varuh -l 1 -s
183
- =====================================================================
183
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
184
184
ID: 1
185
185
Title: My Blog Login
186
186
User: meblog
187
187
URL: http://myblog.name
188
188
Password: myblog123
189
189
Notes: Website uses Apache
190
190
Modified: 2021-21-09 23:15:29
191
- =====================================================================
191
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
192
192
193
193
(* -s* turns on visible passwords)
194
194
@@ -260,15 +260,15 @@ Manually decrypt the database using `-d` option.
260
260
Now the database is active again and you can see the listings.
261
261
262
262
$ varuh -l 2
263
- =====================================================================
263
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
264
264
ID: 2
265
265
Title: My Blog Login
266
266
User: myblog.name
267
267
URL: http://meblog
268
268
Password: *********
269
269
Notes: Website uses Apache
270
270
Modified: 2021-21-09 23:21:32
271
- =====================================================================
271
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
272
272
273
273
## Always on encryption
274
274
@@ -279,15 +279,15 @@ If the config param `encrypt_on` is set to `true` along with `auto_encrypt` (def
279
279
$ varuh -f my -s
280
280
Password:
281
281
Decryption complete.
282
- =====================================================================
282
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
283
283
ID: 2
284
284
Title: MY LOCAL BANK
285
285
User: banklogin
286
286
URL: https://my.localbank.com
287
287
Password: bankpass123
288
288
Notes:
289
289
Modified: 2021-21-18 12:44:10
290
- =====================================================================
290
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
291
291
292
292
Encryption complete.
293
293
@@ -301,77 +301,77 @@ Listing and Searching
301
301
To list an entry using its id,
302
302
303
303
$ varuh -l 8
304
- =====================================================================
304
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
305
305
ID: 8
306
306
Title: Google account
307
307
User: anandpillai@alumni.iitm.ac.in
308
308
URL:
309
309
Password: ***********
310
310
Notes:
311
311
Modified: 2021-21-25 15:02:50
312
- =====================================================================
312
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
313
313
314
314
## To search an entry
315
315
316
316
An entry can be searched on its title, username, URL or notes. Search is case-insensitive.
317
317
318
318
$ varuh -f google
319
- =====================================================================
319
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
320
320
ID: 8
321
321
Title: Google account
322
322
User: anandpillai@alumni.iitm.ac.in
323
323
URL:
324
324
Password: **********
325
325
Notes:
326
326
Modified: 2021-21-25 15:02:50
327
- =====================================================================
327
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
328
328
ID: 9
329
329
Title: Google account
330
330
User: xyz@gmail.com
331
331
URL:
332
332
Password: ********
333
333
Notes:
334
334
Modified: 2021-21-25 15:05:36
335
- =====================================================================
335
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
336
336
ID: 10
337
337
Title: Google account
338
338
User: somethingaboutme@gmail.com
339
339
URL:
340
340
Password: ***********
341
341
Notes:
342
342
Modified: 2021-21-25 15:09:51
343
- =====================================================================
343
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
344
344
345
345
## To list all entries
346
346
347
347
To list all entries, use the option ` -a ` .
348
348
349
349
$ varuh -a
350
- =====================================================================
350
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
351
351
ID: 1
352
352
Title: My Bank #1
353
353
User: myusername1
354
354
URL: https://mysuperbank1.com
355
355
Password: ***********
356
356
Notes:
357
357
Modified: 2021-21-15 15:40:29
358
- =====================================================================
358
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
359
359
ID: 2
360
360
Title: My Digital Locker #1
361
361
User: mylockerusername
362
362
URL: https://mysuperlocker1.com
363
363
Password: **********
364
364
Notes:
365
365
Modified: 2021-21-18 12:44:10
366
- =====================================================================
366
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
367
367
ID: 3
368
368
Title: My Bank Login #2
369
369
User: mybankname2
370
370
URL: https://myaveragebank.com
371
371
Password: **********
372
372
Notes:
373
373
Modified: 2021-21-19 14:16:33
374
- =====================================================================
374
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
375
375
...
376
376
377
377
By default the listing is in ascending ID order. This can be changed in the configuration (see below).
0 commit comments