prototype of password based key derivation

This commit is contained in:
ansuz
2016-08-22 11:43:41 +02:00
parent 848f16e8f5
commit dcebb9597f
2 changed files with 142 additions and 0 deletions

20
www/login/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<style>
html, body{
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
box-sizing: border-box;
}
</style>
</head>
<body>
<button id="login">login</button>