File: passwordmaker.rdf

package info (click to toggle)
passwordmaker-cli 1.5%2Bdfsg-3.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 640 kB
  • ctags: 996
  • sloc: cpp: 6,768; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<RDF:RDF xmlns:NS1="http://passwordmaker.mozdev.org/rdf#"
         xmlns:NC="http://home.netscape.com/NC-rdf#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <RDF:Description RDF:about="http://passwordmaker.mozdev.org/defaults"
                   NS1:whereLeetLB="off"
                   NS1:leetLevelLB="1"
                   NS1:hashAlgorithmLB="md5"
                   NS1:passwordLength="8"
                   NS1:name="Defaults"
                   NS1:description="Default settings for URLs not elsewhere in this list"
                   NS1:protocolCB="false"
                   NS1:subdomainCB="false"
                   NS1:domainCB="true"
                   NS1:pathCB="false"
                   NS1:charset="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`~!@#$%^&amp;*()_-+={}|[]\:&quot;;'&lt;&gt;?,./"
                   NS1:prefix=""
                   NS1:suffix=""
                   NS1:autoPopulate="false" />
</RDF:RDF>