LLM FineTune Tools
Mobile App testing AI Agent
Android AI Agent Evaluation
- https://github.com/google-research/android_world?tab=readme-ov-file
- https://google-research.github.io/android_world/
Fofa – Search “app=ollama”
…LLM FineTune Tools
Mobile App testing AI Agent
Android AI Agent Evaluation
Fofa – Search “app=ollama”
…First create one Tunnel in the Web Dashboard
Then install the cloudflared on Mac
brew install cloudflared &&
sudo cloudflared service install eyJhIjoiNGNkZWY4xxxxx.......
After you finished the cloudflared installation, then you …
The DeepSeek just released the DeepSeek R1, and it’s Open Source, so let’s running it locally with ollama
First, I got one Mac Pro
Install the monitor tools
09总结|2010年终总结|2011年终总结|2012年终总结|2013年终总结|2014年终总结|2015年终总结|2016年终总结|2017年终总结|2018年终总结|2019年终总结|再见2020|2021年终总结|2022年终总结|2023年终总结
2024年,就要这么匆匆的过去了,不带走一片云彩。
十年前大家都憧憬着未来会越来越好,而现在好像世界都已经完全换了一样,现实会在不经意间,蹦到你的眼前,时刻提醒着你,那些曾经的,期待的,希望的都已远去,消逝在渐行渐远的暮霭中。
数了一下,有的没的写了15篇博客,AI爆发第二年,坚持手敲博客,作为人类RPC最后的倔强。
我想我会一直坚持手写博客,就好像我一直坚持维护着个个独立博客网站运行,想写什么就写什么,没人会审查,十几年了一直坚持着,成本很高,但很值得。
相反,微信视频号仍然处于封禁状态,你不知道哪个视频就会触发了敏感词,就好像包子,维尼熊,不知道哪一天就成了禁忌。
如果说今年有什么好玩的,那就是密码学了。花了一些时间学习各种加密算法,对称加秘,非对称加密,密钥交换,椭圆曲线,离散对数,现在也只是了解一些皮毛。
作为公司新任密码学课程讲师,第一次完成了三天的密码学课程培训。
路漫漫,还有很多东西要去学。密码学作为信息安全里面最重要的一环,涉及到信息安全的方方面面,作为现代互联网的基石,深入了解很有必要,而且这个东西目前是不太会变化的,可以作为基础知识去深入了解。当然最近Google发布的量子计算最新进展,对现代密码学已经产生了一些潜在的威胁。
美国NIST一直在为后量子计算机时代的加密算法在世界范围内,征集加密算法,在今年8月份已经有了最终轮的一些算法,感兴趣可以看看看…
As we know the RSA certificates
在密码学中经常看到a^b mod n运算,当b很大的时候,就不能够按照简单的数学运算进行了。
“Square and Multiply”就是一种窍门。
把指数转换成2进制,从左到右开始计算
其中z为上一个指数二进制计算结果(从左到右),初始为1
举例a^b mod 21 = 3^11 mod 21 = 3^1011 mod 21
Then boot the USB disk, and open in browser
We can do
cat sha256_hash_rockyou.txt
F09EDCB1FCEFC6DFB23DC3505A882655FF77375ED8AA2D1C13F640FCCC2D0C85
hashcat -m 1400 -a 0 sha256_hash_rockyou.txt ~/rockyou/rockyou.txt
hashcat -m 1400 --show sha256_hash_rockyou.txt
f09edcb1fcefc6dfb23dc3505a882655ff77375ed8aa2d1c13f640fccc2d0c85:paule
It’s slow, so just crack the 1. 4 letter word 2. 4 litter letter.…
I have begun learning security skills on the TryHackMe website and have completed two rooms. In my opinion, it is the best site for acquiring and practicing security skills so far.
And several …