Annotation of parser3/tests/141.html, revision 1.8
1.3 misha 1: $uuid[^math:uuid[]]^uuid.length[]<br />
2: $uid64[^math:uid64[]]^uid64.length[]<br />
1.6 moko 3:
4: $long[very-long-long-long-long-long-long-long-long-long-long-long-long-long-long-long-long-key]
5:
1.3 misha 6: ^math:md5[123]<br />
1.6 moko 7: ^math:digest[md5;123]<br />
8: ^math:digest[md5;123; $.hmac[pwd] ]<br />
9: ^math:digest[md5;123; $.hmac[$long] $.format[base64] ]<br />
10:
1.3 misha 11: ^math:sha1[123]<br />
1.6 moko 12: ^math:digest[sha1;123]<br />
1.4 moko 13: ^math:digest[sha1;123; $.hmac[pwd] ]<br />
1.6 moko 14: ^math:digest[sha1;123; $.hmac[$long] $.format[base64] ]<br />
15:
16: ^math:digest[sha256;123; $.hmac[pwd] ]<br />
17: ^math:digest[sha256;123; $.hmac[$long] $.format[base64] ]<br />
18:
19: ^math:digest[sha512;123]<br />
20: ^math:digest[sha512;123; $.hmac[pwd] ]<br />
21: ^math:digest[sha512;123; $.hmac[$long$long] $.format[base64] ]<br />
1.7 moko 22:
23: $paf[^file::load[binary;019paf2001.gif]]
24:
25: ^math:digest[md5;$paf]<br />
26: ^math:digest[sha256;$paf]<br />
1.8 ! moko 27:
! 28: $s[{ "name": "^taint[json;va"lue]" }]
! 29: $f[^file::create[$s]]
! 30:
! 31: ^math:md5[$s] = ^math:md5[$f.text]<br />
! 32: ^math:digest[sha1;$s] = ^math:digest[sha1;$f.text]<br />
E-mail: