-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathexamples.txt
More file actions
73 lines (63 loc) · 1.63 KB
/
examples.txt
File metadata and controls
73 lines (63 loc) · 1.63 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
C:\Projects\KeePassCommander\example>CsharpExample.exe
title : Sample Entry
username : User Name
password : Password
url : https://keepass.info/
urlscheme : https
urlhost : keepass.info
urlport : 443
urlpath : /
notes : Notes Één €ûrò
C:\Projects\KeePassCommander\example>FromBat.bat
entryname: Sample Entry
username: User Name
password: Password
url: https://keepass.info/
url-scheme: https
url-host: keepass.info
url-port: 443
url-path: /
notes: Tm90ZXMgw4nDqW4g4oKsw7tyw7I=
C:\Projects\KeePassCommander\example>FromPhp.bat
KeePassCommander\KeePassEntry Object
(
[title] => Sample Entry
[username] => User Name
[password] => Password
[url] => https://keepass.info/
[urlscheme] => https
[urlhost] => keepass.info
[urlport] => 443
[urlpath] => /
[notes] => Notes Één €ûrò
)
C:\Projects\KeePassCommander\example>FromPowershell.bat
title : Sample Entry
username : User Name
password : Password
url : https://keepass.info/
urlscheme : https
urlhost : keepass.info
urlport : 443
urlpath : /
notes : Notes Één €ûrò
C:\Projects\KeePassCommander\example>FromPowershellUsingDll.bat
title : Sample Entry
username : User Name
password : Password
url : https://keepass.info/
urlscheme : https
urlhost : keepass.info
urlport : 443
urlpath : /
notes : Notes Één €ûrò
C:\Projects\KeePassCommander\example>FromPython.bat
title : Sample Entry
username : User Name
password : Password
url : https://keepass.info/
urlscheme : https
urlhost : keepass.info
urlport : 443
urlpath : /
notes : Notes Één €ûrò