exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

bibliography_projekt2.bib (15280B)


      1 % see here for standard templates: https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Standard_templates
      2 
      3 @misc{chaum-grothoff-moser:issue-cdbc,
      4   author       = {Chaum David, Grothoff Christian, Moser Thomas},
      5   title        = {How to issue a central bank digital currency},
      6   howpublished = {\url{https://www.snb.ch/en/mmr/papers/id/working_paper_2021_03}},
      7   year         = {2021}
      8 }
      9 
     10 @phdthesis{dold:the-gnu-taler-system,
     11   author = {Florian Dold},
     12   title  = {The GNU Taler System},
     13   howpublished ={\url{https://taler.net/papers/thesis-dold-phd-2019.pdf}},
     14   school = {Université de Rennes},
     15   year   = {2019}
     16 }
     17 
     18 @misc{schneier:value-privacy,
     19   author       = {Bruce Schneier},
     20   title        = {The Value of Privacy},
     21   howpublished = {\url{https://www.schneier.com/blog/archives/2006/05/the_value_of_pr.html}},
     22   year         = {2006}
     23 }
     24 
     25 @misc{qualcomm:mobile-rng,
     26   author       = {Liang Kai},
     27   title        = {Guard your data with the Qualcomm Snapdragon mobile platform},
     28   howpublished = {\url{https://www.qualcomm.com/media/documents/files/guard-your-data-with-the-qualcomm-snapdragon-mobile-platform.pdf}},
     29   year         = {2019}
     30 }
     31 
     32 @misc{chaum:blind-sign,
     33   author       = {Chaum David},
     34   title        = {Blind Signatures for Untraceable Payments},
     35   howpublished = {\url{https://www.chaum.com/publications/Chaum-blind-signatures.PDF}},
     36   year         = {1983}
     37 }
     38 
     39 @misc{grothoff-dold:euro-bearer-online,
     40   author       = {Christian Grothoff, Florian Dold},
     41   title        = {Why a Digital Euro should be Online-first and Bearer-based},
     42   howpublished = {\url{https://taler.net/papers/euro-bearer-online-2021.pdf}},
     43   year         = {2021}
     44 }
     45 
     46 @misc{website:bigcommerce-payment-fraud,
     47   author       = {BigCommerce},
     48   title        = {Payment fraud: What is it and how it can be avoided?},
     49   howpublished = {\url{https://www.bigcommerce.com/ecommerce-answers/payment-fraud-what-it-and-how-it-can-be-avoided/}}
     50 }
     51 
     52 @misc{nist:recommendation-for-key-management,
     53   author       = {Elaine Barker},
     54   title        = {Recommendation for Key Management},
     55   howpublished = {\url{https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r5.pdf}},
     56   year         = {2020}
     57 }
     58 
     59 @misc{taler:snackautomat,
     60   author       = {Berner Fachhochschule},
     61   title        = {GNU Taler Snackautomat},
     62   howpublished = {\url{https://www.bfh.ch/de/forschung/referenzprojekte/gnu-taler-snackautomat/}}
     63 }
     64 
     65 @book{modernCrypto,
     66   author    = {Nigel P. Smart},
     67   editor    = {David Basin, Kenny Paterson},
     68   title     = {Cryptography Made Simple},
     69   publisher = {Springer International Publishing Switzerland AG},
     70   year      = {2016}
     71 }
     72 
     73 @inbook{Crépeau2005,
     74   author    = {Cr{\'e}peau, Claude},
     75   title     = {Cut-and-choose protocols},
     76   publisher = {School of Computr Science, McGill University, Montréal (QC), Canada},
     77   url       = {http://crypto.cs.mcgill.ca/~crepeau/EoC/Cut&Choose.pdf}
     78 }
     79 
     80 % author from github: https://github.com/chaos-eng/chaos-eng.github.io
     81 @misc{chaos-engineering,
     82   author       = {chaos-eng}, 
     83   title        = {PRINCIPLES OF CHAOS ENGINEERING},
     84   howpublished = {\url{https://principlesofchaos.org/}},
     85   year         = {2019}
     86 }
     87 
     88 @misc{businger:public-key-crytpo,
     89   author       = {Walter Businger},
     90   title        = {Skript Public-Key Kryptographie},
     91   year         = {2021}
     92 }
     93 
     94 @misc{rutishauser:fuzzing,
     95   author       = {Dobin Rutishauser},
     96   title        = {Fuzzing},
     97   howpublished = {Course material of BFH module Forensics and Code Security},
     98   year         = {2021}
     99 }
    100 
    101 @misc{codeblau:taler-audit,
    102   author       = {Code Blau GmbH},
    103   title        = {Report for the GNU Taler security audit in Q2/Q3 2020},
    104   howpublished = {\url{https://taler.net/papers/codeblau-report-2020-q2.pdf}},
    105   year         = {2020}
    106 }
    107 
    108 @misc{pentest-execution-standard,
    109   author       = {The Penetration Testing Execution Standard},
    110   title        = {Main Page},
    111   howpublished = {\url{http://www.pentest-standard.org/index.php/Main_Page}}
    112 }
    113 
    114 @misc{owasp:top-ten,
    115   author       = {OWASP Foundation},
    116   title        = {OWASP Top Ten},
    117   howpublished = {\url{https://owasp.org/www-project-top-ten/}}
    118 }
    119 
    120 @misc{owasp:mobile-top-ten,
    121   author       = {OWASP Foundation},
    122   title        = {OWASP Mobile Top 10},
    123   howpublished = {\url{https://owasp.org/www-project-mobile-top-10/}}
    124 }
    125 
    126 @misc{owasp:api-security-project,
    127   author       = {OWASP Foundation},
    128   title        = {OWASP API Security Project},
    129   howpublished = {\url{https://owasp.org/www-project-api-security/}}
    130 }
    131 
    132 @misc{owasp:web-security-testing-guide,
    133   author       = {OWASP Foundation},
    134   title        = {OWASP Web Security Testing Guide},
    135   howpublished = {\url{https://owasp.org/www-project-web-security-testing-guide/}}
    136 }
    137 
    138 @misc{owasp:mobile-security-testing-guide,
    139   author       = {OWASP Foundation},
    140   title        = {OWASP Mobile Security Testing Guide},
    141   howpublished = {\url{https://owasp.org/www-project-mobile-security-testing-guide/}}
    142 }
    143 
    144 @misc{owasp:application-security-verification-standard,
    145   author       = {OWASP Foundation},
    146   title        = {OWASP Application Security Verification Standard},
    147   howpublished = {\url{https://owasp.org/www-project-application-security-verification-standard/}}
    148 }
    149 
    150 @misc{owasp:mobile-application-security-verification-standard,
    151   author       = {OWASP Foundation},
    152   title        = {OWASP Mobile Application Security Verification Standard},
    153   howpublished = {\url{https://github.com/OWASP/owasp-masvs}}
    154 }
    155 
    156 @misc{osstmm,
    157   author       = {ISECOM},
    158   title        = {OSSTMM 3},
    159   howpublished = {\url{https://www.isecom.org/OSSTMM.3.pdf}}
    160 }
    161 
    162 @misc{emscripten,
    163   author       = {Emscripten Contributors},
    164   title        = {Emscripten documentation},
    165   howpublished = {\url{https://emscripten.org/}}
    166 }
    167 
    168 @misc{emscripten:paper,
    169   author       = {Alon Zakai},
    170   title        = {Emscripten: an LLVM-to-JavaScript compiler},
    171   howpublished = {\url{https://www.researchgate.net/publication/221320724_Emscripten_an_LLVM-to-JavaScript_compiler}},
    172   year         = {2011}
    173 }
    174 
    175 @misc{cwe,
    176   author       = {Common Weakness Enumeration},
    177   title        = {CWE - Common Weakness Enumeration},
    178   howpublished = {\url{https://cwe.mitre.org/index.html}}
    179 }
    180 
    181 @misc{cwe:toctou,
    182   author       = {Common Weakness Enumeration},
    183   title        = {CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition},
    184   howpublished = {\url{https://cwe.mitre.org/data/definitions/367.html}},
    185   year         = {2021}
    186 }
    187 
    188 @misc{cwe:c-weaknesses,
    189   author       = {Common Weakness Enumeration},
    190   title        = {CWE VIEW: Weaknesses in Software Written in C},
    191   howpublished = {\url{https://cwe.mitre.org/data/definitions/658.html}}
    192 }
    193 
    194 % ---------- Taler documentation and repos
    195 @misc{taler-documentation,
    196   author       = {Taler Systems SA},
    197   title        = {GNU Taler Documentation},
    198   howpublished = {\url{https://docs.taler.net/}}
    199 }
    200 
    201 @misc{taler-documentation:backup-synchronization,
    202   author       = {Taler Systems SA},
    203   title        = {Backup and Synchronization Service API},
    204   howpublished = {\url{https://docs.taler.net/core/api-sync.html}}
    205 }
    206 
    207 @misc{taler-documentation:auditor-operator-manual,
    208   author       = {Taler Systems SA},
    209   title        = {GNU Taler Auditor Operator Manual},
    210   howpublished = {\url{https://docs.taler.net/taler-auditor-manual.html}}
    211 }
    212 
    213 @misc{taler-documentation:exchange-operator-manual,
    214   author       = {Taler Systems SA},
    215   title        = {GNU Taler Exchange Operator Manual},
    216   howpublished = {\url{https://docs.taler.net/taler-exchange-manual.html}}
    217 }
    218 
    219 @misc{taler-documentation:merchant-backend-operator-manual,
    220   author       = {Taler Systems SA},
    221   title        = {GNU Taler Merchant Backend Operator Manual},
    222   howpublished = {\url{https://docs.taler.net/taler-merchant-manual.html}}
    223 }
    224 
    225 @misc{taler-documentation:merchant-api,
    226   author       = {Taler Systems SA},
    227   title        = {GNU Taler Merchant API Tutorial},
    228   howpublished = {\url{https://docs.taler.net/taler-merchant-api-tutorial.html}}
    229 }
    230 
    231 @misc{taler-documentation:back-office,
    232   author       = {Taler Systems SA},
    233   title        = {Back-office Web service manual},
    234   howpublished = {\url{https://docs.taler.net/taler-backoffice-manual.html}}
    235 }
    236 
    237 @misc{taler-documentation:pos-manual,
    238   author       = {Taler Systems SA},
    239   title        = {GNU Taler Merchant POS Manual},
    240   howpublished = {\url{https://docs.taler.net/taler-merchant-pos-terminal.html}}
    241 }
    242 
    243 @misc{taler-documentation:wallet-developer-manual,
    244   author       = {Taler Systems SA},
    245   title        = {GNU Taler Wallet Developer Manual},
    246   howpublished = {\url{https://docs.taler.net/taler-wallet.html}}
    247 }
    248 
    249 @misc{taler-documentation:wallet-cli-manual,
    250   author       = {Taler Systems SA},
    251   title        = {GNU Taler Wallet CLI Manual},
    252   howpublished = {\url{https://docs.taler.net/taler-wallet-cli-manual.html}}
    253 }
    254 
    255 @misc{taler-documentation:,
    256   author       = {Taler Systems SA},
    257   title        = {},
    258   howpublished = {\url{}}
    259 }
    260 
    261 @misc{taler-documentation:,
    262   author       = {Taler Systems SA},
    263   title        = {},
    264   howpublished = {\url{}}
    265 }
    266 
    267 @misc{taler-documentation:,
    268   author       = {Taler Systems SA},
    269   title        = {},
    270   howpublished = {\url{}}
    271 }
    272 
    273 % see https://git.taler.net/
    274 
    275 @misc{taler-git,
    276   author       = {GNU Taler Git Repositories},
    277   title        = {GNU Taler Git Repositories},
    278   howpublished = {\url{https://git.taler.net/}}
    279 }
    280 
    281 @misc{taler-git:exchange,
    282   author       = {GNU Taler Git Repositories},
    283   title        = {exchange.git},
    284   howpublished = {\url{https://git.taler.net/exchange.git/}}
    285 }
    286 
    287 @misc{taler-git:merchant,
    288   author       = {GNU Taler Git Repositories},
    289   title        = {merchant.git},
    290   howpublished = {\url{https://git.taler.net/merchant.git/}}
    291 }
    292 
    293 @misc{taler-git:wallet-core,
    294   author       = {GNU Taler Git Repositories},
    295   title        = {wallet-core.git},
    296   howpublished = {\url{https://git.taler.net/wallet-core.git/}}
    297 }
    298 
    299 @misc{taler-git:auditor,
    300   author       = {GNU Taler Git Repositories},
    301   title        = {auditor.git},
    302   howpublished = {\url{https://git.taler.net/auditor.git/}}
    303 }
    304 
    305 @misc{taler-git:backoffice,
    306   author       = {GNU Taler Git Repositories},
    307   title        = {backoffice.git},
    308   howpublished = {\url{https://git.taler.net/backoffice.git/}}
    309 }
    310 
    311 @misc{taler-git:android,
    312   author       = {GNU Taler Git Repositories},
    313   title        = {taler-android.git},
    314   howpublished = {\url{https://git.taler.net/taler-android.git}}
    315 }
    316 
    317 @misc{taler-git:ios,
    318   author       = {GNU Taler Git Repositories},
    319   title        = {taler-ios.git},
    320   howpublished = {\url{https://git.taler.net/taler-ios.git/}}
    321 }
    322 
    323 @misc{taler-git:django-payments,
    324   author       = {GNU Taler Git Repositories},
    325   title        = {django-payments-taler.git},
    326   howpublished = {\url{https://git.taler.net/django-payments-taler.git/}}
    327 }
    328 
    329 @misc{taler-git:woocommerce,
    330   author       = {GNU Taler Git Repositories},
    331   title        = {woocommerce-taler.git},
    332   howpublished = {\url{https://git.taler.net/woocommerce-taler.git/}}
    333 }
    334 
    335 @misc{taler-git:saleor,
    336   author       = {GNU Taler Git Repositories},
    337   title        = {saleor-frontend.git},
    338   howpublished = {\url{https://git.taler.net/saleor-frontend.git/}}
    339 }
    340 
    341 @misc{taler-git:merchant-demos,
    342   author       = {GNU Taler Git Repositories},
    343   title        = {taler-merchant-demos.git},
    344   howpublished = {\url{https://git.taler.net/taler-merchant-demos.git/}}
    345 }
    346 
    347 % ---------- Wikipedia
    348 @misc{dewiki:205456999,
    349   author = {Wikipedia},
    350   title  = {Know your customer --- Wikipedia{,} Die freie Enzyklopädie},
    351   year   = {2020},
    352   url    = {\url{https://de.wikipedia.org/w/index.php?title=Know_your_customer&oldid=205456999}},
    353   note   = {[Online; Stand 3. April 2021]}
    354 }
    355 
    356 @misc{enwiki:1013094030,
    357   author       = {{Wikipedia contributors}},
    358   title        = {EdDSA --- {Wikipedia}{,} The Free Encyclopedia},
    359   year         = {2021},
    360   howpublished = {\url{https://en.wikipedia.org/w/index.php?title=EdDSA&oldid=1013094030}},
    361   note         = {[Online; accessed 22-April-2021]}
    362 }
    363 
    364 @misc{enwiki:1020240018,
    365   author       = {{Wikipedia contributors}},
    366   title        = {Birthday problem --- {Wikipedia}{,} The Free Encyclopedia},
    367   year         = {2021},
    368   howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Birthday_problem&oldid=1020240018}},
    369   note         = {[Online; accessed 28-April-2021]}
    370 }
    371 
    372 @misc{enwiki:1019272750,
    373   author       = {{Wikipedia contributors}},
    374   title        = {Birthday attack --- {Wikipedia}{,} The Free Encyclopedia},
    375   year         = {2021},
    376   howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Birthday_attack&oldid=1019272750}},
    377   note         = {[Online; accessed 24-April-2021]}
    378 }
    379 
    380 @misc{enwiki:blind-sign,
    381   author       = {{Wikipedia contributors}},
    382   title        = {Blind signature --- {Wikipedia}{,} The Free Encyclopedia},
    383   year         = {2021},
    384   howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Blind_signature&oldid=1001105629}},
    385   note         = {[Online; accessed 12-April-2021]}
    386 }
    387 
    388 @misc{enwiki:1024158358,
    389   author = "{Wikipedia contributors}",
    390   title = "Scalability --- {Wikipedia}{,} The Free Encyclopedia",
    391   year = "2021",
    392   howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Scalability&oldid=1024158358}",
    393   note = "[Online; accessed 17-June-2021]"
    394 }
    395 
    396 @misc{enwiki:1024197377,
    397   author = "{Wikipedia contributors}",
    398   title = "Chaos engineering --- {Wikipedia}{,} The Free Encyclopedia",
    399   year = "2021",
    400   howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Chaos_engineering&oldid=1024197377}",
    401   note = "[Online; accessed 17-June-2021]"
    402 }
    403 
    404 @misc{enwiki:1026754635,
    405   author = "{Wikipedia contributors}",
    406   title = "Replay attack --- {Wikipedia}{,} The Free Encyclopedia",
    407   year = "2021",
    408   howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Replay_attack&oldid=1026754635}",
    409   note = "[Online; accessed 17-June-2021]"
    410 }
    411 
    412 % ---------- RFCs
    413 @misc{rfc8032,
    414 	series =	{Request for Comments},
    415 	number =	8032,
    416 	howpublished =	{RFC 8032},
    417 	publisher =	{RFC Editor},
    418 	doi =		{10.17487/RFC8032},
    419 	url =		{https://rfc-editor.org/rfc/rfc8032.txt},
    420         author =	{Simon Josefsson and Ilari Liusvaara},
    421 	title =		{{Edwards-Curve Digital Signature Algorithm (EdDSA)}},
    422 	pagetotal =	60,
    423 	year =		2017,
    424 	month =		jan,
    425 	abstract =	{This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.},
    426 }
    427 
    428 @misc{rfc6265,
    429 	series =	{Request for Comments},
    430 	number =	6265,
    431 	howpublished =	{RFC 6265},
    432 	publisher =	{RFC Editor},
    433 	doi =		{10.17487/RFC6265},
    434 	url =		{https://rfc-editor.org/rfc/rfc6265.txt},
    435         author =	{Adam Barth},
    436 	title =		{{HTTP State Management Mechanism}},
    437 	pagetotal =	37,
    438 	year =		2011,
    439 	month =		apr,
    440 	abstract =	{This document defines the HTTP Cookie and Set-Cookie header fields. These header fields can be used by HTTP servers to store state (called cookies) at HTTP user agents, letting the servers maintain a stateful session over the mostly stateless HTTP protocol. Although cookies have many historical infelicities that degrade their security and privacy, the Cookie and Set-Cookie header fields are widely used on the Internet. This document obsoletes RFC 2965. {[}STANDARDS-TRACK{]}},
    441 }
    442