Files @ a9595f817d39
Branch filter:

Location: CryptoJS/dist/crypto.html

Laman
testing PBKDF2
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8" />
	<title>Chacha20</title>
	<script type="text/javascript" src="main.js"></script>
</head>
<body>
	<form name="chacha">
		<textarea name="input"></textarea>
		<input type="password" name="password" />
		<button type="button" name="encrypt">zašifrovat</button>
		<button type="button" name="decrypt">dešifrovat</button>
		<textarea name="output"></textarea>
	</form>
	<script type="text/javascript">
		
	</script>
</body>
</html>