js部分:

<html>
<head></head>
<body>
<script type="text/javascript" src="sha256.js">
</script>
<script type="text/javascript">

  document.write(sha256_digest("hello world"));

</script> 
</body>
</html>

  js文件  见博客园上传文件

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2021-08-28
  • 2022-01-08
  • 2021-12-04
  • 2022-12-23
  • 2021-12-23
  • 2021-05-18
猜你喜欢
  • 2021-09-29
  • 2021-12-15
  • 2021-05-27
  • 2022-12-23
  • 2021-12-23
  • 2021-05-17
  • 2022-02-11
相关资源
相似解决方案