Commit 1012d7a7 authored by Leon's avatar Leon

upload.

parent ccde2ca1
var crypto = require("topsin.crypto"); var crypto = require("topsin.crypto");
var filepath = "C:/workspace/topsdk-temp/b3.7z"; var r = crypto.encodeBase64('TopLinker0510');
var md5 = crypto.fileMd5(filepath); r = crypto.encodeBase64(r);
print(md5); print(r);
\ No newline at end of file \ 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