Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.4 KB

javascript_forge_string_hash_forge.md

File metadata and controls

55 lines (43 loc) · 1.4 KB
title keywords summary permalink folder references authors current_reviews last_updated tags
JavaScript String Hashing using "node-forge"
sample
JavaScript based string hashing
javascript_forge_string_hash.html
JavaScript Forge
url description
node-forge
name url
Tobias Hirzel
2018-11-27
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_relative src/allinone/ExampleHash.js %}

{% include links.html %}