-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathref.bib
More file actions
151 lines (130 loc) · 4.7 KB
/
Copy pathref.bib
File metadata and controls
151 lines (130 loc) · 4.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
@article{commcode,
title = {Comm Implementation},
author = {Comm Team},
journal = {GitHub},
note = {Available:
\url{https://github.com/comme2e/comm/}}
}
@inproceedings{opaque2018,
title = {OPAQUE: an asymmetric PAKE protocol secure against pre-computation attacks},
author = {Jarecki, Stanislaw and Krawczyk, Hugo and Xu, Jiayu},
booktitle = {Annual International Conference on the Theory and Applications of Cryptographic Techniques},
pages = {456--486},
year = {2018},
organization = {Springer}
}
@inproceedings{doubleratchetsecurity,
title = {The double ratchet: security notions, proofs, and modularization for the signal protocol},
author = {Alwen, Jo{\"e}l and Coretti, Sandro and Dodis, Yevgeniy},
booktitle = {Annual International Conference on the Theory and Applications of Cryptographic Techniques},
pages = {129--158},
year = {2019},
organization = {Springer}
}
@article{siwe,
title = {EIP-4361: Sign-In with Ethereum},
author = {Chang, Wayne and Rocco, Gregory and Millegan, Brantly and Johnson, Nick},
journal = {Ethereum Improvement Proposals, no. 4361},
note = {Available: \url{https://eips.ethereum.org/EIPS/eip-4361.}}
}
@article{vodozemac,
title = {Vodozemac},
author = {Matrix Foundation},
journal = {GitLab},
note = {Available: \url{https://github.com/matrix-org/vodozemac}}
}
@article{vodozemacfork,
title = {Vodozemac (fork)},
author = {Comm},
journal = {GitHub},
note = {Available: \url{https://github.com/CommE2E/vodozemac}}
}
@article{opaqueke,
title = {The OPAQUE key exchange protocol},
author = {Facebook},
journal = {GitHub},
note = {Available: \url{https://github.com/facebook/opaque-ke}}
}
@article{signalprotocol,
title = {The Double Ratchet Algorithm},
author = {Perrin, Trevor and Marlinspike, Moxie},
journal = {Signal Inc.},
note = {Available: \url{https://signal.org/docs/specifications/doubleratchet/}}
}
@article{x3dh,
title = {The X3DH Key Agreement Protocol},
author = {Marlinspike, Moxie and Perrin, Trevor},
journal = {Signal Inc.},
note = {Available: \url{https://signal.org/docs/specifications/x3dh/}}
}
@inproceedings{argon2,
title = {Argon2: new generation of memory-hard functions for password hashing and other applications},
author = {Biryukov, Alex and Dinu, Daniel and Khovratovich, Dmitry},
booktitle = {2016 IEEE European Symposium on Security and Privacy (EuroS\&P)},
pages = {292--302},
year = {2016},
organization = {IEEE}
}
@article{olmsign,
title = {Signature keys and user identity in libolm},
author = {Matrix Foundation},
journal = {GitLab},
note = {Available: \url{https://gitlab.matrix.org/matrix-org/olm/-/blob/master/docs/signing.md}}
}
@article{applekeychain,
title = {Restricting keychain item accessibility},
author = {Apple Inc.},
journal = {Apple Developer},
note = {Available: \url{https://developer.apple.com/documentation/security/keychain_services/keychain_items/restricting_keychain_item_accessibility#overview}}
}
@article{xeddsa,
title = {The XEdDSA and VXEdDSA Signature Schemes},
author = {Perrin, Trevor},
journal = {Signal Inc.},
note = {Available: \url{https://signal.org/docs/specifications/xeddsa/}}
}
@article{sqliteseext,
title = {The Session Extension},
author = {SQLite},
journal = {SQLite Documentation},
note = {Available: \url{https://sqlite.org/sessionintro.html}}
}
@article{sqlcipher,
title = {SQLCipher},
author = {Zetetic, LLC},
journal = {SQLCipher Documentation},
note = {Available: \url{https://www.zetetic.net/sqlcipher/documentation/}}
}
@article{uuid,
title = {Universally Unique IDentifier Version 4},
author = {Davis, Peabody, Leach},
journal = {Internet Engineering Task Force},
note = {Available: \url{https://datatracker.ietf.org/doc/html/rfc9562#uuidv4}}
}
@article{electron,
title = {Electron Auto Updater},
author = {Electron},
journal = {Electron Documentation},
note = {Available:
\url{https://www.electronjs.org/docs/latest/api/auto-updater}}
}
@article{farcaster,
title = {Farcaster Docs},
author = {Farcaster},
journal = {Farcaster Documentation},
note = {Available:
\url{https://docs.farcaster.xyz/}}
}
@article{notifications,
title = {Notifications API},
author = {WHATWG},
journal = {WHATWG Standard},
note = {Available:
\url{https://notifications.spec.whatwg.org/}}
}
@article{webcryptoapi,
title = {Web Crypto API, CryptoKey: extractable property},
author = {MDN contributors},
journal = {Web Crypto API Documentation},
note = {Available: \url{https://developer.mozilla.org/en-US/docs/Web/API/CryptoKey/extractable}}
}