jquery-hash
Version:
jQuery plugin to return a hash for a string using SHA 1/256/384/512 and the web crypto api
2 lines (1 loc) • 314 B
HTML
<html><head><meta charset="utf-8"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"></head><body><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script><script src="./demo.js"></script></body></html>