Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
  <script src="http://cdn.jsdelivr.net/sjcl/1.0.0/sjcl.js"></script>
  <title>Encrypt HTML page</title>
</head>
<body>
  <input type="text" id="keytx" onchange="changekey()" onkeyup="changekey()" />
  <textarea id="intxt" placeholder="HTML to encrypt" onchange="dostuff()" onkeyup="dostuff()"></textarea>
  <textarea id="outxt" disabled=disabled placeholder="Encrypted HTML here"></textarea>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Hamchapro
0viewers