Updated GAE code for Python 2.7 and webapp2, switched to HTTPS links in the index page, switched to the standard Python JSON library, enabled threading.

This commit is contained in:
cyrozap
2013-09-21 00:37:15 -04:00
parent 2274792ed0
commit 003e65e2e1
4 changed files with 21 additions and 31 deletions

View File

@@ -10,18 +10,18 @@
</head>
<body>
<h1>HDCP key generator</h1>
<h1>HDCP Key Generator</h1>
<p>The following links generate a random HDCP source or sink key
as a machine-readable JSON object.</p>
<ul>
<li><a href="keys/source">Generate random source key.</a></li>
<li><a href="keys/source">Generate random source key</a></li>
<li><a href="keys/sink">Generate random sink key.</a></li>
<li><a href="keys/sink">Generate random sink key</a></li>
</ul>
<p><a href="http://github.com/rjw57/hdcp-genkey">Source code</a>
available from <a href="http://gihub.com/">github</a>.</p>
<p><a href="https://github.com/rjw57/hdcp-genkey">Source code</a>
available from <a href="https://github.com/">github</a>.</p>
</body>
</html>