PRIVSS-QCON

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
COPYRIGHT

NAME

privss-qcon − manual page for privss-qcon 0.9

SYNOPSIS

privss-qcon [OPTION ...] WORD [WORD ...]

DESCRIPTION

Generate an encrypted query searching for each listed WORD.

Mandatory arguments to long options are mandatory for short options too.
−h
, −−help

print this message

−v, −−version

print version information

−q, −−quiet

don’t print status messages

−b, −−keybits N

generate an N−bit key pair; default is 1024

−o, −−output−query FILE

store resulting query in FILE; default is "enc_query"

−k, −−output−key FILE

store generated private key in FILE; default is "prv_key"

−z, −−block−size N

process documents in blocks of N elements; default is 16

−w, −−no−keywords

do not save keywords with searched documents; in this case it will not be possible to filter false positives upon reconstruction

−t, −−table−len N

use a hash table with N entries (larger N results in a larger query, smaller N results in false positives); default is 256

−i, −−i−buf−len N

use a i−buffer with N entries; default is 315

−c, −−c−buf−len N

use a c−buffer with N entries; default is 135

−l, −−l−buf−len N

use a l−buffer with N entries; default is 128

−d, −−d−buf−len N

use a d−buffer with N blocks; default is 512

AUTHOR

Written by John Bethencourt <bethenco@cs.cmu.edu>.

COPYRIGHT

Copyright © 2006 SRI International.
This is free software released under the GPL, see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.