├── CNAME ├── LICENSE ├── README.rst ├── fetch_pdfs.py ├── footer.tpl ├── header.tpl └── references.bib /CNAME: -------------------------------------------------------------------------------- 1 | mixbib.censor.watch -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | {description} 294 | Copyright (C) {year} {fullname} 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | {signature of Ty Coon}, 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | 341 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | Mixbib 2 | ====== 3 | 4 | This repository contains the BibTeX file and HTML templates that are used to 5 | create the Mix Network Bibliography, mixbib. Find the HTML version here: 6 | https://bib.mixnetworks.org 7 | 8 | Build it 9 | -------- 10 | 11 | You first need `bibliogra.py` https://github.com/NullHypothesis/bibliograpy 12 | to turn the BibTeX file into an HTML bibliography. 13 | 14 | Then, run the following commands to write the bibliography to `OUTPUT_DIR`.:: 15 | 16 | $ ./fetch_pdfs.py references.bib OUTPUT_DIR 17 | $ bibliogra.py -H header.tpl -F footer.tpl -f references.bib OUTPUT_DIR 18 | 19 | 20 | Acknowledgements 21 | ---------------- 22 | Thanks to Philipp Winter, this repository is inspired by the censorbib repo: 23 | 24 | https://github.com/NullHypothesis/censorbib 25 | 26 | 27 | Contact 28 | ------- 29 | 30 | IRC #katzenpost @ OFTC https://www.oftc.net/ 31 | 32 | Mix network mailing list https://lists.mixnetworks.org/listinfo/mixnetworks 33 | -------------------------------------------------------------------------------- /fetch_pdfs.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # 3 | # Copyright 2015 Philipp Winter 4 | # 5 | # This program is free software: you can redistribute it and/or modify 6 | # it under the terms of the GNU General Public License as published by 7 | # the Free Software Foundation, either version 3 of the License, or 8 | # (at your option) any later version. 9 | # 10 | # This program is distributed in the hope that it will be useful, 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | # GNU General Public License for more details. 14 | # 15 | # You should have received a copy of the GNU General Public License 16 | # along with this program. If not, see . 17 | """ 18 | Fetch pdf and ps files in BibTeX file. 19 | """ 20 | 21 | import os 22 | import sys 23 | import errno 24 | import urllib2 25 | 26 | import pybtex.database.input.bibtex as bibtex 27 | 28 | 29 | def download_pdf(url, file_name): 30 | """ 31 | Download file and write it to given file name. 32 | """ 33 | 34 | print "Now fetching %s" % url 35 | 36 | try: 37 | fetched_file = urllib2.urlopen(url) 38 | except Exception as err: 39 | print >> sys.stderr, err 40 | return 41 | 42 | if not os.path.exists(os.path.dirname(file_name)): 43 | try: 44 | os.makedirs(os.path.dirname(file_name)) 45 | except OSError as exc: # Guard against race condition; from http://stackoverflow.com/a/12517490 46 | if exc.errno != errno.EEXIST: 47 | raise 48 | 49 | with open(file_name, "w") as fd: 50 | fd.write(fetched_file.read()) 51 | 52 | 53 | def main(file_name, output_dir): 54 | """ 55 | Extract BibTeX key and URL, and then trigger file download. 56 | """ 57 | 58 | parser = bibtex.Parser() 59 | bibdata = parser.parse_file(file_name) 60 | 61 | # Create download directories. 62 | 63 | try: 64 | os.makedirs(os.path.join(output_dir, "pdf")) 65 | os.makedirs(os.path.join(output_dir, "ps")) 66 | except OSError as exc: 67 | if exc.errno == errno.EEXIST: 68 | pass 69 | else: 70 | raise 71 | 72 | # Iterate over all BibTeX entries and trigger download if necessary. 73 | 74 | for bibkey in bibdata.entries: 75 | 76 | entry = bibdata.entries[bibkey] 77 | url = entry.fields.get("url") 78 | if url is None: 79 | continue 80 | 81 | # Extract file name extension and see what we are dealing with. 82 | 83 | _, ext = os.path.splitext(url) 84 | if ext: 85 | ext = ext[1:] 86 | 87 | if ext not in ["pdf", "ps"]: 88 | print >> sys.stderr, ("Skipping %s because it's not a pdf " 89 | "or ps file." % url) 90 | continue 91 | 92 | file_name = os.path.join(output_dir, ext, bibkey + ".%s" % ext) 93 | if os.path.exists(file_name): 94 | print >> sys.stderr, ("Skipping %s because we already " 95 | "have it." % file_name) 96 | continue 97 | 98 | download_pdf(url, file_name) 99 | 100 | return 0 101 | 102 | 103 | if __name__ == "__main__": 104 | 105 | if len(sys.argv) != 3: 106 | print >> sys.stderr, "\nUsage: %s FILE_NAME OUTPUT_DIR\n" % sys.argv[0] 107 | sys.exit(1) 108 | 109 | sys.exit(main(sys.argv[1], sys.argv[2])) 110 | -------------------------------------------------------------------------------- /footer.tpl: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | Bibliography generated by bibliograpy. 5 |
6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /header.tpl: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | MixBib 9 | 17 | 18 | 19 | 20 |

Selected Research Papers on Mix-Networks

