1; The RHash config file config
2
3; crc32 is the default hash sum
4#crc32=on
5#md5=on
6#sha1=on
7
8; use windows code page (useful only under windows)
9#ansi=on
10
11; ignore case in filenames, when verifying crc files
12#ignore-case=on
13
14; directories are not scanned recursively by default
15#recursive=on
16
17; OK messages are printed by default
18#skip-ok=on
19
20; accept only *.sfv files while recursively checking directories
21#crc-accept=.sfv
22#crc-accept=.sfv,.md5,.sha1,.tiger,.tth,.aich
23
24; percents are switched off by default
25#percents=on
26