pusadao's recent timeline updates
pusadao

pusadao

V2EX member #75398, joined on 2014-09-28 16:31:43 +08:00
pusadao's recent replies
const crypto = require('crypto')

const sha1 = crypto.createHash('sha1')
const salt = new Buffer('af350c3413179ab4', 'hex')
const origin = new Buffer('a123456')
sha1.update(salt)
sha1.update(origin)
let result = sha1.digest()

for (let i = 1; i < 1024; i++) {
result = crypto.createHash('sha1').update(result).digest()
}

console.log(result.toString('hex')) // 79893503e8074330321974fa14dc44f8aa1b3df0
Jun 6, 2016
Replied to a topic by arrowna Java 如何让绿色版 java 支持 java applet?
你们用 applet 做什么在
@struCoder 第一次回复竟然是因为这个
Sep 10, 2015
Replied to a topic by ivito macOS Mac 下 Http 协议抓包工具哪款比较好呢
挽尊
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5398 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 06:59 · PVG 14:59 · LAX 23:59 · JFK 02:59
♥ Do have faith in what you're doing.