Commit 1012d7a7 authored by Leon's avatar Leon

upload.

parent ccde2ca1
var crypto = require("topsin.crypto");
var filepath = "C:/workspace/topsdk-temp/b3.7z";
var md5 = crypto.fileMd5(filepath);
print(md5);
\ No newline at end of file
var r = crypto.encodeBase64('TopLinker0510');
r = crypto.encodeBase64(r);
print(r);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment