会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
加载时间中.....
Python
前端
爬虫
数据库
Django
Flask
微信小程序
Linux
Go
首页
新随笔
联系
管理
上一页
1
···
35
36
37
38
39
40
41
42
43
···
142
下一页
2020年8月27日
安卓日常开发和逆向中常用的shell命令与非shell命令
摘要: 简述shell 命令与 非shell命令区别 shell命令不用先adb shell进入界面执行 非shell命令必须要 adb shell进入界面执行 基础非shell命令 1.安装app adb install apk文件的绝对路径 2.卸载app adb uninstall 包名 3.将设备文
阅读全文
posted @ 2020-08-27 16:20 小小咸鱼YwY
阅读(978)
评论(0)
推荐(0)
2020年8月24日
python实现rc4加密解密,base64输出
摘要: from Crypto.Cipher import ARC4 as rc4cipher import base64 def rc4_algorithm(encrypt_or_decrypt, data, key1): if encrypt_or_decrypt == "encrypt": key =
阅读全文
posted @ 2020-08-24 15:07 小小咸鱼YwY
阅读(2586)
评论(0)
推荐(0)
2020年8月20日
APP脱壳方法三
摘要: 第一步 手机启动frida服务 第二步 手机打开要脱壳的app 第三步编辑hook代码 agent.js /* * Author: hluwa <hluwa888@gmail.com> * HomePage: https://github.com/hluwa * CreatedTime: 2020/
阅读全文
posted @ 2020-08-20 17:02 小小咸鱼YwY
阅读(2108)
评论(0)
推荐(0)
python常用加密AES/DES/RSA/MD5/SM2/SM4/3DES
摘要: 都是作者累积的,且看其珍惜,大家可以尽量可以保存一下,如果转载请写好出处https://www.cnblogs.com/pythonywy 一.md5加密 1.简介 这是一种使用非常广泛的加密方式,不可逆的,常见16位和32位一般都是md5 import hashlib data = '你好' pr
阅读全文
posted @ 2020-08-20 14:42 小小咸鱼YwY
阅读(4018)
评论(1)
推荐(1)
RSA--通过模和指数加密模板--无填充
摘要: 一.模板一 import rsa #模 m = "ae068c2039bd2d82a529883f273cf20a48e0b6faa564e740402375a9cb332a029b8492ae342893d9c9d53d94d3ab8ae95de9607c2e03dd46cebe211532810
阅读全文
posted @ 2020-08-20 11:34 小小咸鱼YwY
阅读(751)
评论(0)
推荐(0)
上一页
1
···
35
36
37
38
39
40
41
42
43
···
142
下一页
公告
算法题
Python
前端
Vue
爬虫
数据库
Django
DRF框架
Flask
微信小程序
Linux
Go
首页