File tree Expand file tree Collapse file tree 13 files changed +353
-103
lines changed
Expand file tree Collapse file tree 13 files changed +353
-103
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 22 "cells" : [
33 {
44 "cell_type" : " markdown" ,
5+ "id" : " 20c64935" ,
56 "metadata" : {},
67 "source" : [
78 " # crypto\n " ,
1213 {
1314 "cell_type" : " code" ,
1415 "execution_count" : null ,
16+ "id" : " 13df2d76" ,
1517 "metadata" : {},
1618 "outputs" : [],
1719 "source" : [
2123 {
2224 "cell_type" : " code" ,
2325 "execution_count" : null ,
26+ "id" : " b49deaff" ,
2427 "metadata" : {},
2528 "outputs" : [],
2629 "source" : [
3134 {
3235 "cell_type" : " code" ,
3336 "execution_count" : null ,
37+ "id" : " 394cf179" ,
3438 "metadata" : {},
3539 "outputs" : [
3640 {
5256 },
5357 {
5458 "cell_type" : " markdown" ,
59+ "id" : " d6c0b6de" ,
5560 "metadata" : {},
5661 "source" : [
5762 " Generating a private & public key pair from scratch."
6065 {
6166 "cell_type" : " code" ,
6267 "execution_count" : null ,
68+ "id" : " 70704956" ,
6369 "metadata" : {},
6470 "outputs" : [
6571 {
8187 {
8288 "cell_type" : " code" ,
8389 "execution_count" : null ,
90+ "id" : " a3f507fa" ,
8491 "metadata" : {},
8592 "outputs" : [
8693 {
103110 {
104111 "cell_type" : " code" ,
105112 "execution_count" : null ,
113+ "id" : " d6a41091" ,
106114 "metadata" : {},
107115 "outputs" : [],
108116 "source" : [
116124 {
117125 "cell_type" : " code" ,
118126 "execution_count" : null ,
127+ "id" : " ce63c4f3" ,
119128 "metadata" : {},
120129 "outputs" : [
121130 {
136145 },
137146 {
138147 "cell_type" : " markdown" ,
148+ "id" : " ad92b030" ,
139149 "metadata" : {},
140150 "source" : [
141151 " Generating a `pk` instance and a public key from a private key in hex.\n "
144154 {
145155 "cell_type" : " code" ,
146156 "execution_count" : null ,
157+ "id" : " df7cc7b3" ,
147158 "metadata" : {},
148159 "outputs" : [
149160 {
166177 {
167178 "cell_type" : " code" ,
168179 "execution_count" : null ,
180+ "id" : " e6146c91" ,
169181 "metadata" : {},
170182 "outputs" : [],
171183 "source" : [
182194 {
183195 "cell_type" : " code" ,
184196 "execution_count" : null ,
197+ "id" : " 9abd3af2" ,
185198 "metadata" : {},
186199 "outputs" : [
187200 {
202215 },
203216 {
204217 "cell_type" : " markdown" ,
218+ "id" : " e4df2fbe" ,
205219 "metadata" : {},
206220 "source" : []
207221 },
208222 {
209223 "cell_type" : " code" ,
210224 "execution_count" : null ,
225+ "id" : " f5df6b3e" ,
211226 "metadata" : {},
212227 "outputs" : [],
213228 "source" : [
224239 }
225240 },
226241 "nbformat" : 4 ,
227- "nbformat_minor" : 4
242+ "nbformat_minor" : 5
228243}
Original file line number Diff line number Diff line change 22 "cells" : [
33 {
44 "cell_type" : " markdown" ,
5+ "id" : " f9a84312" ,
56 "metadata" : {},
67 "source" : [
78 " # auth\n " ,
1213 {
1314 "cell_type" : " code" ,
1415 "execution_count" : null ,
16+ "id" : " 8c4385be" ,
1517 "metadata" : {},
1618 "outputs" : [],
1719 "source" : [
2123 {
2224 "cell_type" : " code" ,
2325 "execution_count" : null ,
26+ "id" : " 1b012888" ,
2427 "metadata" : {},
2528 "outputs" : [],
2629 "source" : [
3134 {
3235 "cell_type" : " code" ,
3336 "execution_count" : null ,
37+ "id" : " 92558fbd" ,
3438 "metadata" : {},
3539 "outputs" : [],
3640 "source" : [
4448 {
4549 "cell_type" : " code" ,
4650 "execution_count" : null ,
51+ "id" : " 5461f789" ,
4752 "metadata" : {},
4853 "outputs" : [],
4954 "source" : [
6065 },
6166 {
6267 "cell_type" : " markdown" ,
68+ "id" : " 008c47bc" ,
6369 "metadata" : {},
6470 "source" : [
6571 " ## Authentication flow\n " ,
7884 },
7985 {
8086 "cell_type" : " markdown" ,
87+ "id" : " ae04b799" ,
8188 "metadata" : {},
8289 "source" : [
8390 " ### Get challenge"
8693 {
8794 "cell_type" : " code" ,
8895 "execution_count" : null ,
96+ "id" : " e4fc78dc" ,
8997 "metadata" : {},
9098 "outputs" : [],
9199 "source" : [
95103 {
96104 "cell_type" : " code" ,
97105 "execution_count" : null ,
106+ "id" : " 299c3b8c" ,
98107 "metadata" : {},
99108 "outputs" : [
100109 {
118127 {
119128 "cell_type" : " code" ,
120129 "execution_count" : null ,
130+ "id" : " 232356bd" ,
121131 "metadata" : {},
122132 "outputs" : [],
123133 "source" : [
139149 {
140150 "cell_type" : " code" ,
141151 "execution_count" : null ,
152+ "id" : " 24fd507f" ,
142153 "metadata" : {},
143154 "outputs" : [
144155 {
160171 },
161172 {
162173 "cell_type" : " markdown" ,
174+ "id" : " 7ef1e0f9" ,
163175 "metadata" : {},
164176 "source" : [
165177 " ### Sign challenge\n " ,
170182 {
171183 "cell_type" : " code" ,
172184 "execution_count" : null ,
185+ "id" : " 4ebdc30e" ,
173186 "metadata" : {},
174187 "outputs" : [
175188 {
191204 {
192205 "cell_type" : " code" ,
193206 "execution_count" : null ,
207+ "id" : " fb59ba1b" ,
194208 "metadata" : {},
195209 "outputs" : [],
196210 "source" : [
204218 },
205219 {
206220 "cell_type" : " markdown" ,
221+ "id" : " c6154a48" ,
207222 "metadata" : {},
208223 "source" : [
209224 " ### Submit challenge"
212227 {
213228 "cell_type" : " code" ,
214229 "execution_count" : null ,
230+ "id" : " eb524ebf" ,
215231 "metadata" : {},
216232 "outputs" : [
217233 {
239255 {
240256 "cell_type" : " code" ,
241257 "execution_count" : null ,
258+ "id" : " e5f6db60" ,
242259 "metadata" : {},
243260 "outputs" : [],
244261 "source" : [
260277 },
261278 {
262279 "cell_type" : " markdown" ,
280+ "id" : " 9c2170a3" ,
263281 "metadata" : {},
264282 "source" : [
265283 " Challenges can be used only once."
266284 ]
267285 },
268286 {
269287 "cell_type" : " markdown" ,
288+ "id" : " 2ddd174e" ,
270289 "metadata" : {},
271290 "source" : [
272291 " ### Authenticate\n " ,
277296 {
278297 "cell_type" : " code" ,
279298 "execution_count" : null ,
299+ "id" : " 61136fdb" ,
280300 "metadata" : {},
281301 "outputs" : [],
282302 "source" : [
294314 {
295315 "cell_type" : " code" ,
296316 "execution_count" : null ,
317+ "id" : " 0ceb6709" ,
297318 "metadata" : {},
298319 "outputs" : [
299320 {
315336 },
316337 {
317338 "cell_type" : " markdown" ,
339+ "id" : " 691d3a73" ,
318340 "metadata" : {},
319341 "source" : [
320342 " ### Linking an email to an Agent\n " ,
327349 {
328350 "cell_type" : " code" ,
329351 "execution_count" : null ,
352+ "id" : " a2e21cde" ,
330353 "metadata" : {},
331354 "outputs" : [],
332355 "source" : [
350373 }
351374 },
352375 "nbformat" : 4 ,
353- "nbformat_minor" : 2
376+ "nbformat_minor" : 5
354377}
You can’t perform that action at this time.
0 commit comments