Janxun's recent timeline updates
Janxun

Janxun

V2EX member #426161, joined on 2019-07-02 10:57:42 +08:00
75 S 38 B
Janxun's recent replies
ffmu
May 19, 2021
Replied to a topic by supermoonie 健康 请大家保护好自己的牙齿
应该是双氧水吧?前两天也开始做根管治疗了……
```javascript
const CryptoJS = require('crypto-js');

function cryptoEncrypt(word) {
const key = CryptoJS.enc.Utf8.parse("ABCDEXGH01234567");
const encrypted = CryptoJS.AES.encrypt(word, key, {
mode: CryptoJS.mode.ECB,
padding: CryptoJS.pad.Pkcs7
})
return encrypted.ciphertext.toString(CryptoJS.enc.Base64);
}
```
@kingfalse 好吧,我再试试
@qq292382270 大佬你已经很欧了,我是一个 1300 多天的萌新,现在抽到的 ssr 基本都是老式神,没啥用。平时也只是用脚本挂一会。因为之前写的脚本是前台操作,挂机的时候什么都不能做,所以想用模拟器操作。你的回答对我来说非常有帮助!安卓自动化这方面我一点也不了解。非常感谢啦!祝你欧气满满!
花点小钱就选 enpass ;免费的话就 KeePass ( win ),keepassxc ( Mac ),奇密( iOS ),Chrome 的话 keepassxc 有对应插件。
Feb 16, 2020
Replied to a topic by Nitroethane MacBook Pro 打算入手 16 寸 MBP,要再等等吗
早买早享受
Aug 17, 2019
Replied to a topic by qq7790586 程序员 有看知乎各种热门贴的网站吗?
微信搜索小程序:宅宅生活收藏夹。一直在更新,有你看不完的热门钓鱼贴。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2659 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 15:50 · PVG 23:50 · LAX 08:50 · JFK 11:50
♥ Do have faith in what you're doing.