tor-design.bib 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. @Misc{anonymizer,
  2. key = {anonymizer},
  3. title = {The {Anonymizer}},
  4. note = {\url{http://www.anonymizer.com}}
  5. }
  6. @Misc{anonnet,
  7. key = {anonnet},
  8. title = {{AnonNet}},
  9. note = {\url{http://www.authnet.org/anonnet/}}
  10. }
  11. % can somebody track down the rest of this? -RD
  12. @Misc{castro-liskov,
  13. author = {Miguel Castro and Barbara Liskov},
  14. title = {Proactive Recovery in a Byzantine-Fault-Tolerant System},
  15. howpublished = {
  16. $<$http://www.pmg.lcs.mit.edu/$\tilde{\hspace{5pt}}$castro/application/recovery.pdf$>$},
  17. }
  18. @inproceedings{econymics,
  19. title = {On the Economics of Anonymity},
  20. author = {Alessandro Acquisti and Roger Dingledine and Paul Syverson},
  21. booktitle = {Financial Cryptography, FC 2003},
  22. year = {2003},
  23. editor = {Rebecca N. Wright},
  24. publisher = {Springer-Verlag, LNCS 2742},
  25. note = {\url{http://freehaven.net/doc/fc03/econymics.pdf}},
  26. }
  27. @inproceedings{eternity,
  28. title = {The Eternity Service},
  29. author = {Ross Anderson},
  30. booktitle = {Proceedings of Pragocrypt '96},
  31. year = {1996},
  32. note = {\url{http://www.cl.cam.ac.uk/users/rja14/eternity/eternity.html}},
  33. }
  34. @inproceedings{minion-design,
  35. title = {Mixminion: Design of a Type {III} Anonymous Remailer Protocol},
  36. author = {George Danezis and Roger Dingledine and Nick Mathewson},
  37. booktitle = {2003 IEEE Symposium on Security and Privacy},
  38. year = {2003},
  39. month = {May},
  40. publisher = {IEEE CS},
  41. pages = {2--15},
  42. note = {\url{http://mixminion.net/minion-design.pdf}},
  43. www_important = {1},
  44. www_section = {Anonymous communication},
  45. }
  46. @inproceedings{ rao-pseudonymity,
  47. author = "Josyula R. Rao and Pankaj Rohatgi",
  48. title = "Can Pseudonymity Really Guarantee Privacy?",
  49. booktitle = "Proceedings of the Ninth USENIX Security Symposium",
  50. year = {2000},
  51. month = Aug,
  52. publisher = {USENIX},
  53. pages = "85--96",
  54. note = {\url{http://www.usenix.org/publications/library/proceedings/sec2000/
  55. full_papers/rao/rao.pdf}},
  56. }
  57. @InProceedings{pfitzmann90how,
  58. author = "Birgit Pfitzmann and Andreas Pfitzmann",
  59. title = "How to Break the Direct {RSA}-Implementation of {MIXes}",
  60. booktitle = {Eurocrypt 89},
  61. publisher = {Springer-Verlag, LNCS 434},
  62. year = {1990},
  63. note = {\url{http://citeseer.nj.nec.com/pfitzmann90how.html}},
  64. }
  65. % author = {Roger Dingledine and Nick Mathewson},
  66. @Misc{tor-spec,
  67. author = {Anonymized},
  68. title = {Tor Protocol Specifications},
  69. note = {\url{http://freehaven.net/tor/tor-spec.txt}},
  70. }
  71. @InProceedings{BM:mixencrypt,
  72. author = {M{\"o}ller, Bodo},
  73. title = {Provably Secure Public-Key Encryption for Length-Preserving Chaumian Mixes},
  74. booktitle = {{CT-RSA} 2003},
  75. publisher = {Springer-Verlag, LNCS 2612},
  76. year = 2003,
  77. }
  78. % Would a more recent reference for SPRPs be more useful?
  79. @Article{sprp,
  80. author = {Michael Luby and Charles Rackoff},
  81. title = {How to Construct Pseudorandom Permutations from
  82. Pseudorandom Functions},
  83. journal = {SIAM Journal on Computing},
  84. year = {1988},
  85. volume = {17},
  86. number = {2},
  87. pages = {373--386},
  88. }
  89. @InProceedings{back01,
  90. author = {Adam Back and Ulf M\"oller and Anton Stiglic},
  91. title = {Traffic Analysis Attacks and Trade-Offs in Anonymity Providing Systems},
  92. booktitle = {Information Hiding (IH 2001)},
  93. pages = {245--257},
  94. year = 2001,
  95. editor = {Ira S. Moskowitz},
  96. publisher = {Springer-Verlag, LNCS 2137},
  97. note = {\newline \url{http://www.cypherspace.org/adam/pubs/traffic.pdf}},
  98. }
  99. @InProceedings{rackoff93cryptographic,
  100. author = {Charles Rackoff and Daniel R. Simon},
  101. title = {Cryptographic Defense Against Traffic Analysis},
  102. booktitle = {{ACM} Symposium on Theory of Computing},
  103. pages = {672--681},
  104. year = {1993},
  105. note = {\url{http://research.microsoft.com/crypto/dansimon/me.htm}},
  106. }
  107. @InProceedings{freehaven-berk,
  108. author = {Roger Dingledine and Michael J. Freedman and David Molnar},
  109. title = {The Free Haven Project: Distributed Anonymous Storage Service},
  110. booktitle = {Designing Privacy Enhancing Technologies: Workshop
  111. on Design Issue in Anonymity and Unobservability},
  112. year = {2000},
  113. month = {July},
  114. editor = {H. Federrath},
  115. publisher = {Springer-Verlag, LNCS 2009},
  116. note = {\url{http://freehaven.net/papers.html}},
  117. }
  118. @InProceedings{raymond00,
  119. author = {J. F. Raymond},
  120. title = {{Traffic Analysis: Protocols, Attacks, Design Issues,
  121. and Open Problems}},
  122. booktitle = {Designing Privacy Enhancing Technologies: Workshop
  123. on Design Issue in Anonymity and Unobservability},
  124. year = 2000,
  125. month = {July},
  126. pages = {10-29},
  127. editor = {H. Federrath},
  128. publisher = {Springer-Verlag, LNCS 2009},
  129. }
  130. @InProceedings{trickle02,
  131. author = {Andrei Serjantov and Roger Dingledine and Paul Syverson},
  132. title = {From a Trickle to a Flood: Active Attacks on Several
  133. Mix Types},
  134. booktitle = {Information Hiding (IH 2002)},
  135. year = {2002},
  136. editor = {Fabien Petitcolas},
  137. publisher = {Springer-Verlag, LNCS 2578},
  138. }
  139. @InProceedings{langos02,
  140. author = {Oliver Berthold and Heinrich Langos},
  141. title = {Dummy Traffic Against Long Term Intersection Attacks},
  142. booktitle = {Privacy Enhancing Technologies (PET 2002)},
  143. year = {2002},
  144. editor = {Roger Dingledine and Paul Syverson},
  145. publisher = {Springer-Verlag, LNCS 2482}
  146. }
  147. @InProceedings{or-discex00,
  148. author = {Paul Syverson and Michael Reed and David Goldschlag},
  149. title = {{O}nion {R}outing Access Configurations},
  150. booktitle = {DARPA Information Survivability Conference and
  151. Exposition (DISCEX 2000)},
  152. year = {2000},
  153. publisher = {IEEE CS Press},
  154. pages = {34--40},
  155. volume = {1},
  156. note = {\newline \url{http://www.onion-router.net/Publications.html}},
  157. }
  158. @Inproceedings{or-pet00,
  159. title = {{Towards an Analysis of Onion Routing Security}},
  160. author = {Paul Syverson and Gene Tsudik and Michael Reed and
  161. Carl Landwehr},
  162. booktitle = {Designing Privacy Enhancing Technologies: Workshop
  163. on Design Issue in Anonymity and Unobservability},
  164. year = 2000,
  165. month = {July},
  166. pages = {96--114},
  167. editor = {H. Federrath},
  168. publisher = {Springer-Verlag, LNCS 2009},
  169. note = {\url{http://www.onion-router.net/Publications/WDIAU-2000.ps.gz}},
  170. }
  171. @Inproceedings{freenet-pets00,
  172. title = {Freenet: A Distributed Anonymous Information Storage
  173. and Retrieval System},
  174. author = {Ian Clarke and Oskar Sandberg and Brandon Wiley and
  175. Theodore W. Hong},
  176. booktitle = {Designing Privacy Enhancing Technologies: Workshop
  177. on Design Issue in Anonymity and Unobservability},
  178. year = 2000,
  179. month = {July},
  180. pages = {46--66},
  181. editor = {H. Federrath},
  182. publisher = {Springer-Verlag, LNCS 2009},
  183. note = {\url{http://citeseer.nj.nec.com/clarke00freenet.html}},
  184. }
  185. @InProceedings{or-ih96,
  186. author = {David M. Goldschlag and Michael G. Reed and Paul
  187. F. Syverson},
  188. title = {Hiding Routing Information},
  189. booktitle = {Information Hiding, First International Workshop},
  190. pages = {137--150},
  191. year = 1996,
  192. editor = {R. Anderson},
  193. month = {May},
  194. publisher = {Springer-Verlag, LNCS 1174},
  195. note = {\url{http://www.onion-router.net/Publications/IH-1996.ps.gz}}
  196. }
  197. @Article{or-jsac98,
  198. author = {Michael G. Reed and Paul F. Syverson and David
  199. M. Goldschlag},
  200. title = {Anonymous Connections and Onion Routing},
  201. journal = {IEEE Journal on Selected Areas in Communications},
  202. year = 1998,
  203. volume = 16,
  204. number = 4,
  205. pages = {482--494},
  206. month = {May},
  207. note = {\url{http://www.onion-router.net/Publications/JSAC-1998.ps.gz}}
  208. }
  209. @Misc{TLS,
  210. author = {T. Dierks and C. Allen},
  211. title = {The {TLS} {P}rotocol --- {V}ersion 1.0},
  212. howpublished = {IETF RFC 2246},
  213. month = {January},
  214. year = {1999},
  215. note = {\url{http://www.rfc-editor.org/rfc/rfc2246.txt}},
  216. }
  217. @Misc{SMTP,
  218. author = {J. Postel},
  219. title = {Simple {M}ail {T}ransfer {P}rotocol},
  220. howpublished = {IETF RFC 2821 (also STD0010)},
  221. month = {April},
  222. year = {2001},
  223. note = {\url{http://www.rfc-editor.org/rfc/rfc2821.txt}},
  224. }
  225. @Misc{IMAP,
  226. author = {M. Crispin},
  227. title = {Internet {M}essage {A}ccess {P}rotocol --- {V}ersion 4rev1},
  228. howpublished = {IETF RFC 2060},
  229. month = {December},
  230. year = {1996},
  231. note = {\url{http://www.rfc-editor.org/rfc/rfc2060.txt}},
  232. }
  233. @misc{pipenet,
  234. title = {PipeNet 1.1},
  235. author = {Wei Dai},
  236. year = 1996,
  237. month = {August},
  238. howpublished = {Usenet post},
  239. note = {\url{http://www.eskimo.com/~weidai/pipenet.txt} First mentioned
  240. in a post to the cypherpunks list, Feb.\ 1995.},
  241. }
  242. @Misc{POP3,
  243. author = {J. Myers and M. Rose},
  244. title = {Post {O}ffice {P}rotocol --- {V}ersion 3},
  245. howpublished = {IETF RFC 1939 (also STD0053)},
  246. month = {May},
  247. year = {1996},
  248. note = {\url{http://www.rfc-editor.org/rfc/rfc1939.txt}},
  249. }
  250. @InProceedings{shuffle,
  251. author = {C. Andrew Neff},
  252. title = {A Verifiable Secret Shuffle and its Application to E-Voting},
  253. booktitle = {8th ACM Conference on Computer and Communications
  254. Security (CCS-8)},
  255. pages = {116--125},
  256. year = 2001,
  257. editor = {P. Samarati},
  258. month = {November},
  259. publisher = {ACM Press},
  260. note = {\url{http://www.votehere.net/ada_compliant/ourtechnology/
  261. technicaldocs/shuffle.pdf}},
  262. }
  263. @InProceedings{dolev91,
  264. author = {Danny Dolev and Cynthia Dwork and Moni Naor},
  265. title = {Non-Malleable Cryptography},
  266. booktitle = {23rd ACM Symposium on the Theory of Computing (STOC)},
  267. pages = {542--552},
  268. year = 1991,
  269. note = {Updated version at
  270. \url{http://citeseer.nj.nec.com/dolev00nonmalleable.html}},
  271. }
  272. @TechReport{rsw96,
  273. author = {Ronald L. Rivest and Adi Shamir and David A. Wagner},
  274. title = {Time-lock puzzles and timed-release Crypto},
  275. year = 1996,
  276. type = {MIT LCS technical memo},
  277. number = {MIT/LCS/TR-684},
  278. month = {February},
  279. note = {\newline \url{http://citeseer.nj.nec.com/rivest96timelock.html}},
  280. }
  281. @InProceedings{web-mix,
  282. author = {Oliver Berthold and Hannes Federrath and Stefan K\"opsell},
  283. title = {Web {MIX}es: A system for anonymous and unobservable
  284. {I}nternet access},
  285. booktitle = {Designing Privacy Enhancing Technologies: Workshop
  286. on Design Issue in Anonymity and Unobservability},
  287. editor = {H. Federrath},
  288. publisher = {Springer-Verlag, LNCS 2009},
  289. pages = {115--129},
  290. year = 2000,
  291. }
  292. @InProceedings{disad-free-routes,
  293. author = {Oliver Berthold and Andreas Pfitzmann and Ronny Standtke},
  294. title = {The disadvantages of free {MIX} routes and how to overcome
  295. them},
  296. booktitle = {Designing Privacy Enhancing Technologies: Workshop
  297. on Design Issue in Anonymity and Unobservability},
  298. pages = {30--45},
  299. year = 2000,
  300. editor = {H. Federrath},
  301. publisher = {Springer-Verlag, LNCS 2009},
  302. note = {\url{http://www.tik.ee.ethz.ch/~weiler/lehre/netsec/Unterlagen/anon/
  303. disadvantages_berthold.pdf}},
  304. }
  305. @InProceedings{boneh00,
  306. author = {Dan Boneh and Moni Naor},
  307. title = {Timed Commitments},
  308. booktitle = {Advances in Cryptology -- {CRYPTO} 2000},
  309. pages = {236--254},
  310. year = 2000,
  311. publisher = {Springer-Verlag, LNCS 1880},
  312. note = {\newline \url{http://crypto.stanford.edu/~dabo/abstracts/timedcommit.html}},
  313. }
  314. @InProceedings{goldschlag98,
  315. author = {David M. Goldschlag and Stuart G. Stubblebine},
  316. title = {Publicly Verifiable Lotteries: Applications of
  317. Delaying Functions},
  318. booktitle = {Financial Cryptography, FC'98},
  319. pages = {214--226},
  320. year = 1998,
  321. publisher = {Springer-Verlag, LNCS 1465},
  322. note = {\newline \url{http://citeseer.nj.nec.com/goldschlag98publicly.html}},
  323. }
  324. @InProceedings{syverson98,
  325. author = {Paul Syverson},
  326. title = {Weakly Secret Bit Commitment: Applications to
  327. Lotteries and Fair Exchange},
  328. booktitle = {Computer Security Foundations Workshop (CSFW11)},
  329. pages = {2--13},
  330. year = 1998,
  331. address = {Rockport Massachusetts},
  332. month = {June},
  333. publisher = {IEEE CS Press},
  334. note = {\newline \url{http://chacs.nrl.navy.mil/publications/CHACS/1998/}},
  335. }
  336. @Misc{shoup-iso,
  337. author = {Victor Shoup},
  338. title = {A Proposal for an {ISO} {S}tandard for Public Key Encryption (version 2.1)},
  339. note = {Revised December 20, 2001. \url{http://www.shoup.net/papers/}},
  340. }
  341. @Misc{shoup-oaep,
  342. author = {Victor Shoup},
  343. title = {{OAEP} Reconsidered},
  344. howpublished = {{IACR} e-print 2000/060},
  345. note = {\newline \url{http://eprint.iacr.org/2000/060/}},
  346. }
  347. @Misc{oaep-still-alive,
  348. author = {E. Fujisaki and D. Pointcheval and T. Okamoto and J. Stern},
  349. title = {{RSA}-{OAEP} is Still Alive!},
  350. howpublished = {{IACR} e-print 2000/061},
  351. note = {\newline \url{http://eprint.iacr.org/2000/061/}},
  352. }
  353. @misc{echolot,
  354. author = {Peter Palfrader},
  355. title = {Echolot: a pinger for anonymous remailers},
  356. note = {\url{http://www.palfrader.org/echolot/}},
  357. }
  358. @Misc{mixmaster-attacks,
  359. author = {Lance Cottrell},
  360. title = {Mixmaster and Remailer Attacks},
  361. note = {\url{http://www.obscura.com/~loki/remailer/remailer-essay.html}},
  362. }
  363. @Misc{mixmaster-spec,
  364. author = {Ulf M{\"o}ller and Lance Cottrell and Peter
  365. Palfrader and Len Sassaman},
  366. title = {Mixmaster {P}rotocol --- {V}ersion 2},
  367. year = {2003},
  368. month = {July},
  369. howpublished = {Draft},
  370. note = {\url{http://www.abditum.com/mixmaster-spec.txt}},
  371. }
  372. @Article{mitzenm-loss,
  373. author = {G. Louth and M. Mitzenmacher and F.P. Kelly},
  374. title = {Computational Complexity of Loss Networks},
  375. journal = {Theoretical Computer Science},
  376. year = {1994},
  377. volume = {125},
  378. pages = {45-59},
  379. note = {\newline \url{http://citeseer.nj.nec.com/louth94computational.html}},
  380. }
  381. @Misc{hashcash,
  382. author = {Adam Back},
  383. title = {Hash cash},
  384. note = {\newline \url{http://www.cypherspace.org/~adam/hashcash/}},
  385. }
  386. @InProceedings{oreilly-acc,
  387. author = {Roger Dingledine and Michael J. Freedman and David Molnar},
  388. title = {Accountability},
  389. booktitle = {Peer-to-peer: Harnessing the Benefits of a Disruptive
  390. Technology},
  391. year = {2001},
  392. publisher = {O'Reilly and Associates},
  393. }
  394. @InProceedings{han,
  395. author = {Yongfei Han},
  396. title = {Investigation of non-repudiation protocols},
  397. booktitle = {ACISP '96},
  398. year = 1996,
  399. publisher = {Springer-Verlag},
  400. }
  401. @Misc{socks5,
  402. key = {socks5},
  403. title = {{SOCKS} {P}rotocol {V}ersion 5},
  404. howpublished= {IETF RFC 1928},
  405. month = {March},
  406. year = 1996,
  407. note = {\url{http://www.ietf.org/rfc/rfc1928.txt}}
  408. }
  409. @InProceedings{abe,
  410. author = {Masayuki Abe},
  411. title = {Universally Verifiable {MIX} With Verification Work Independent of
  412. The Number of {MIX} Servers},
  413. booktitle = {{EUROCRYPT} 1998},
  414. year = {1998},
  415. publisher = {Springer-Verlag, LNCS 1403},
  416. }
  417. @InProceedings{desmedt,
  418. author = {Yvo Desmedt and Kaoru Kurosawa},
  419. title = {How To Break a Practical {MIX} and Design a New One},
  420. booktitle = {{EUROCRYPT} 2000},
  421. year = {2000},
  422. publisher = {Springer-Verlag, LNCS 1803},
  423. note = {\url{http://citeseer.nj.nec.com/447709.html}},
  424. }
  425. @InProceedings{mitkuro,
  426. author = {M. Mitomo and K. Kurosawa},
  427. title = {{Attack for Flash MIX}},
  428. booktitle = {{ASIACRYPT} 2000},
  429. year = {2000},
  430. publisher = {Springer-Verlag, LNCS 1976},
  431. note = {\newline \url{http://citeseer.nj.nec.com/450148.html}},
  432. }
  433. @InProceedings{hybrid-mix,
  434. author = {M. Ohkubo and M. Abe},
  435. title = {A {L}ength-{I}nvariant {H}ybrid {MIX}},
  436. booktitle = {Advances in Cryptology - {ASIACRYPT} 2000},
  437. year = {2000},
  438. publisher = {Springer-Verlag, LNCS 1976},
  439. }
  440. @InProceedings{PShuffle,
  441. author = {Jun Furukawa and Kazue Sako},
  442. title = {An Efficient Scheme for Proving a Shuffle},
  443. editor = {Joe Kilian},
  444. booktitle = {CRYPTO 2001},
  445. year = {2001},
  446. publisher = {Springer-Verlag, LNCS 2139},
  447. }
  448. @InProceedings{jakobsson-optimally,
  449. author = "Markus Jakobsson and Ari Juels",
  450. title = "An Optimally Robust Hybrid Mix Network (Extended Abstract)",
  451. booktitle = {Principles of Distributed Computing - {PODC} '01},
  452. year = "2001",
  453. publisher = {ACM Press},
  454. note = {\url{http://citeseer.nj.nec.com/492015.html}},
  455. }
  456. @InProceedings{kesdogan,
  457. author = {D. Kesdogan and M. Egner and T. B\"uschkes},
  458. title = {Stop-and-Go {MIX}es Providing Probabilistic Anonymity in an Open
  459. System},
  460. booktitle = {Information Hiding (IH 1998)},
  461. year = {1998},
  462. publisher = {Springer-Verlag, LNCS 1525},
  463. note = {\url{http://www.cl.cam.ac.uk/~fapp2/ihw98/ihw98-sgmix.pdf}},
  464. }
  465. @InProceedings{socks4,
  466. author = {David Koblas and Michelle R. Koblas},
  467. title = {{SOCKS}},
  468. booktitle = {UNIX Security III Symposium (1992 USENIX Security
  469. Symposium)},
  470. pages = {77--83},
  471. year = 1992,
  472. publisher = {USENIX},
  473. }
  474. @InProceedings{flash-mix,
  475. author = {Markus Jakobsson},
  476. title = {Flash {M}ixing},
  477. booktitle = {Principles of Distributed Computing - {PODC} '99},
  478. year = {1999},
  479. publisher = {ACM Press},
  480. note = {\newline \url{http://citeseer.nj.nec.com/jakobsson99flash.html}},
  481. }
  482. @InProceedings{SK,
  483. author = {Joe Kilian and Kazue Sako},
  484. title = {Receipt-Free {MIX}-Type Voting Scheme - A Practical Solution to
  485. the Implementation of a Voting Booth},
  486. booktitle = {EUROCRYPT '95},
  487. year = {1995},
  488. publisher = {Springer-Verlag},
  489. }
  490. @InProceedings{OAEP,
  491. author = {M. Bellare and P. Rogaway},
  492. year = {1994},
  493. booktitle = {EUROCRYPT '94},
  494. title = {Optimal {A}symmetric {E}ncryption {P}adding : How To Encrypt With
  495. {RSA}},
  496. publisher = {Springer-Verlag},
  497. note = {\newline \url{http://www-cse.ucsd.edu/users/mihir/papers/oaep.html}},
  498. }
  499. @inproceedings{babel,
  500. title = {Mixing {E}-mail With {B}abel},
  501. author = {Ceki G\"ulc\"u and Gene Tsudik},
  502. booktitle = {Proceedings of the Network and Distributed Security Symposium - {NDSS} '96},
  503. year = 1996,
  504. month = {February},
  505. pages = {2--16},
  506. publisher = {IEEE},
  507. www_important = 1,
  508. note = {\url{http://citeseer.nj.nec.com/2254.html}},
  509. www_section = {Anonymous communication},
  510. }
  511. @InProceedings{freenet,
  512. author = {Ian Clarke and Oskar Sandberg and Brandon Wiley and Theodore W. Hong},
  513. title = {Freenet: {A} Distributed Anonymous Information Storage and Retrieval
  514. System},
  515. booktitle = {Workshop on Design Issues in Anonymity and Unobservability},
  516. pages = {46--66},
  517. year = {2000},
  518. note = {\newline \url{http://citeseer.nj.nec.com/clarke00freenet.html}},
  519. }
  520. @Misc{rprocess,
  521. author = {RProcess},
  522. title = {Selective Denial of Service Attacks},
  523. note = {\newline \url{http://www.eff.org/pub/Privacy/Anonymity/1999\_09\_DoS\_remail\_vuln.html}},
  524. }
  525. @Article{remailer-history,
  526. author = {Sameer Parekh},
  527. title = {Prospects for Remailers},
  528. journal = {First Monday},
  529. volume = {1},
  530. number = {2},
  531. month = {August},
  532. year = {1996},
  533. note = {\url{http://www.firstmonday.dk/issues/issue2/remailers/}},
  534. }
  535. @Article{chaum-mix,
  536. author = {David Chaum},
  537. title = {Untraceable electronic mail, return addresses, and digital pseudo-nyms},
  538. journal = {Communications of the ACM},
  539. year = {1981},
  540. volume = {4},
  541. number = {2},
  542. month = {February},
  543. note = {\url{http://www.eskimo.com/~weidai/mix-net.txt}},
  544. }
  545. @InProceedings{nym-alias-net,
  546. author = {David Mazi\`{e}res and M. Frans Kaashoek},
  547. title = {{The Design, Implementation and Operation of an Email
  548. Pseudonym Server}},
  549. booktitle = {$5^{th}$ ACM Conference on Computer and
  550. Communications Security (CCS'98)},
  551. year = 1998,
  552. publisher = {ACM Press},
  553. note = {\newline \url{http://www.scs.cs.nyu.edu/~dm/}},
  554. }
  555. @InProceedings{tangler,
  556. author = {Marc Waldman and David Mazi\`{e}res},
  557. title = {Tanger: A Censorship-Resistant Publishing System
  558. Based on Document Entanglements},
  559. booktitle = {$8^{th}$ ACM Conference on Computer and
  560. Communications Security (CCS-8)},
  561. pages = {86--135},
  562. year = 2001,
  563. publisher = {ACM Press},
  564. note = {\url{http://www.scs.cs.nyu.edu/~dm/}}
  565. }
  566. @misc{neochaum,
  567. author = {Tim May},
  568. title = {Payment mixes for anonymity},
  569. howpublished = {E-mail archived at
  570. \url{http://\newline www.inet-one.com/cypherpunks/dir.2000.02.28-2000.03.05/msg00334.html}},
  571. }
  572. @misc{helsingius,
  573. author = {J. Helsingius},
  574. title = {{\tt anon.penet.fi} press release},
  575. note = {\newline \url{http://www.penet.fi/press-english.html}},
  576. }
  577. @InProceedings{garay97secure,
  578. author = {J. Garay and R. Gennaro and C. Jutla and T. Rabin},
  579. title = {Secure distributed storage and retrieval},
  580. booktitle = {11th International Workshop, WDAG '97},
  581. pages = {275--289},
  582. year = {1997},
  583. publisher = {Springer-Verlag, LNCS 1320},
  584. note = {\newline \url{http://citeseer.nj.nec.com/garay97secure.html}},
  585. }
  586. @InProceedings{PIK,
  587. author = {C. Park and K. Itoh and K. Kurosawa},
  588. title = {Efficient anonymous channel and all/nothing election scheme},
  589. booktitle = {Advances in Cryptology -- {EUROCRYPT} '93},
  590. pages = {248--259},
  591. publisher = {Springer-Verlag, LNCS 765},
  592. }
  593. @Misc{pgpfaq,
  594. key = {PGP},
  595. title = {{PGP} {FAQ}},
  596. note = {\newline \url{http://www.faqs.org/faqs/pgp-faq/}},
  597. }
  598. @Article{riordan-schneier,
  599. author = {James Riordan and Bruce Schneier},
  600. title = {A Certified E-mail Protocol with No Trusted Third Party},
  601. journal = {13th Annual Computer Security Applications Conference},
  602. month = {December},
  603. year = {1998},
  604. note = {\newline \url{http://www.counterpane.com/certified-email.html}},
  605. }
  606. @Article{crowds-tissec,
  607. author = {Michael K. Reiter and Aviel D. Rubin},
  608. title = {Crowds: Anonymity for Web Transactions},
  609. journal = {ACM TISSEC},
  610. year = 1998,
  611. volume = 1,
  612. number = 1,
  613. pages = {66--92},
  614. month = {November},
  615. note = {\url{http://citeseer.nj.nec.com/284739.html}}
  616. }
  617. @Article{crowds-dimacs,
  618. author = {Michael K. Reiter and Aviel D. Rubin},
  619. title = {Crowds: Anonymity for Web Transactions},
  620. journal = {{DIMACS} Technical Report (Revised)},
  621. volume = {97},
  622. number = {15},
  623. month = {August},
  624. year = {1997},
  625. }
  626. @Misc{advogato,
  627. author = {Raph Levien},
  628. title = {Advogato's Trust Metric},
  629. note = {\newline \url{http://www.advogato.org/trust-metric.html}},
  630. }
  631. @InProceedings{publius,
  632. author = {Marc Waldman and Aviel Rubin and Lorrie Cranor},
  633. title = {Publius: {A} robust, tamper-evident, censorship-resistant and
  634. source-anonymous web publishing system},
  635. booktitle = {Proc. 9th USENIX Security Symposium},
  636. pages = {59--72},
  637. year = {2000},
  638. month = {August},
  639. note = {\newline \url{http://citeseer.nj.nec.com/waldman00publius.html}},
  640. }
  641. @Misc{freedom-nyms,
  642. author = {Russell Samuels},
  643. title = {Untraceable Nym Creation on the {F}reedom {N}etwork},
  644. year = {1999},
  645. month = {November},
  646. day = {21},
  647. note = {\newline \url{http://www.freedom.net/products/whitepapers/white11.html}},
  648. }
  649. @techreport{freedom2-arch,
  650. title = {Freedom Systems 2.0 Architecture},
  651. author = {Philippe Boucher and Adam Shostack and Ian Goldberg},
  652. institution = {Zero Knowledge Systems, {Inc.}},
  653. year = {2000},
  654. month = {December},
  655. type = {White Paper},
  656. day = {18},
  657. }
  658. @techreport{freedom21-security,
  659. title = {Freedom Systems 2.1 Security Issues and Analysis},
  660. author = {Adam Back and Ian Goldberg and Adam Shostack},
  661. institution = {Zero Knowledge Systems, {Inc.}},
  662. year = {2001},
  663. month = {May},
  664. type = {White Paper},
  665. }
  666. @inproceedings{cfs:sosp01,
  667. title = {Wide-area cooperative storage with {CFS}},
  668. author = {Frank Dabek and M. Frans Kaashoek and David Karger and Robert Morris and Ion Stoica},
  669. booktitle = {Proceedings of the 18th {ACM} {S}ymposium on {O}perating {S}ystems {P}rinciples ({SOSP} '01)},
  670. year = {2001},
  671. month = {October},
  672. address = {Chateau Lake Louise, Banff, Canada},
  673. }
  674. @inproceedings{SS03,
  675. title = {Passive Attack Analysis for Connection-Based Anonymity Systems},
  676. author = {Andrei Serjantov and Peter Sewell},
  677. booktitle = {Computer Security -- ESORICS 2003},
  678. publisher = {Springer-Verlag, LNCS (forthcoming)},
  679. year = {2003},
  680. month = {October},
  681. note = {\url{http://www.cl.cam.ac.uk/users/aas23/papers_aas/conn_sys.ps}},
  682. }
  683. @Article{raghavan87randomized,
  684. author = {P. Raghavan and C. Thompson},
  685. title = {Randomized rounding: A technique for provably good algorithms and algorithmic proofs},
  686. journal = {Combinatorica},
  687. volume = {7},
  688. pages = {365--374},
  689. year = {1987},
  690. }
  691. @InProceedings{leighton91fast,
  692. author = {Frank Thomson Leighton and Fillia Makedon and Serge A. Plotkin and
  693. Clifford Stein and Eva Tardos and Spyros Tragoudas},
  694. title = {Fast Approximation Algorithms for Multicommodity Flow Problems},
  695. booktitle = {{ACM} Symposium on Theory of Computing},
  696. pages = {101-111},
  697. year = {1991},
  698. note = {\newline \url{http://citeseer.nj.nec.com/91073.html}},
  699. }
  700. @Misc{pk-relations,
  701. author = {M. Bellare and A. Desai and D. Pointcheval and P. Rogaway},
  702. title = {Relations Among Notions of Security for Public-Key Encryption
  703. Schemes},
  704. howpublished = {
  705. Extended abstract in {\em Advances in Cryptology - CRYPTO '98}, LNCS Vol. 1462.
  706. Springer-Verlag, 1998.
  707. Full version available from \newline \url{http://www-cse.ucsd.edu/users/mihir/}},
  708. }
  709. @InProceedings{mix-acc,
  710. author = {Roger Dingledine and Michael J. Freedman and David
  711. Hopwood and David Molnar},
  712. title = {{A Reputation System to Increase MIX-net
  713. Reliability}},
  714. booktitle = {Information Hiding (IH 2001)},
  715. pages = {126--141},
  716. year = 2001,
  717. editor = {Ira S. Moskowitz},
  718. publisher = {Springer-Verlag, LNCS 2137},
  719. note = {\url{http://www.freehaven.net/papers.html}},
  720. }
  721. @InProceedings{casc-rep,
  722. author = {Roger Dingledine and Paul Syverson},
  723. title = {{Reliable MIX Cascade Networks through Reputation}},
  724. booktitle = {Financial Cryptography (FC '02)},
  725. year = 2002,
  726. editor = {Matt Blaze},
  727. publisher = {Springer-Verlag, LNCS 2357},
  728. note = {\newline \url{http://www.freehaven.net/papers.html}},
  729. }
  730. @InProceedings{zhou96certified,
  731. author = {Zhou and Gollmann},
  732. title = {Certified Electronic Mail},
  733. booktitle = {{ESORICS: European Symposium on Research in Computer
  734. Security}},
  735. publisher = {Springer-Verlag, LNCS 1146},
  736. year = {1996},
  737. note = {\newline \url{http://citeseer.nj.nec.com/zhou96certified.html}},
  738. }
  739. @Misc{realtime-mix,
  740. author = {Anja Jerichow and Jan M\"uller and Andreas Pfitzmann and
  741. Birgit Pfitzmann and Michael Waidner},
  742. title = {{Real-Time MIXes: A Bandwidth-Efficient Anonymity Protocol}},
  743. howpublished = {IEEE Journal on Selected Areas in Communications, 1998.},
  744. note = {\url{http://www.zurich.ibm.com/security/publications/1998.html}},
  745. }
  746. @InProceedings{BEAR-LIONESS,
  747. author = {Ross Anderson and Eli Biham},
  748. title = {Two Practical and Provably Secure Block Ciphers: {BEAR} and {LION}},
  749. booktitle = {International Workshop on Fast Software Encryption},
  750. year = {1996},
  751. publisher = {Springer-Verlag},
  752. note = {\url{http://citeseer.nj.nec.com/anderson96two.html}},
  753. }
  754. @Misc{SPC,
  755. author = {Daniel Bleichenbacher and Anand Desai},
  756. title = {A Construction of a Super-Pseudorandom Cipher},
  757. howpublished = {Manuscript},
  758. }
  759. @InProceedings{danezis-pets03,
  760. author = {George Danezis},
  761. title = {Mix-networks with Restricted Routes},
  762. booktitle = {Privacy Enhancing Technologies (PET 2003)},
  763. year = 2003,
  764. editor = {Roger Dingledine},
  765. publisher = {Springer-Verlag LNCS 2760}
  766. }
  767. @InProceedings{gap-pets03,
  768. author = {Krista Bennett and Christian Grothoff},
  769. title = {{GAP} -- practical anonymous networking},
  770. booktitle = {Privacy Enhancing Technologies (PET 2003)},
  771. year = 2003,
  772. editor = {Roger Dingledine},
  773. publisher = {Springer-Verlag LNCS 2760}
  774. }
  775. @Article{hordes-jcs,
  776. author = {Brian Neal Levine and Clay Shields},
  777. title = {Hordes: A Multicast-Based Protocol for Anonymity},
  778. journal = {Journal of Computer Security},
  779. year = 2002,
  780. volume = 10,
  781. number = 3,
  782. pages = {213--240}
  783. }
  784. @TechReport{herbivore,
  785. author = {Sharad Goel and Mark Robson and Milo Polte and Emin G\"{u}n Sirer},
  786. title = {Herbivore: A Scalable and Efficient Protocol for Anonymous Communication},
  787. institution = {Cornell University Computing and Information Science},
  788. year = 2003,
  789. type = {Technical Report},
  790. number = {TR2003-1890},
  791. month = {February}
  792. }
  793. @InProceedings{p5,
  794. author = {Rob Sherwood and Bobby Bhattacharjee and Aravind Srinivasan},
  795. title = {$P^5$: A Protocol for Scalable Anonymous Communication},
  796. booktitle = {2002 IEEE Symposium on Security and Privacy},
  797. pages = {58--70},
  798. year = 2002,
  799. publisher = {IEEE CS}
  800. }
  801. @phdthesis{ian-thesis,
  802. title = {A Pseudonymous Communications Infrastructure for the Internet},
  803. author = {Ian Goldberg},
  804. school = {UC Berkeley},
  805. year = {2000},
  806. month = {December},
  807. }
  808. @Article{taz,
  809. author = {Ian Goldberg and David Wagner},
  810. title = {TAZ Servers and the Rewebber Network: Enabling
  811. Anonymous Publishing on the World Wide Web},
  812. journal = {First Monday},
  813. year = 1998,
  814. volume = 3,
  815. number = 4,
  816. month = {August},
  817. note = {\url{http://www.firstmonday.dk/issues/issue3_4/goldberg/}}
  818. }
  819. @inproceedings{wright02,
  820. title = {An Analysis of the Degradation of Anonymous Protocols},
  821. author = {Matthew Wright and Micah Adler and Brian Neil Levine and Clay Shields},
  822. booktitle = {Proceedings of the Network and Distributed Security Symposium - {NDSS} '02},
  823. year = {2002},
  824. month = {February},
  825. publisher = {IEEE},
  826. }
  827. @inproceedings{wright03,
  828. title = {Defending Anonymous Communication Against Passive Logging Attacks},
  829. author = {Matthew Wright and Micah Adler and Brian Neil Levine and Clay Shields},
  830. booktitle = {2003 IEEE Symposium on Security and Privacy},
  831. pages= {28--41},
  832. year = {2003},
  833. month = {May},
  834. publisher = {IEEE CS},
  835. }
  836. %%% Local Variables:
  837. %%% mode: latex
  838. %%% TeX-master: "tor-design"
  839. %%% End: