摘要:
Option Explicit '添加[类模块],命名为[clsDES.cls] ' DES加密 '加密模式:ECB '填充:zeropadding '输出字符集:base64 ' 用法 '加密 ' DES.Key = "" ' DES.EncryptString(date, Key) '解密 'D 阅读全文
摘要:
如题:先加载API 要点:毫秒级时间戳只是在秒级时间戳后面多了当前时间得三位毫秒数。 代码: Public Declare Function timeGetTime Lib "winmm.dll" () As Long Public Function GetUnixTime_ms() As Stri 阅读全文