Skip to content

Instantly share code, notes, and snippets.

View mushanzi1216's full-sized avatar
🏠
Working from home

Peter Guo mushanzi1216

🏠
Working from home
View GitHub Profile
var CryptoJS = require('crypto-js')
var request = require('request-promise')
/*
* npm install crypto-js request-promise request
* node wx_t1t_hack.js
*/
// export function testEncription(msg, fullKey) {
// var fullKey = fullKey.slice(0, 16)