README
Sheetbase Module: @sheetbase/md5-server
JavaScript MD5 implementation for Google apps script.
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.