15 lines
500 B
HTML
15 lines
500 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>ZKL Crypto Provider Demo</title>
|
|
</head>
|
|
<body>
|
|
<h1>ZKL Crypto Provider Demo</h1>
|
|
<p>Upload a file to be encrypted. The ciphertext will be presented as a bitmap here.</p>
|
|
<input type="file" id="fileInput">
|
|
<canvas id="bitmapCanvas"></canvas>
|
|
<hr>
|
|
<p>Yigid BALABAN, <a href="https://fybx.dev/">https://fybx.dev/</a></p>
|
|
<script src="dist/bundle.js"></script>
|
|
</body>
|
|
</html> |