<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cookie-s</author_name>
  <author_url>https://blog.hatena.ne.jp/cookie-s/</author_url>
  <blog_title>cookies.txt　　　　　　.scr</blog_title>
  <blog_url>https://cookies.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>なかなか好きな問題でした。 問題 #!/usr/bin/env python3 import os, random from Crypto.Cipher import AES aes = AES.new(os.urandom(16), AES.MODE_ECB) enc = lambda x: aes.encrypt(x.to_bytes(16, 'big')).hex() dec = lambda y: int.from_bytes(aes.decrypt(bytes.fromhex(y)), 'big') p = 0xfffffed83c17 # |G| = p mul = lambda …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcookies.hatenablog.jp%2Fentry%2F2018%2F12%2F09%2F212052&quot; title=&quot;hxpctf2018 writeup blind - cookies.txt　　　　　　.scr&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://chart.apis.google.com/chart?cht=tx&amp;chl=2%20%5Clg%20n</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-12-09 21:20:52</published>
  <title>hxpctf2018 writeup blind</title>
  <type>rich</type>
  <url>https://cookies.hatenablog.jp/entry/2018/12/09/212052</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