21 | -------------------------------------------------------------------------------- /references.bib: -------------------------------------------------------------------------------- 1 | 2 | @misc{cryptoeprint:2017:1000, 3 | title = {No right to remain silent: Isolating Malicious Mixes}, 4 | author = {Hemi Leibowitz and Ania Piotrowska and George Danezis and Amir Herzberg}, 5 | year = {2017}, 6 | month = {October}, 7 | howpublished = {Cryptology ePrint Archive, Report 2017/1000}, 8 | www_tags = {selected}, 9 | www_section = {Anonymous communication}, 10 | www_pdf_url = {http://eprint.iacr.org/2017/1000.pdf}, 11 | www_html_url = {http://eprint.iacr.org/2017/1000}, 12 | } 13 | 14 | @inproceedings{DBLP:conf/sp/Das0MK18, 15 | Author = {Debajyoti Das and Sebastian Meiser and Esfandiar Mohammadi and Aniket Kate}, 16 | Bibsource = {dblp computer science bibliography, https://dblp.org}, 17 | Biburl = {https://dblp.org/rec/bib/conf/sp/Das0MK18}, 18 | Booktitle = {2018 {IEEE} Symposium on Security and Privacy, {SP} 2018, Proceedings, 21-23 May 2018, San Francisco, California, {USA}}, 19 | Crossref = {DBLP:conf/sp/2018}, 20 | Date-Added = {2019-01-29 02:25:00 +0100}, 21 | Date-Modified = {2019-01-29 02:25:00 +0100}, 22 | Doi = {10.1109/SP.2018.00011}, 23 | Pages = {108--126}, 24 | Timestamp = {Fri, 24 Aug 2018 00:34:59 +0200}, 25 | Title = {Anonymity Trilemma: Strong Anonymity, Low Bandwidth Overhead, Low Latency - Choose Two}, 26 | Url = {https://doi.org/10.1109/SP.2018.00011}, 27 | Year = {2018}, 28 | Bdsk-Url-1 = {https://doi.org/10.1109/SP.2018.00011}} 29 | 30 | @article{DBLP:journals/csur/ShiraziSABD18, 31 | Author = {Fatemeh Shirazi and Milivoj Simeonovski and Muhammad Rizwan Asghar and Michael Backes and Claudia D{\'{\i}}az}, 32 | Bibsource = {dblp computer science bibliography, https://dblp.org}, 33 | Biburl = {https://dblp.org/rec/bib/journals/csur/ShiraziSABD18}, 34 | Date-Added = {2019-01-29 01:58:26 +0100}, 35 | Date-Modified = {2019-01-29 01:58:26 +0100}, 36 | Doi = {10.1145/3182658}, 37 | Journal = {{ACM} Computing Surveys}, 38 | Number = {3}, 39 | Pages = {51:1--51:39}, 40 | Timestamp = {Wed, 21 Nov 2018 12:44:28 +0100}, 41 | Title = {A Survey on Routing in Anonymous Communication Protocols}, 42 | Url = {https://doi.org/10.1145/3182658}, 43 | Volume = {51}, 44 | Year = {2018}, 45 | Bdsk-Url-1 = {https://doi.org/10.1145/3182658}} 46 | 47 | @inproceedings{DBLP:conf/uss/AlexopoulosKT017, 48 | Author = {Nikolaos Alexopoulos and Aggelos Kiayias and Riivo Talviste and Thomas Zacharias}, 49 | Bibsource = {dblp computer science bibliography, https://dblp.org}, 50 | Biburl = {https://dblp.org/rec/bib/conf/uss/AlexopoulosKT017}, 51 | Booktitle = {26th {USENIX} Security Symposium, {USENIX} Security 2017, Vancouver, BC, Canada, August 16-18, 2017.}, 52 | Crossref = {DBLP:conf/uss/2017}, 53 | Date-Added = {2019-01-29 01:58:04 +0100}, 54 | Date-Modified = {2019-01-29 01:58:04 +0100}, 55 | Pages = {1217--1234}, 56 | Timestamp = {Fri, 01 Sep 2017 12:29:11 +0200}, 57 | Title = {MCMix: Anonymous Messaging via Secure Multiparty Computation}, 58 | Url = {https://www.usenix.org/conference/usenixsecurity17/technical-sessions/presentation/alexopoulos}, 59 | Year = {2017}, 60 | Bdsk-Url-1 = {https://www.usenix.org/conference/usenixsecurity17/technical-sessions/presentation/alexopoulos}} 61 | 62 | @inproceedings{DBLP:conf/asiacrypt/ChaidosFK018, 63 | Author = {Pyrros Chaidos and Olga Fourtounelli and Aggelos Kiayias and Thomas Zacharias}, 64 | Bibsource = {dblp computer science bibliography, https://dblp.org}, 65 | Biburl = {https://dblp.org/rec/bib/conf/asiacrypt/ChaidosFK018}, 66 | Booktitle = {Advances in Cryptology - {ASIACRYPT} 2018 - 24th International Conference on the Theory and Application of Cryptology and Information Security, Brisbane, QLD, Australia, December 2-6, 2018, Proceedings, Part {III}}, 67 | Crossref = {DBLP:conf/asiacrypt/2018-3}, 68 | Date-Added = {2019-01-29 01:57:14 +0100}, 69 | Date-Modified = {2019-01-29 01:57:14 +0100}, 70 | Doi = {10.1007/978-3-030-03332-3\_8}, 71 | Pages = {191--221}, 72 | Timestamp = {Thu, 22 Nov 2018 11:41:13 +0100}, 73 | Title = {A Universally Composable Framework for the Privacy of Email Ecosystems}, 74 | Url = {https://asiacrypt.iacr.org/2018/files/SLIDES/THURSDAY/P514/0900-1015/AC2018-conf-flat.pdf}, 75 | Year = {2018}, 76 | Bdsk-Url-1 = {https://doi.org/10.1007/978-3-030-03332-3%5C_8}} 77 | 78 | @inproceedings{entropist, 79 | Author = {Paul Syverson}, 80 | Booktitle = {Proceedings of Security Protocols XVII: 17th International Workshop, April 2009, Revised Selected Papers}, 81 | Editor = {Bruce Christianson and James A. Malcolm and Vashek Maty\'{a}\v{s} and Michael Roe}, 82 | Pages = {231--239}, 83 | Publisher = {Springer-Verlag, LNCS 7028}, 84 | Title = {Why {I'm} not an Entropist}, 85 | Www_Pdf_Url = {http://www.syverson.org/entropist-final.pdf}, 86 | Www_Tags = {selected}, 87 | Year = 2013} 88 | 89 | @misc{cryptoeprint:2016:489, 90 | Author = {Nethanel Gelernter and Amir Herzberg and Hemi Leibowitz}, 91 | Howpublished = {Cryptology ePrint Archive, Report 2016/489}, 92 | Title = {Two Cents for Strong Anonymity: The Anonymous Post-office Protocol}, 93 | Url = {https://eprint.iacr.org/2016/489.pdf}, 94 | Year = {2016}, 95 | Bdsk-Url-1 = {https://eprint.iacr.org/2016/489.pdf}} 96 | 97 | @misc{pets2011, 98 | Author = {Paul Syverson}, 99 | Title = {Sleeping dogs lie on a bed of onions but wake when mixed}, 100 | Url = {https://petsymposium.org/2011/papers/hotpets11-final10Syverson.pdf}, 101 | Year = {2011}, 102 | Bdsk-Url-1 = {https://petsymposium.org/2011/papers/hotpets11-final10Syverson.pdf}} 103 | 104 | @article{chaum-mix, 105 | Author = {David Chaum}, 106 | Journal = {Communications of the ACM}, 107 | Month = {February}, 108 | Number = {2}, 109 | Title = {Untraceable electronic mail, return addresses, and digital pseudonyms}, 110 | Url = {http://www.ovmj.org/GNUnet/papers/p84-chaum.pdf}, 111 | Volume = {24}, 112 | Year = {1981}, 113 | Bdsk-Url-1 = {http://www.ovmj.org/GNUnet/papers/p84-chaum.pdf}} 114 | 115 | @inproceedings{ISDN-mixes, 116 | Author = {Andreas Pfitzmann and Birgit Pfitzmann and Michael Waidner}, 117 | Booktitle = {Proceedings of the GI/ITG Conference on Communication in Distributed Systems}, 118 | Month = {February}, 119 | Pages = {451--463}, 120 | Title = {{ISDN-mixes: Untraceable communication with very small bandwidth overhead}}, 121 | Www_Ps_Gz_Url = {http://www.semper.org/sirene/publ/PfPW_91TelMixeGI_NTG.ps.gz}, 122 | Www_Tags = {selected}, 123 | Year = 1991} 124 | 125 | @inproceedings{BM:mixencrypt, 126 | Author = {Bodo M{\"o}ller}, 127 | Booktitle = {Proceedings of {CT-RSA} 2003}, 128 | Month = {April}, 129 | Publisher = {Springer-Verlag, LNCS 2612}, 130 | Title = {Provably Secure Public-Key Encryption for Length-Preserving Chaumian Mixes}, 131 | Www_Pdf_Url = {http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/mixencrypt-ct-rsa2003.pdf}, 132 | Www_Tags = {selected}, 133 | Year = 2003} 134 | 135 | @misc{mixmaster-spec, 136 | Author = {Ulf M{\"o}ller and Lance Cottrell and Peter Palfrader and Len Sassaman}, 137 | Howpublished = {IETF Internet Draft}, 138 | Month = {July}, 139 | Title = {Mixmaster {P}rotocol --- {V}ersion 2}, 140 | Www_Important = {1}, 141 | Www_Tags = {selected}, 142 | Www_Txt_Url = {http://www.abditum.com/mixmaster-spec.txt}, 143 | Year = 2003} 144 | 145 | @inproceedings{abe, 146 | Author = {Masayuki Abe}, 147 | Booktitle = {Proceedings of {EUROCRYPT} 1998}, 148 | Publisher = {Springer-Verlag, LNCS 1403}, 149 | Title = {Universally Verifiable mix-net With Verification Work Independent of The Number of mix Servers}, 150 | Www_Tags = {selected}, 151 | Year = {1998}} 152 | 153 | @inproceedings{desmedt, 154 | Author = {Yvo Desmedt and Kaoru Kurosawa}, 155 | Booktitle = {Proceedings of {EUROCRYPT} 2000}, 156 | Publisher = {Springer-Verlag, LNCS 1803}, 157 | Title = {How To Break a Practical {MIX} and Design a New One}, 158 | Www_Html_Url = {http://citeseer.nj.nec.com/447709.html}, 159 | Www_Tags = {selected}, 160 | Year = {2000}} 161 | 162 | @inproceedings{hybrid-mix, 163 | Author = {Miyako Ohkubo and Masayuki Abe}, 164 | Booktitle = {Proceedings of {ASIACRYPT} 2000}, 165 | Publisher = {Springer-Verlag, LNCS 1976}, 166 | Title = {A {L}ength-{I}nvariant {H}ybrid {MIX}}, 167 | Www_Tags = {selected}, 168 | Year = {2000}} 169 | 170 | @inproceedings{jakobsson-optimally, 171 | Author = {Markus Jakobsson and Ari Juels}, 172 | Booktitle = {Proceedings of Principles of Distributed Computing - {PODC} '01}, 173 | Publisher = {ACM Press}, 174 | Title = {An Optimally Robust Hybrid Mix Network (Extended Abstract)}, 175 | Www_Html_Url = {http://citeseer.nj.nec.com/492015.html}, 176 | Www_Tags = {selected}, 177 | Year = {2001}} 178 | 179 | @inproceedings{stop-and-go, 180 | Author = {Dogan Kesdogan and Jan Egner and Roland B\"uschkes}, 181 | Booktitle = {Proceedings of Information Hiding Workshop (IH 1998)}, 182 | Publisher = {Springer-Verlag, LNCS 1525}, 183 | Title = {Stop-and-Go {MIX}es: Providing Probabilistic Anonymity in an Open System}, 184 | Www_Pdf_Url = {http://www.uow.edu.au/~ldn01/infohide98.pdf}, 185 | Www_Tags = {selected}, 186 | Year = {1998}} 187 | 188 | @inproceedings{flash-mix, 189 | Author = {Markus Jakobsson}, 190 | Booktitle = {Proceedings of Principles of Distributed Computing - {PODC} '99}, 191 | Publisher = {ACM Press}, 192 | Title = {Flash {M}ixing}, 193 | Www_Important = {1}, 194 | Www_Pdf_Url = {http://www.rsasecurity.com/rsalabs/staff/bios/mjakobsson/flashmix/flashmix.pdf}, 195 | Www_Tags = {selected}, 196 | Year = {1999}} 197 | 198 | @inproceedings{babel, 199 | Author = {Ceki G\"ulc\"u and Gene Tsudik}, 200 | Booktitle = {Proceedings of the Network and Distributed Security Symposium - {NDSS} '96}, 201 | Month = {February}, 202 | Pages = {2--16}, 203 | Publisher = {IEEE}, 204 | Title = {Mixing {E}-mail With {B}abel}, 205 | Www_Html_Url = {http://citeseer.nj.nec.com/2254.html}, 206 | Www_Important = {1}, 207 | Www_Ps_Url = {http://www.isoc.org/conferences/ndss96/gulcu.ps}, 208 | Www_Tags = {selected}, 209 | Year = {1996}} 210 | 211 | @inproceedings{minion-design, 212 | Author = {George Danezis and Roger Dingledine and Nick Mathewson}, 213 | Booktitle = {Proceedings of the 2003 IEEE Symposium on Security and Privacy}, 214 | Month = {May}, 215 | Pages = {2--15}, 216 | Title = {{Mixminion: Design of a Type III Anonymous Remailer Protocol}}, 217 | Www_Important = {1}, 218 | Www_Pdf_Url = {http://mixminion.net/minion-design.pdf}, 219 | Www_Tags = {selected}, 220 | Year = 2003} 221 | 222 | @inproceedings{agrawal03, 223 | Author = {Dakshi Agrawal and Dogan Kesdogan and Stefan Penz}, 224 | Booktitle = {Proceedings of the 2003 IEEE Symposium on Security and Privacy}, 225 | Month = {May}, 226 | Pages = {16--27}, 227 | Title = {{Probabilistic Treatment of MIXes to Hamper Traffic Analysis}}, 228 | Www_Pdf_Url = {http://www.research.ibm.com/people/a/agrawal/publications/AKP2003.pdf}, 229 | Www_Tags = {selected}, 230 | Year = 2003} 231 | 232 | @inproceedings{wright03, 233 | Author = {Matthew Wright and Micah Adler and Brian Neil Levine and Clay Shields}, 234 | Booktitle = {Proceedings of the 2003 IEEE Symposium on Security and Privacy}, 235 | Month = {May}, 236 | Pages = {28--43}, 237 | Title = {Defending Anonymous Communication Against Passive Logging Attacks}, 238 | Www_Pdf_Url = {http://www.cs.umass.edu/~mwright/papers/wright-passive.pdf}, 239 | Www_Tags = {selected}, 240 | Year = 2003} 241 | 242 | @inproceedings{mix-acc, 243 | Author = {Roger Dingledine and Michael J. Freedman and David Hopwood and David Molnar}, 244 | Booktitle = {Proceedings of Information Hiding Workshop (IH 2001)}, 245 | Editor = {Ira S. Moskowitz}, 246 | Month = {April}, 247 | Pages = {126--141}, 248 | Publisher = {Springer-Verlag, LNCS 2137}, 249 | Title = {{A Reputation System to Increase MIX-net Reliability}}, 250 | Www_Pdf_Url = {http://freehaven.net/doc/mix-acc/mix-acc.pdf}, 251 | Www_Ps_Url = {http://freehaven.net/doc/mix-acc/mix-acc.ps}, 252 | Www_Tags = {selected}, 253 | Year = 2001} 254 | 255 | @inproceedings{casc-rep, 256 | Author = {Roger Dingledine and Paul Syverson}, 257 | Booktitle = {Proceedings of Financial Cryptography (FC '02)}, 258 | Editor = {Matt Blaze}, 259 | Month = {March}, 260 | Publisher = {Springer-Verlag, LNCS 2357}, 261 | Title = {{Reliable MIX Cascade Networks through Reputation}}, 262 | Www_Pdf_Url = {http://freehaven.net/doc/casc-rep/casc-rep.pdf}, 263 | Www_Ps_Url = {http://freehaven.net/doc/casc-rep/casc-rep.ps}, 264 | Www_Tags = {selected}, 265 | Year = 2002} 266 | 267 | @inproceedings{pfitzmann90how, 268 | Author = {Birgit Pfitzmann and Andreas Pfitzmann}, 269 | Booktitle = {Proceedings of {EUROCRYPT} 1989}, 270 | Publisher = {Springer-Verlag, LNCS 434}, 271 | Title = {How to Break the Direct {RSA}-Implementation of {MIXes}}, 272 | Www_Ps_Gz_Url = {http://www.semper.org/sirene/lit/abstr90.html#PfPf_90}, 273 | Year = {1990}} 274 | 275 | @inproceedings{trickle02, 276 | Author = {Andrei Serjantov and Roger Dingledine and Paul Syverson}, 277 | Booktitle = {Proceedings of Information Hiding Workshop (IH 2002)}, 278 | Editor = {Fabien Petitcolas}, 279 | Month = {October}, 280 | Publisher = {Springer-Verlag, LNCS 2578}, 281 | Title = {From a Trickle to a Flood: Active Attacks on Several Mix Types}, 282 | Www_Important = {1}, 283 | Www_Pdf_Url = {http://freehaven.net/doc/batching-taxonomy/taxonomy.pdf}, 284 | Www_Ps_Url = {http://freehaven.net/doc/batching-taxonomy/taxonomy.ps}, 285 | Www_Tags = {selected}, 286 | Year = {2002}} 287 | 288 | @inproceedings{disad-free-routes, 289 | Author = {Oliver Berthold and Andreas Pfitzmann and Ronny Standtke}, 290 | Booktitle = {Proceedings of Designing Privacy Enhancing Technologies: Workshop on Design Issues in Anonymity and Unobservability}, 291 | Editor = {H. Federrath}, 292 | Month = {July}, 293 | Pages = {30--45}, 294 | Publisher = {Springer-Verlag, LNCS 2009}, 295 | Title = {The disadvantages of free {MIX} routes and how to overcome them}, 296 | Www_Pdf_Url = {http://www.tik.ee.ethz.ch/~weiler/lehre/netsec/Unterlagen/anon/disadvantages_berthold.pdf}, 297 | Www_Tags = {selected}, 298 | Year = 2000} 299 | 300 | @inproceedings{randomized-checking, 301 | Author = {Markus Jakobsson and Ari Juels and Ronald L. Rivest}, 302 | Booktitle = {Proceedings of the 11th USENIX Security Symposium}, 303 | Month = {August}, 304 | Title = {Making mix nets robust for electronic voting by randomized partial checking}, 305 | Www_Important = {1}, 306 | Www_Pdf_Url = {http://www.rsasecurity.com/rsalabs/staff/bios/mjakobsson/rpcmix/rpcmix.pdf}, 307 | Www_Tags = {selected}, 308 | Year = {2002}} 309 | 310 | @inproceedings{web-mix:pet2000, 311 | Author = {Oliver Berthold and Hannes Federrath and Stefan K\"opsell}, 312 | Booktitle = {Proceedings of Designing Privacy Enhancing Technologies: Workshop on Design Issues in Anonymity and Unobservability}, 313 | Editor = {H. Federrath}, 314 | Month = {July}, 315 | Pages = {115--129}, 316 | Publisher = {Springer-Verlag, LNCS 2009}, 317 | Title = {Web {MIX}es: A system for anonymous and unobservable {I}nternet access}, 318 | Www_Pdf_Url = {http://www.inf.fu-berlin.de/~feder/publ/2001/BeFK2001BerkeleyLNCS2009.pdf}, 319 | Www_Tags = {selected}, 320 | Year = 2000} 321 | 322 | @inproceedings{BonehGolle:psp2002, 323 | Author = {Dan Boneh and Philippe Golle}, 324 | Booktitle = {{Proceedings of the 9th ACM Conference on Computer and Communications Security (CCS 2002)}}, 325 | Editor = {Vijay Atluri}, 326 | Location = {Washington, DC}, 327 | Month = {November}, 328 | Pages = {68--77}, 329 | Title = {Almost Entirely Correct Mixing With Application to Voting}, 330 | Www_Pdf_Url = {http://crypto.stanford.edu/~pgolle/papers/psp.ps}, 331 | Www_Tags = {selected}, 332 | Year = {2002}} 333 | 334 | @article{realtime-mix, 335 | Author = {Anja Jerichow and Jan M\"uller and Andreas Pfitzmann and Birgit Pfitzmann and Michael Waidner}, 336 | Journal = {IEEE Journal on Selected Areas in Communications}, 337 | Number = {4}, 338 | Title = {{Real-Time MIXes: A Bandwidth-Efficient Anonymity Protocol}}, 339 | Volume = {16}, 340 | Www_Html_Url = {http://www.zurich.ibm.com/security/publications/1998.html}, 341 | Www_Tags = {selected}, 342 | Year = 1998} 343 | 344 | @inproceedings{SK, 345 | Author = {Joe Kilian and Kazue Sako}, 346 | Booktitle = {Proceedings of {EUROCRYPT} 1995}, 347 | Month = {May}, 348 | Publisher = {Springer-Verlag}, 349 | Title = {Receipt-Free {MIX}-Type Voting Scheme - A Practical Solution to the Implementation of a Voting Booth}, 350 | Www_Tags = {selected}, 351 | Year = {1995}} 352 | 353 | @inproceedings{danezis:pet2003, 354 | Author = {George Danezis}, 355 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2003)}, 356 | Editor = {Roger Dingledine}, 357 | Month = {March}, 358 | Pages = {1--17}, 359 | Publisher = {Springer-Verlag, LNCS 2760}, 360 | Title = {Mix-networks with Restricted Routes}, 361 | Www_Important = 1, 362 | Www_Pdf_Url = {http://www.cl.cam.ac.uk/~gd216/ExpMix.pdf}, 363 | Www_Tags = {selected}, 364 | Year = {2003}} 365 | 366 | @inproceedings{diaz:pet2003, 367 | Author = {Claudia Diaz and Andrei Serjantov}, 368 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2003)}, 369 | Editor = {Roger Dingledine}, 370 | Month = {March}, 371 | Pages = {18--31}, 372 | Publisher = {Springer-Verlag, LNCS 2760}, 373 | Title = {Generalising Mixes}, 374 | Www_Important = {1}, 375 | Www_Ps_Gz_Url = {http://www.esat.kuleuven.ac.be/~cdiaz/papers/DS03.ps.gz}, 376 | Www_Tags = {selected}, 377 | Year = {2003}} 378 | 379 | @inproceedings{nguyen:pet2003, 380 | Author = {Lan Nguyen and Rei Safavi-Naini}, 381 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2003)}, 382 | Editor = {Roger Dingledine}, 383 | Month = {March}, 384 | Pages = {66--80}, 385 | Publisher = {Springer-Verlag, LNCS 2760}, 386 | Title = {Breaking and Mending Resilient Mix-nets}, 387 | Www_Pdf_Url = {http://www.petworkshop.org/2003/preproc/05-preproc.pdf}, 388 | Www_Tags = {selected}, 389 | Year = {2003}} 390 | 391 | @inproceedings{morphmix:wpes2002, 392 | Author = {Marc Rennhard and Bernhard Plattner}, 393 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2002)}}, 394 | Location = {Washington, DC, USA}, 395 | Month = {November}, 396 | Title = {{Introducing MorphMix: Peer-to-Peer based Anonymous Internet Usage with Collusion Detection}}, 397 | Www_Important = {1}, 398 | Www_Pdf_Url = {http://www.tik.ee.ethz.ch/~rennhard/publications/morphmix.pdf}, 399 | Www_Ps_Gz_Url = {http://www.tik.ee.ethz.ch/~rennhard/publications/morphmix.ps.gz}, 400 | Www_Tags = {selected}, 401 | Year = {2002}} 402 | 403 | @inproceedings{RP03-1, 404 | Author = {Marc Rennhard and Bernhard Plattner}, 405 | Booktitle = {{Proceedings of the IEEE 8th Intl. Workshop on Enterprise Security (WET ICE 2003)}}, 406 | Location = {Linz, Austria}, 407 | Month = {June}, 408 | Title = {{Practical Anonymity for the Masses with Mix-Networks}}, 409 | Www_Pdf_Url = {http://www.tik.ee.ethz.ch/~rennhard/publications/WetIce2003.pdf}, 410 | Www_Ps_Gz_Url = {http://www.tik.ee.ethz.ch/~rennhard/publications/WetIce2003.ps.gz}, 411 | Www_Tags = {selected}, 412 | Year = {2003}} 413 | 414 | @inproceedings{Dan:SFMix03, 415 | Author = {George Danezis}, 416 | Booktitle = {Proceedings of 7th Nordic Workshop on Secure {IT} Systems}, 417 | Day = {7}, 418 | Editor = {Fisher-Hubner, Jonsson}, 419 | Location = {Karlstad, Sweden}, 420 | Month = {November}, 421 | Pages = {195--207}, 422 | Title = {Forward Secure Mixes}, 423 | Www_Pdf_Url = {http://www.cl.cam.ac.uk/~gd216/fsmix.pdf}, 424 | Www_Tags = {selected}, 425 | Year = {2002}} 426 | 427 | @inproceedings{SN03, 428 | Author = {Andrei Serjantov and Richard E. Newman}, 429 | Booktitle = {Proceedings of the Workshop on Privacy and Anonymity Issues in Networked and Distributed Systems}, 430 | Location = {Athens, Greece}, 431 | Month = {May}, 432 | Pages = {427--434}, 433 | Publisher = {Kluwer}, 434 | Title = {On the Anonymity of Timed Pool Mixes}, 435 | Www_Ps_Url = {http://www.cl.cam.ac.uk/~aas23/papers_aas/timed_mix_final.ps}, 436 | Www_Tags = {selected}, 437 | Year = {2003}} 438 | 439 | @inproceedings{reusable-channels:wpes2003, 440 | Author = {Philippe Golle and Markus Jakobsson}, 441 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2003)}}, 442 | Location = {Washington, DC, USA}, 443 | Month = {October}, 444 | Title = {Reusable Anonymous Return Channels}, 445 | Www_Pdf_Url = {http://crypto.stanford.edu/~pgolle/papers/return.pdf}, 446 | Www_Ps_Url = {http://crypto.stanford.edu/~pgolle/papers/return.ps}, 447 | Www_Remarks = {Reencryption mix-nets can allow users to use a single reply channel even when they maintain multiple separate nyms (think of it like a reply block but it looks different each time you give it to somebody).}, 448 | Www_Tags = {selected}, 449 | Year = {2003}} 450 | 451 | @inproceedings{danezis:wpes2003, 452 | Author = {George Danezis and Len Sassaman}, 453 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2003)}}, 454 | Location = {Washington, DC, USA}, 455 | Month = {October}, 456 | Title = {Heartbeat Traffic to Counter (n-1) Attacks}, 457 | Www_Pdf_Url = {http://www.cl.cam.ac.uk/users/gd216/p125_danezis.pdf}, 458 | Www_Remarks = {Mix nodes should send out "heartbeat" messages (dummies that start and end at that node). By measuring how many return in a given time, they can detect whether the adversary is dropping or delaying traffic coming into them (possibly so he can launch an active blending attack).}, 459 | Www_Tags = {selected}, 460 | Year = {2003}} 461 | 462 | @inproceedings{bauer:wpes2003, 463 | Author = {Matthias Bauer}, 464 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2003)}}, 465 | Location = {Washington, DC, USA}, 466 | Month = {October}, 467 | Title = {{New Covert Channels in HTTP: Adding Unwitting Web Browsers to Anonymity Sets}}, 468 | Www_Important = 1, 469 | Www_Ps_Url = {http://www1.informatik.uni-erlangen.de/~bauer/109-bauer.ps}, 470 | Www_Remarks = {Anonymity sets in deployed systems are small because few people think it's worthwhile to use them. But we can take advantage of ordinary web users to transfer messages (that is, mix them) from one webserver to another via cookies and http redirect tricks. Senders and receivers should also look like ordinary web users, so anonymity sets are large.}, 471 | Www_Tags = {selected}, 472 | Year = {2003}} 473 | 474 | @inproceedings{GolleJakobssonJuelsSyverson:universal04, 475 | Author = {Philippe Golle and Markus Jakobsson and Ari Juels and Paul Syverson}, 476 | Booktitle = {Proceedings of the 2004 RSA Conference, Cryptographer's track}, 477 | Location = {San Francisco, USA}, 478 | Month = {February}, 479 | Title = {Universal Re-Encryption for Mixnets}, 480 | Www_Pdf_Url = {http://www.syverson.org/univrenc-ctrsa.pdf}, 481 | Www_Tags = {selected}, 482 | Year = {2004}} 483 | 484 | @inproceedings{GKK03, 485 | Author = {Marcin Gomulkiewicz and Marek Klonowski and Miroslaw Kutylowski}, 486 | Booktitle = {Proceedings of ESORICS 2003}, 487 | Month = {October}, 488 | Title = {Rapid Mixing and Security of Chaum's Visual Electronic Voting}, 489 | Www_Pdf_Url = {http://www.im.pwr.wroc.pl/~kutylow/articles/chaum.pdf}, 490 | Www_Tags = {selected}, 491 | Year = {2003}} 492 | 493 | @inproceedings{timing-fc2004, 494 | Author = {Brian N. Levine and Michael K. Reiter and Chenxi Wang and Matthew K. Wright}, 495 | Booktitle = {Proceedings of Financial Cryptography (FC '04)}, 496 | Editor = {Ari Juels}, 497 | Month = {February}, 498 | Pages = {251--265}, 499 | Publisher = {Springer-Verlag, LNCS 3110}, 500 | Title = {Timing Attacks in Low-Latency Mix-Based Systems}, 501 | Www_Pdf_Url = {http://www.cs.umass.edu/~mwright/papers/levine-timing.pdf}, 502 | Www_Tags = {selected}, 503 | Year = {2004}} 504 | 505 | @inproceedings{morphmix-fc2004, 506 | Author = {Marc Rennhard and Bernhard Plattner}, 507 | Booktitle = {Proceedings of Financial Cryptography (FC '04)}, 508 | Editor = {Ari Juels}, 509 | Month = {February}, 510 | Pages = {233--250}, 511 | Publisher = {Springer-Verlag, LNCS 3110}, 512 | Title = {Practical Anonymity for the Masses with MorphMix}, 513 | Www_Pdf_Url = {http://home.zhwin.ch/~rer/publications/FC2004.pdf}, 514 | Www_Tags = {selected}, 515 | Year = {2004}} 516 | 517 | @inproceedings{mixminion-fc2004, 518 | Author = {Nick Mathewson and Roger Dingledine}, 519 | Booktitle = {Proceedings of Financial Cryptography (FC '04)}, 520 | Editor = {Ari Juels}, 521 | Month = {February}, 522 | Pages = {227--232}, 523 | Publisher = {Springer-Verlag, LNCS 3110}, 524 | Title = {Mixminion: Strong Anonymity for Financial cryptography}, 525 | Www_Pdf_Url = {http://freehaven.net/doc/fc04/minion-systems.pdf}, 526 | Year = {2004}} 527 | 528 | @inproceedings{pool-dummy04, 529 | Author = {Claudia Diaz and Bart Preneel}, 530 | Booktitle = {Proceedings of 6th Information Hiding Workshop (IH 2004)}, 531 | Location = {Toronto}, 532 | Month = {May}, 533 | Series = {LNCS}, 534 | Title = {Reasoning about the Anonymity Provided by Pool Mixes that Generate Dummy Traffic}, 535 | Www_Pdf_Url = {https://www.cosic.esat.kuleuven.be/publications/article-95.pdf}, 536 | Www_Tags = {selected}, 537 | Year = {2004}} 538 | 539 | @inproceedings{taxonomy-dummy, 540 | Author = {Claudia Diaz and Bart Preneel}, 541 | Booktitle = {Proceedings of I-NetSec04: 3rd Working Conference on Privacy and Anonymity in Networked and Distributed Systems}, 542 | Location = {Toulouse, France}, 543 | Month = {August}, 544 | Title = {Taxonomy of Mixes and Dummy Traffic}, 545 | Www_Pdf_Url = {http://www.esat.kuleuven.ac.be/~cdiaz/papers/cdiaz_inetsec.pdf}, 546 | Www_Tags = {selected}, 547 | Year = {2004}} 548 | 549 | @inproceedings{newman:pet2004, 550 | Author = {Richard E. Newman and Vipan R. Nalla and Ira S. Moskowitz}, 551 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 552 | Month = {May}, 553 | Pages = {1--16}, 554 | Series = {LNCS}, 555 | Title = {Anonymity and Covert Channels in Simple Timed Mix-firewalls}, 556 | Volume = {3424}, 557 | Www_Pdf_Url = {http://chacs.nrl.navy.mil/publications/CHACS/2004/2004newman-pet2004.pdf}, 558 | Www_Ps_Url = {http://chacs.nrl.navy.mil/publications/CHACS/2004/2004newman-pet2004.ps}, 559 | Www_Remarks = {If we think about leaked anonymity as a covert channel between the sender Alice and the adversary Eve, then by measuring covert channel capacity we can get an upper bound on the amount of information Alice could leak.}, 560 | Www_Tags = {selected}, 561 | Year = {2004}} 562 | 563 | @inproceedings{danezis:pet2004, 564 | Author = {George Danezis}, 565 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 566 | Month = {May}, 567 | Pages = {35--50}, 568 | Series = {LNCS}, 569 | Title = {The Traffic Analysis of Continuous-Time Mixes}, 570 | Volume = {3424}, 571 | Www_Important = {1}, 572 | Www_Pdf_Url = {http://www.cl.cam.ac.uk/users/gd216/cmm2.pdf}, 573 | Www_Tags = {selected}, 574 | Year = {2004}} 575 | 576 | @inproceedings{golle:pet2004, 577 | Author = {Philippe Golle}, 578 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 579 | Month = {May}, 580 | Pages = {51--63}, 581 | Series = {LNCS}, 582 | Title = {Reputable Mix Networks}, 583 | Volume = {3424}, 584 | Www_Pdf_Url = {http://crypto.stanford.edu/~pgolle/papers/reputable.pdf}, 585 | Www_Tags = {selected}, 586 | Year = {2004}} 587 | 588 | @inproceedings{fairbrother:pet2004, 589 | Author = {Peter Fairbrother}, 590 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 591 | Month = {May}, 592 | Pages = {79--87}, 593 | Series = {LNCS}, 594 | Title = {An Improved Construction for Universal Re-encryption}, 595 | Volume = {3424}, 596 | Www_Pdf_Url = {http://www.m-o-o-t.org/ICUR.pdf}, 597 | Www_Tags = {selected}, 598 | Year = {2004}} 599 | 600 | @inproceedings{sync-batching, 601 | Author = {Roger Dingledine and Vitaly Shmatikov and Paul Syverson}, 602 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 603 | Month = {May}, 604 | Pages = {186--206}, 605 | Series = {LNCS}, 606 | Title = {Synchronous Batching: From Cascades to Free Routes}, 607 | Volume = {3424}, 608 | Www_Pdf_Url = {http://freehaven.net/doc/sync-batching/sync-batching.pdf}, 609 | Www_Ps_Url = {http://freehaven.net/doc/sync-batching/sync-batching.ps}, 610 | Www_Tags = {selected}, 611 | Year = {2004}} 612 | 613 | @inproceedings{flow-correlation04, 614 | Author = {Ye Zhu and Xinwen Fu and Bryan Graham and Riccardo Bettati and Wei Zhao}, 615 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 616 | Month = {May}, 617 | Pages = {207--225}, 618 | Series = {LNCS}, 619 | Title = {On Flow Correlation Attacks and Countermeasures in Mix Networks}, 620 | Volume = {3424}, 621 | Www_Pdf_Url = {http://students.cs.tamu.edu/xinwenfu/paper/PET04.pdf}, 622 | Www_Tags = {selected}, 623 | Year = {2004}} 624 | 625 | @inproceedings{cascades-vs-p2p:pet2004, 626 | Author = {Rainer B\"ohme and George Danezis and Claudia Diaz and Stefan K\"opsell and Andreas Pfitzmann}, 627 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2004)}, 628 | Pages = {226--241}, 629 | Series = {Springer-Verlag, LNCS}, 630 | Title = {On the PET Workshop Panel ``Mix Cascades Versus Peer-to-Peer: Is One Concept Superior?''}, 631 | Volume = {3424}, 632 | Www_Pdf_Url = {http://www.cosic.esat.kuleuven.be/publications/article-523.pdf}, 633 | Year = {2004}} 634 | 635 | @inproceedings{mixmaster-reliable, 636 | Author = {Claudia Diaz and Len Sassaman and Evelyne Dewitte}, 637 | Booktitle = {Proceedings of ESORICS 2004}, 638 | Location = {France}, 639 | Month = {September}, 640 | Series = {LNCS}, 641 | Title = {Comparison between two practical mix designs}, 642 | Www_Important = {1}, 643 | Www_Pdf_Url = {http://www.cosic.esat.kuleuven.be/publications/article-98.pdf}, 644 | Www_Ps_Gz_Url = {http://www.esat.kuleuven.ac.be/~cdiaz/papers/cdiaz_esorics.ps.gz}, 645 | Www_Tags = {selected}, 646 | Year = {2004}} 647 | 648 | @inproceedings{danezis:wpes2004, 649 | Author = {George Danezis and Ben Laurie}, 650 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2004)}}, 651 | Location = {Washington, DC, USA}, 652 | Month = {October}, 653 | Title = {Minx: A simple and efficient anonymous packet format}, 654 | Www_Pdf_Url = {http://research.microsoft.com/~gdane/papers/minx.pdf}, 655 | Www_Tags = {selected}, 656 | Year = {2004}} 657 | 658 | @inproceedings{reiter:ccs2004, 659 | Author = {Michael Reiter and XiaoFeng Wang}, 660 | Booktitle = {{Proceedings of the 11th ACM Conference on Computer and Communications Security (CCS 2004)}}, 661 | Month = {October}, 662 | Publisher = {ACM Press}, 663 | Title = {Fragile Mixing}, 664 | Www_Pdf_Url = {http://www.cs.cmu.edu/~xiaofeng/papers/fragile-mixing.pdf}, 665 | Www_Tags = {selected}, 666 | Year = 2004} 667 | 668 | @inproceedings{golle:ccs2004, 669 | Author = {Philippe Golle and Ari Juels}, 670 | Booktitle = {{Proceedings of the 11th ACM Conference on Computer and Communications Security (CCS 2004)}}, 671 | Month = {October}, 672 | Publisher = {ACM Press}, 673 | Title = {Parallel Mixing}, 674 | Www_Pdf_Url = {http://crypto.stanford.edu/~pgolle/papers/parallel.pdf}, 675 | Www_Ps_Url = {http://crypto.stanford.edu/~pgolle/papers/parallel.ps}, 676 | Www_Tags = {selected}, 677 | Year = 2004} 678 | 679 | @inproceedings{pet05-borisov, 680 | Author = {Nikita Borisov}, 681 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2005)}, 682 | Month = {May}, 683 | Pages = {12--25}, 684 | Title = {An Analysis of Parallel Mixing with Attacker-Controlled Inputs}, 685 | Www_Pdf_Url = {http://www.crhc.uiuc.edu/~nikita/papers/parmix.pdf}, 686 | Www_Tags = {selected}, 687 | Year = {2005}} 688 | 689 | @inproceedings{pet05-zhu, 690 | Author = {Ye Zhu and Riccardo Bettati}, 691 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2005)}, 692 | Month = {May}, 693 | Pages = {110--127}, 694 | Title = {Unmixing Mix Traffic}, 695 | Www_Pdf_Url = {http://faculty.cs.tamu.edu/bettati/Papers/pet05/pet2005.pdf}, 696 | Www_Tags = {selected}, 697 | Year = {2005}} 698 | 699 | @inproceedings{pet05-camenisch, 700 | Author = {Jan Camenisch and Anton Mityagin}, 701 | Booktitle = {Proceedings of Privacy Enhancing Technologies workshop (PET 2005)}, 702 | Month = {May}, 703 | Pages = {128--147}, 704 | Title = {Mix-network with Stronger Security}, 705 | Www_Tags = {selected}, 706 | Year = {2005}} 707 | 708 | @inproceedings{ih05-danezisclulow, 709 | Author = {George Danezis and Jolyon Clulow}, 710 | Booktitle = {Proceedings of Information Hiding Workshop (IH 2005)}, 711 | Month = {June}, 712 | Pages = {11--25}, 713 | Title = {Compulsion Resistant Anonymous Communications}, 714 | Www_Pdf_Url = {http://www.cl.cam.ac.uk/users/gd216/compel.pdf}, 715 | Www_Tags = {selected}, 716 | Year = {2005}} 717 | 718 | @inproceedings{ih05-Klonowski, 719 | Author = {Marek Klonowski and Miroslaw Kutylowski}, 720 | Booktitle = {Proceedings of Information Hiding Workshop (IH 2005)}, 721 | Month = {June}, 722 | Pages = {26--38}, 723 | Title = {Provable Anonymity for Networks of Mixes}, 724 | Www_Pdf_Url = {http://kutylowski.im.pwr.wroc.pl/articles/kaskady-WWW.pdf}, 725 | Www_Tags = {selected}, 726 | Year = {2005}} 727 | 728 | @inproceedings{ih05-Luke, 729 | Author = {Luke O'Connor}, 730 | Booktitle = {Proceedings of Information Hiding Workshop (IH 2005)}, 731 | Month = {June}, 732 | Pages = {39--52}, 733 | Title = {On Blending Attacks For Mixes with Memory}, 734 | Www_Pdf_Url = {http://lukejamesoconnor.googlepages.com/blending-attacks.pdf}, 735 | Www_Tags = {selected}, 736 | Year = {2005}} 737 | 738 | @misc{cryptoeprint:2005:394, 739 | Author = {Ben Adida and Douglas Wikstr\"om}, 740 | Howpublished = {Cryptology ePrint Archive, Report 2005/394}, 741 | Month = {November}, 742 | Title = {Obfuscated Ciphertext Mixing}, 743 | Www_Html_Url = {http://eprint.iacr.org/2005/394}, 744 | Www_Pdf_Url = {http://eprint.iacr.org/2005/394.pdf}, 745 | Www_Tags = {selected}, 746 | Year = {2005}} 747 | 748 | @inproceedings{UREbreak06, 749 | Author = {George Danezis}, 750 | Booktitle = {Proceedings of Information Security Conference 2006}, 751 | Month = {September}, 752 | Publisher = {Springer-Verlag}, 753 | Title = {Breaking Four Mix-related Schemes Based on Universal Re-encryption}, 754 | Www_Pdf_Url = {http://homes.esat.kuleuven.be/~gdanezis/UREbreak.pdf}, 755 | Www_Tags = {selected}, 756 | Year = {2006}} 757 | 758 | @inproceedings{Golle:sp2006, 759 | Author = {Philippe Golle and XiaoFeng Wang and Markus Jakobsson and Alex Tsow}, 760 | Booktitle = {Proceedings of the 2006 IEEE Symposium on Security and Privacy}, 761 | Location = {Oakland, CA}, 762 | Month = {May}, 763 | Pages = {121--131}, 764 | Publisher = {IEEE CS}, 765 | Title = {Deterring Voluntary Trace Disclosure in Re-encryption Mix Networks}, 766 | Www_Pdf_Url = {http://www.informatics.indiana.edu/xw7/papers/tdmix-sp.pdf}, 767 | Www_Tags = {selected}, 768 | Year = {2006}} 769 | 770 | @inproceedings{icdcs2006:m2, 771 | Author = {Ginger Perng and Michael K. Reiter and Chenxi Wang}, 772 | Booktitle = {Proceedings of the 26th IEEE Conference on Distributed Computing Systems}, 773 | Day = {4--7}, 774 | Month = {July}, 775 | Title = {M2: Multicasting Mixes for Efficient and Anonymous Communication}, 776 | Www_Pdf_Url = {http://www.ece.cmu.edu/~reiter/papers/2006/ICDCS.pdf}, 777 | Www_Tags = {selected}, 778 | Year = {2006}} 779 | 780 | @inproceedings{morphmix:pet2006, 781 | Author = {Parisa Tabriz and Nikita Borisov}, 782 | Booktitle = {Proceedings of the Sixth Workshop on Privacy Enhancing Technologies (PET 2006)}, 783 | Bookurl = {http://petworkshop.org/2006/}, 784 | Editor = {George Danezis and Philippe Golle}, 785 | Location = {Cambridge, UK}, 786 | Month = {June}, 787 | Pages = {368--384}, 788 | Publisher = {Springer}, 789 | Title = {Breaking the Collusion Detection Mechanism of MorphMix}, 790 | Www_Pdf_Url = {http://petworkshop.org/2006/preproc/preproc_21.pdf}, 791 | Www_Tags = {selected}, 792 | Year = {2006}} 793 | 794 | @inproceedings{ShWa-Timing06, 795 | Author = {Vitaly Shmatikov and Ming-Hsiu Wang}, 796 | Booktitle = {Proceedings of ESORICS 2006}, 797 | Month = {September}, 798 | Title = {Timing Analysis in Low-Latency Mix Networks: Attacks and Defenses}, 799 | Www_Important = 1, 800 | Www_Pdf_Url = {http://www.cs.utexas.edu/~shmat/shmat_esorics06.pdf}, 801 | Www_Tags = {selected}, 802 | Year = {2006}} 803 | 804 | @inproceedings{ShWa-Relationship, 805 | Author = {Vitaly Shmatikov and Ming-Hsiu Wang}, 806 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2006)}}, 807 | Month = {October}, 808 | Title = {Measuring Relationship Anonymity in Mix Networks}, 809 | Www_Pdf_Url = {http://www.cs.utexas.edu/~shmat/shmat_wpes06.pdf}, 810 | Www_Tags = {selected}, 811 | Year = {2006}} 812 | 813 | @inproceedings{wpes06:heydt-benjamin, 814 | Address = {New York, NY, USA}, 815 | Author = {Thomas S. Heydt-Benjamin and Andrei Serjantov and Benessa Defend}, 816 | Booktitle = {{Proceedings of the Workshop on Privacy in the Electronic Society (WPES 2006)}}, 817 | Doi = {http://doi.acm.org/10.1145/1179601.1179603}, 818 | Isbn = {1-59593-556-8}, 819 | Location = {Alexandria, Virginia, USA}, 820 | Month = {October}, 821 | Pages = {1--8}, 822 | Publisher = {ACM Press}, 823 | Title = {Nonesuch: a mix network with sender unobservability}, 824 | Www_Pdf_Url = {http://www.cs.umass.edu/~tshb/wpes40-heydt-benjamin.pdf}, 825 | Www_Tags = {selected}, 826 | Year = {2006}, 827 | Bdsk-Url-1 = {http://doi.acm.org/10.1145/1179601.1179603}} 828 | 829 | @inproceedings{serjantov-pet2007, 830 | Author = {Andrei Serjantov}, 831 | Booktitle = {Proceedings of the Seventh Workshop on Privacy Enhancing Technologies (PET 2007)}, 832 | Bookurl = {http://petworkshop.org/2007/}, 833 | Editor = {Nikita Borisov and Philippe Golle}, 834 | Location = {Ottawa, Canada}, 835 | Month = {June}, 836 | Publisher = {Springer}, 837 | Title = {A Fresh Look at the Generalized Mix Framework}, 838 | Www_Pdf_Url = {http://petworkshop.org/2007/papers/PET2007_preproc_Fresh_look.pdf}, 839 | Year = {2007}} 840 | 841 | @inproceedings{nagaraja-pet2007, 842 | Author = {Shishir Nagaraja}, 843 | Booktitle = {Proceedings of the Seventh Workshop on Privacy Enhancing Technologies (PET 2007)}, 844 | Bookurl = {http://petworkshop.org/2007/}, 845 | Editor = {Nikita Borisov and Philippe Golle}, 846 | Location = {Ottawa, Canada}, 847 | Month = {June}, 848 | Publisher = {Springer}, 849 | Title = {Anonymity in the wild: Mixes on unstructured networks}, 850 | Www_Pdf_Url = {http://petworkshop.org/2007/papers/PET2007_preproc_Anonymity_wild.pdf}, 851 | Year = {2007}} 852 | 853 | @article{regroup2006, 854 | Author = {Jin-Qiao Shi and Bin-Xing Fang and Li-Jie Shao}, 855 | Doi = {http://dx.doi.org/10.1108/10662240610656528}, 856 | Journal = {Journal of Internet Research}, 857 | Number = {2}, 858 | Pages = {213--223}, 859 | Publisher = {Emerald Group Publishing Limited}, 860 | Title = {Regroup-And-Go mixes to counter the $(n-1)$ attack}, 861 | Volume = {16}, 862 | Www_Tags = {selected}, 863 | Year = {2006}, 864 | Bdsk-Url-1 = {http://dx.doi.org/10.1108/10662240610656528}} 865 | 866 | @article{wagner, 867 | Author = {Robyn Wagner}, 868 | Journal = {New Mexico Law Review}, 869 | Number = {Winter}, 870 | Pages = {99--142}, 871 | Title = {{Don't Shoot the Messenger: Limiting the Liability of Anonymous Remailers}}, 872 | Volume = {32}, 873 | Www_Tags = {selected}, 874 | Year = {2002}} 875 | 876 | @inproceedings{1166488, 877 | Address = {Anaheim, CA, USA}, 878 | Author = {Ira S. Moskowitz and Richard E. Newman}, 879 | Booktitle = {Proceedings of the 2nd IASTED international conference on Advances in computer science and technology (ACST '06)}, 880 | Isbn = {0-88986-545-0}, 881 | Location = {Puerto Vallarta, Mexico}, 882 | Month = {January}, 883 | Pages = {251--256}, 884 | Publisher = {ACTA Press}, 885 | Title = {Timing channels, anonymity, mixes, and spikes}, 886 | Year = {2006}} 887 | 888 | @article{10.1109/SP.2006.17, 889 | Address = {Los Alamitos, CA, USA}, 890 | Author = {Dogan Kesdogan and Dakshi Agrawal and Vinh Pham and Dieter Rautenbach}, 891 | Doi = {http://doi.ieeecomputersociety.org/10.1109/SP.2006.17}, 892 | Issn = {1081-6011}, 893 | Journal = {sp}, 894 | Pages = {86--99}, 895 | Publisher = {IEEE Computer Society}, 896 | Title = {Fundamental Limits on the Anonymity Provided by the MIX Technique}, 897 | Volume = {0}, 898 | Www_Pdf_Url = {http://domino.research.ibm.com/comm/research_people.nsf/pages/agrawal.KAPR2006.html/%24FILE/KAPR2006.pdf}, 899 | Year = {2006}, 900 | Bdsk-Url-1 = {http://doi.ieeecomputersociety.org/10.1109/SP.2006.17}} 901 | 902 | @article{melchor2006dnp, 903 | Author = {C.A. Melchor and Y. Deswarte}, 904 | Journal = {Proceedings of the Fifth IEEE International Symposium on Network Computing and Applications}, 905 | Pages = {163--172}, 906 | Publisher = {IEEE Computer Society Washington, DC, USA}, 907 | Title = {{From DC-Nets to pMIXes: Multiple Variants for Anonymous Communications}}, 908 | Year = {2006}} 909 | 910 | @inproceedings{TH06b, 911 | Author = {Gergely T\'oth and Zolt\'an Horn\'ak}, 912 | Booktitle = {Proceedings of the 11th Nordic Workshop on Secure IT-systems, Link\"oping, Sweden}, 913 | Title = {{The Chances of Successful Attacks against Continuous-time Mixes}}, 914 | Www_Pdf_Url = {http://home.mit.bme.hu/~tgm/phd/publikaciok/2006/nordsec06/tg_nordsec2006_06_final-reviewed.pdf}, 915 | Year = {2006}} 916 | 917 | @inproceedings{KesdoganPK06, 918 | Author = {Dogan Kesdogan and Lexi Pimenidis and Tobias K{\"o}lsch}, 919 | Booktitle = {Proceedings of First Workshop on Quality of Protection}, 920 | Locations = {Milan, Italy}, 921 | Month = {September}, 922 | Pages = {159--171}, 923 | Series = {Advances in Information Security}, 924 | Title = {Intersection Attacks on Web-Mixes: Bringing the Theory into Praxis}, 925 | Volume = {23}, 926 | Www_Pdf_Url = {http://www.qop-workshop.org/QoP2005/Resourses/Kolsch.pdf}, 927 | Year = {2005}} 928 | 929 | @inproceedings{diaz-esorics2008, 930 | Author = {Claudia Diaz and Carmela Troncoso and Bart Preneel}, 931 | Booktitle = {Proceedings of the 13th European Symposium on Research in Computer Security (ESORICS 2008)}, 932 | Editor = {Sushil Jajodia and J. Lopez}, 933 | Location = {Malaga,ES}, 934 | Month = {October}, 935 | Publisher = {Springer-Verlag}, 936 | Series = {Lecture Notes in Computer Science}, 937 | Title = {A Framework for the Analysis of Mix-Based Steganographic File Systems}, 938 | Volume = {LNCS (in print)}, 939 | Www_Pdf_Url = {https://www.cosic.esat.kuleuven.be/publications/article-1051.pdf}, 940 | Year = {2008}} 941 | 942 | @inproceedings{shimshock-pet2008, 943 | Author = {Eric Shimshock and Matt Staats and Nicholas Hopper}, 944 | Booktitle = {Proceedings of the Eighth International Symposium on Privacy Enhancing Technologies (PETS 2008)}, 945 | Bookurl = {http://petsymposium.org/2008/}, 946 | Editor = {Nikita Borisov and Ian Goldberg}, 947 | Location = {Leuven, Belgium}, 948 | Month = {July}, 949 | Pages = {99--114}, 950 | Publisher = {Springer}, 951 | Title = {Breaking and Provably Fixing Minx}, 952 | Www_Pdf_Url = {http://www-users.cs.umn.edu/~hopper/breaking_and_fixing_minx.pdf}, 953 | Www_Tags = {selected}, 954 | Year = {2008}} 955 | 956 | @inproceedings{DBLP:conf/pet/SchiffnerC09, 957 | Author = {Stefan Schiffner and Sebastian Clau{\ss}}, 958 | Booktitle = {International Symposium on Privacy Enhancing Technologies Symposium}, 959 | Crossref = {DBLP:conf/pet/2009}, 960 | Pages = {94--107}, 961 | Title = {Using Linkability Information to Attack Mix-Based Anonymity Services}, 962 | Url = {http://www.cosic.esat.kuleuven.be/publications/article-1215.pdf}, 963 | Www_Pdf_Url = {http://www.cosic.esat.kuleuven.be/publications/article-1215.pdf}, 964 | Year = {2009}, 965 | Bdsk-Url-1 = {http://www.cosic.esat.kuleuven.be/publications/article-1215.pdf}} 966 | 967 | @inproceedings{DBLP:conf/sp/DanezisG09, 968 | Author = {George Danezis and Ian Goldberg}, 969 | Booktitle = {2009 30th IEEE Symposium on Security and Privacy}, 970 | Crossref = {DBLP:conf/sp/2009}, 971 | Ee = {http://dx.doi.org/10.1109/SP.2009.15}, 972 | Pages = {269--282}, 973 | Title = {Sphinx: A Compact and Provably Secure Mix Format}, 974 | Url = {http://research.microsoft.com/en-us/um/people/gdane/papers/sphinx-eprint.pdf}, 975 | Www_Pdf_Url = {http://research.microsoft.com/en-us/um/people/gdane/papers/sphinx-eprint.pdf}, 976 | Www_Tags = {selected}, 977 | Year = {2009}, 978 | Bdsk-Url-1 = {http://research.microsoft.com/en-us/um/people/gdane/papers/sphinx-eprint.pdf}} 979 | 980 | @inproceedings{DBLP:conf/ccs/TroncosoD09, 981 | Author = {Carmela Troncoso and George Danezis}, 982 | Booktitle = {Proceedings of the 16th ACM conference on Computer and communications security}, 983 | Crossref = {DBLP:conf/ccs/2009}, 984 | Pages = {369--379}, 985 | Title = {The bayesian traffic analysis of mix networks}, 986 | Url = {http://conspicuouschatter.files.wordpress.com/2009/08/ccsinfer1.pdf}, 987 | Www_Pdf_Url = {http://conspicuouschatter.files.wordpress.com/2009/08/ccsinfer1.pdf}, 988 | Www_Tags = {selected}, 989 | Year = {2009}, 990 | Bdsk-Url-1 = {http://conspicuouschatter.files.wordpress.com/2009/08/ccsinfer1.pdf}} 991 | 992 | @inproceedings{mixcoin-fc14, 993 | Author = {Joseph Bonneau and Jeremy Clark and Joshua A. Kroll and Andrew Miller and Arvind Narayanan}, 994 | Booktitle = {Proceedings of Financial Cryptography and Data Security (FC'14)}, 995 | Month = {March}, 996 | Title = {Mixcoin: Anonymity for Bitcoin with accountable mixes}, 997 | Www_Pdf_Url = {http://fc14.ifca.ai/papers/fc14_submission_170.pdf}, 998 | Year = {2014}} 999 | 1000 | @inproceedings{kuesters-rpc, 1001 | Author = {Ralf K\"usters and Tomasz Truderung and Andreas Vogt}, 1002 | Booktitle = {Proceedings of the 2014 {IEEE} {S}ymposium on Security and Privacy}, 1003 | Month = {May}, 1004 | Publisher = {IEEE}, 1005 | Title = {Formal Analysis of Chaumian Mix Nets with Randomized Partial Checking}, 1006 | Www_Pdf_Url = {http://infsec.uni-trier.de/publications/paper/KuestersTruderungVogt-SP-2014.pdf}, 1007 | Www_Tags = {selected}, 1008 | Year = {2014}} 1009 | 1010 | @article{MultiBinomial2015, 1011 | Author = {Shaahin Madani and Ibrahim Khalil}, 1012 | Doi = {http://dx.doi.org/10.1016/j.comnet.2015.10.007}, 1013 | Issn = {1389-1286}, 1014 | Journal = {Computer Networks}, 1015 | Pages = {41--53}, 1016 | Title = {{Multi-Binomial Mix: A Proposal for Secure and Efficient Anonymous Communication}}, 1017 | Url = {http://authors.elsevier.com/a/1R-Ng4xsUrfGOV}, 1018 | Volume = {93, Part 1}, 1019 | Www_Html_Url = {http://authors.elsevier.com/a/1R-Ng4xsUrfGOV}, 1020 | Year = {2015}, 1021 | Bdsk-Url-1 = {http://authors.elsevier.com/a/1R-Ng4xsUrfGOV}, 1022 | Bdsk-Url-2 = {http://dx.doi.org/10.1016/j.comnet.2015.10.007}} 1023 | 1024 | @phdthesis{MadaniThesis, 1025 | Author = {Shaahin Madani}, 1026 | Month = {April}, 1027 | School = {RMIT University, Melbourne, Australia}, 1028 | Title = {{Improving Security and Efficiency of Mix-Based Anonymous Communication Systems}}, 1029 | Url = {https://researchbank.rmit.edu.au/view/rmit:161447}, 1030 | Www_Pdf_Url = {https://researchbank.rmit.edu.au/eserv/rmit:161447/Madani.pdf}, 1031 | Year = {2015}, 1032 | Bdsk-Url-1 = {https://researchbank.rmit.edu.au/view/rmit:161447}} 1033 | 1034 | @inproceedings{brickell2006efficient, 1035 | Author = {Justin Brickell and Vitaly Shmatikov}, 1036 | Booktitle = {Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining}, 1037 | Title = {Efficient anonymity-preserving data collection}, 1038 | Url = {http://www.cs.cornell.edu/~shmat/shmat_kdd06.pdf}, 1039 | Year = {2006}, 1040 | Bdsk-Url-1 = {http://www.cs.cornell.edu/~shmat/shmat_kdd06.pdf}} 1041 | 1042 | @inproceedings{neff2001verifiable, 1043 | Author = {Neff, C Andrew}, 1044 | Booktitle = {Proceedings of the 8th ACM conference on Computer and Communications Security}, 1045 | Title = {A verifiable secret shuffle and its application to e-voting}, 1046 | Url = {http://people.csail.mit.edu/rivest/voting/papers/Neff-2001-08-17-AVerifiableSecretShuffleAndItsApplicationToEVoting.pdf}, 1047 | Year = {2001}, 1048 | Bdsk-Url-1 = {http://people.csail.mit.edu/rivest/voting/papers/Neff-2001-08-17-AVerifiableSecretShuffleAndItsApplicationToEVoting.pdf}} 1049 | 1050 | @techreport{chaum2016cmix, 1051 | Author = {Chaum, David and Javani, Farid and Kate, Aniket and Krasnova, Anna and de Ruiter, Joeri and Sherman, Alan T and Das, Debajyoti}, 1052 | Institution = {Technical report}, 1053 | Title = {cMix: Anonymization by high-performance scalable mixing}, 1054 | Url = {http://www.cs.bham.ac.uk/~deruitej/papers/cmix.pdf}, 1055 | Year = {2016}, 1056 | Bdsk-Url-1 = {http://www.cs.bham.ac.uk/~deruitej/papers/cmix.pdf}} 1057 | 1058 | @article{galtelandattacks, 1059 | Author = {Galteland, Herman and Mj{\o}lsnes, Stig F and Olimid, Ruxandra F}, 1060 | Title = {Attacks on cMix-Some Small Overlooked Details}, 1061 | Url = {https://eprint.iacr.org/2016/729.pdf}, 1062 | Year = {2016}, 1063 | Bdsk-Url-1 = {https://eprint.iacr.org/2016/729.pdf}} 1064 | 1065 | @inproceedings{van2015vuvuzela, 1066 | Author = {Van Den Hooff, Jelle and Lazar, David and Zaharia, Matei and Zeldovich, Nickolai}, 1067 | Booktitle = {Proceedings of the 25th Symposium on Operating Systems Principles}, 1068 | Title = {Vuvuzela: Scalable private messaging resistant to traffic analysis}, 1069 | Url = {https://people.csail.mit.edu/nickolai/papers/vandenhooff-vuvuzela.pdf}, 1070 | Year = {2015}, 1071 | Bdsk-Url-1 = {https://people.csail.mit.edu/nickolai/papers/vandenhooff-vuvuzela.pdf}} 1072 | 1073 | @inproceedings{lazar2016alpenhorn, 1074 | Author = {Lazar, David and Zeldovich, Nickolai}, 1075 | Booktitle = {Proceedings of the 12th Symposium on Operating Systems Design and Implementation (OSDI), Savannah, GA}, 1076 | Title = {Alpenhorn: Bootstrapping secure communication without leaking metadata}, 1077 | Url = {https://www.usenix.org/system/files/conference/osdi16/osdi16-lazar.pdf}, 1078 | Year = {2016}, 1079 | Bdsk-Url-1 = {https://www.usenix.org/system/files/conference/osdi16/osdi16-lazar.pdf}} 1080 | 1081 | @article{tyagistadium, 1082 | Author = {Tyagi, Nirvan and Gilad, Yossi and Zaharia, Matei and Zeldovich, Nickolai}, 1083 | Title = {Stadium: A Distributed Metadata-Private Messaging System}, 1084 | Url = {https://www.cs.cornell.edu/~tyagi/papers/stadium.pdf}, 1085 | Year = {2016}, 1086 | Bdsk-Url-1 = {https://www.cs.cornell.edu/~tyagi/papers/stadium.pdf}} 1087 | 1088 | @inproceedings{serjantov2002towards, 1089 | Author = {Serjantov, Andrei and Danezis, George}, 1090 | Booktitle = {International Workshop on Privacy Enhancing Technologies}, 1091 | Organization = {Springer}, 1092 | Pages = {41--53}, 1093 | Title = {Towards an information theoretic metric for anonymity}, 1094 | Url = {https://pdfs.semanticscholar.org/7454/49bd7ad5d32224685e9188591e53395f376e.pdf}, 1095 | Year = {2002}, 1096 | Bdsk-Url-1 = {https://pdfs.semanticscholar.org/7454/49bd7ad5d32224685e9188591e53395f376e.pdf}} 1097 | 1098 | @inproceedings{borisov2007denial, 1099 | Author = {Borisov, Nikita and Danezis, George and Mittal, Prateek and Tabriz, Parisa}, 1100 | Booktitle = {{Proceedings of the 14th ACM conference on Computer and Communications Security (CCS)}}, 1101 | Organization = {ACM}, 1102 | Pages = {92--102}, 1103 | Title = {Denial of service or denial of security?}, 1104 | Url = {http://www0.cs.ucl.ac.uk/staff/G.Danezis/papers/ccs0255-borisov.pdf}, 1105 | Year = {2007}, 1106 | Bdsk-Url-1 = {http://www0.cs.ucl.ac.uk/staff/G.Danezis/papers/ccs0255-borisov.pdf}} 1107 | 1108 | @article{piotrowska2017loopix, 1109 | Author = {Piotrowska, Ania and Hayes, Jamie and Elahi, Tariq and Meiser, Sebastian and Danezis, George}, 1110 | Journal = {arXiv preprint arXiv:1703.00536}, 1111 | Title = {The Loopix Anonymity System}, 1112 | Url = {https://arxiv.org/pdf/1703.00536}, 1113 | Year = {2017}, 1114 | Bdsk-Url-1 = {https://arxiv.org/pdf/1703.00536}} 1115 | 1116 | @inproceedings{beato2016improving, 1117 | Author = {Beato, Filipe and Halunen, Kimmo and Mennink, Bart}, 1118 | Booktitle = {International Conference on Cryptology and Network Security}, 1119 | Organization = {Springer}, 1120 | Pages = {681--691}, 1121 | Title = {Improving the Sphinx Mix Network}, 1122 | Url = {http://www.cs.ru.nl/%7Ebmennink/pubs/16cans.pdf}, 1123 | Year = {2016}, 1124 | Bdsk-Url-1 = {http://www.cs.ru.nl/%7Ebmennink/pubs/16cans.pdf}} 1125 | 1126 | @inproceedings{kwon2017atom, 1127 | title={Atom: Horizontally scaling strong anonymity}, 1128 | author={Kwon, Albert and Corrigan-Gibbs, Henry and Devadas, Srinivas and Ford, Bryan}, 1129 | booktitle={Proceedings of the 26th Symposium on Operating Systems Principles}, 1130 | pages={406--422}, 1131 | year={2017}, 1132 | url = {https://arxiv.org/pdf/1612.07841}, 1133 | organization={ACM} 1134 | } 1135 | 1136 | @article{kwon2019xrd, 1137 | title={XRD: Scalable Messaging System with Cryptographic Privacy}, 1138 | author={Kwon, Albert and Lu, David and Devadas, Srinivas}, 1139 | journal={arXiv preprint arXiv:1901.04368}, 1140 | url = {https://arxiv.org/pdf/1901.04368}, 1141 | year={2019} 1142 | } 1143 | 1144 | @inproceedings{lazar2018karaoke, 1145 | title={Karaoke: Distributed private messaging immune to passive traffic analysis}, 1146 | author={Lazar, David and Gilad, Yossi and Zeldovich, Nickolai}, 1147 | Booktitle = {Proceedings of the 13th Symposium on Operating Systems Design and Implementation (OSDI)}, 1148 | pages={711--725}, 1149 | url={https://www.usenix.org/system/files/osdi18-lazar.pdf}, 1150 | year={2018} 1151 | } 1152 | 1153 | @inproceedings{lazaryodel, 1154 | title={Yodel: Strong Metadata Security for Real-Time Voice Calls}, 1155 | author={Lazar, David and Gilad, Yossi and Zeldovich, Nickolai}, 1156 | year={2019}, 1157 | url={https://petsymposium.org/2019/files/hotpets/yodel-final.pdf}, 1158 | booktitle={12th Workshop on Hot Topics in Privacy Enhancing Technologies (HotPETs 2019)}, 1159 | } 1160 | 1161 | @inproceedings{smyth2018verifiability, 1162 | title={Verifiability of helios mixnet}, 1163 | author={Smyth, Ben}, 1164 | booktitle={International Conference on Financial Cryptography and Data Security}, 1165 | year={2018}, 1166 | organization={Springer}, 1167 | url={http://orbilu.uni.lu/bitstream/10993/35919/1/Smyth18-Verifiability-Helios-Mixnet.pdf}, 1168 | } 1169 | 1170 | @inproceedings{topology-pet2010, 1171 | title = {Impact of Network Topology on Anonymity and Overhead in Low-Latency Anonymity Networks}, 1172 | author = {Claudia Diaz and Steven J. Murdoch and Carmela Troncoso}, 1173 | booktitle = {Proceedings of the 10th Privacy Enhancing Technologies Symposium (PETS 2010)}, 1174 | year = {2010}, 1175 | url = {http://www.cosic.esat.kuleuven.be/publications/article-1230.pdf} 1176 | } 1177 | 1178 | @inproceedings{le2015herd, 1179 | title={Herd: A scalable, traffic analysis resistant anonymity network for VoIP systems}, 1180 | author={Le Blond, Stevens and Choffnes, David and Caldwell, William and Druschel, Peter and Merritt, Nicholas}, 1181 | booktitle={ACM SIGCOMM Computer Communication Review}, 1182 | volume={45}, 1183 | number={4}, 1184 | year={2015}, 1185 | organization={ACM}, 1186 | url={https://conferences.sigcomm.org/sigcomm/2015/pdf/papers/p639.pdf} 1187 | } 1188 | 1189 | @inproceedings{corrigan2015riposte, 1190 | title={Riposte: An anonymous messaging system handling millions of users}, 1191 | author={Corrigan-Gibbs, Henry and Boneh, Dan and Mazi{\`e}res, David}, 1192 | booktitle={2015 IEEE Symposium on Security and Privacy}, 1193 | pages={321--338}, 1194 | year={2015}, 1195 | organization={IEEE}, 1196 | url={https://arxiv.org/pdf/1503.06115.pdf} 1197 | } 1198 | 1199 | @inproceedings{wolinsky2012dissent, 1200 | title={Dissent in numbers: Making strong anonymity scale}, 1201 | author={Wolinsky, David Isaac and Corrigan-Gibbs, Henry and Ford, Bryan and Johnson, Aaron}, 1202 | booktitle={USENIX OSDI}, 1203 | pages={179--182}, 1204 | year={2012}, 1205 | url={https://www.usenix.org/system/files/conference/osdi12/osdi12-final-115.pdf} 1206 | } 1207 | 1208 | @article{kwon2016riffle, 1209 | title={Riffle}, 1210 | author={Kwon, Albert and Lazar, David and Devadas, Srinivas and Ford, Bryan}, 1211 | journal={Proceedings on Privacy Enhancing Technologies}, 1212 | volume={2016}, 1213 | number={2}, 1214 | pages={115--134}, 1215 | year={2016}, 1216 | publisher={De Gruyter Open}, 1217 | url={https://people.csail.mit.edu/devadas/pubs/riffle.pdf} 1218 | } 1219 | --------------------------------------------------------------------------------