I'm a 16-year-old developer from China, currently studying at Xi'an Jiaotong University (Special Class for the Gifted Young). I write code because I believe privacy is a human right.
- KaleidoTalk β An end-to-end encrypted chat software with X25519 key rotation, irreversible account freeze, cover traffic, and modern UI.
π github.com/hbzsoft/KaleidoTalk Β· kaleidotalk.hanbangze.tech
v3.0 released on my 16th birthday π
- International Collegiate Programming Contest (ICPC) β competitive programming, algorithms, data structures.
- Cryptography & system security β applying theory to real-world privacy tools.
- Programming languages: Python, C++
- Systems & networks: secure protocol design, distributed systems, performance optimization
- Privacy & digital rights: building tools that empower individuals
- Email: bangze.han@stu.xjtu.edu.cn
- Luogu: XSS_Worm (uid 704330)
- GitHub: hbzsoft
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "Hello World!" << endl;
cout << "Privacy is a human right." << endl;
return 0;
}β Feel free to reach out β I'm always open to collaboration, ideas, and conversations about privacy and technology.