2.10.0-1 • Published 7 years ago

@sheetbase/md5-server v2.10.0-1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Sheetbase Module: @sheetbase/md5-server

JavaScript MD5 implementation for Google apps script.

License clasp Support me on Patreon PayPal Ask me anything

Install

  • Using npm: npm install --save @sheetbase/md5-server

  • As a library: 1MWgpT1eLKYxP6-v9cuH91FWHdagJXVQFtAN2MX2QLUXDiZNfpiDfbnab

    Set the Indentifier to Md5 and select the lastest version, view code.

Examples

function example1(): void {
  const hash = Md5.md5("hello");
  Logger.log(hash);
}

Documentation

Homepage: https://blueimp.github.io/JavaScript-MD5/

License

@sheetbase/md5-server is released under the MIT license.