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