Skip to content

Latest commit

History

History
55 lines (43 loc) · 1.4 KB

File metadata and controls

55 lines (43 loc) · 1.4 KB
titleJavaScript String Hashing using "node-forge"
keywordssample
summaryJavaScript based string hashing
permalinkjavascript_forge_string_hash.html
folderJavaScript Forge
references
authors
nameurl
Tobias Hirzel
current_reviews
last_updated2018-11-27
tags
JavaScript
Node.js
node-forge hash
SHA
SHA-512

Use cases

  • Usable on server side, not intendend, for use on client side/in Browsers
  • Verifying, if a string has been changed

node version

  • 10.13.0

JavaScript Version

  • ECMAScript 6 and higher

Installation

Example Code for JavaScript String Hashing using SHA-512, BASE64 and UTF-8 encoding

{%include_relativesrc/allinone/ExampleHash.js%}

{% include links.html %}