Pinned Repositories
Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
ArchLinuxTutorial
✨Arch Linux安装使用教程 每日实时更新! | 包含ArchLinux从安装到日常使用、娱乐、编程、媒体制作的各个方面,让Arch成为你的常用系统吧! | 提供在线网页文档 ✨
ASCII-Tetris
ASCII Tetris game written in C
BadUSB
Using the USB protocol vulnerability, by changing the USB internal firmware, after the normal USB interface access, simulate the function of external mouse and keyboard, so as to make the target host to execute the well-constructed command
Chat-Messela-Blockchain-Messenger
Chat Message La - A Blockchain implementation for ultra-secure (just kidding!) messaging in Java
Chat-Room
This program is a Java application that allows the user to setup a chat room server and have multiple clients connect to the chat room server. The chat room is encrypted using AES, and keys are sent to each other using ECDS.
CHATAES
IP-Chat
An UDP based java desktop chatting app which supports AES-256 bit encryption.
multi-client-chat-application
Java Chat application with GUI and AES Encryption.
MyChatAppp
Secure Chat Application that encrypts your messages and files using (AES or DES) + RSA
MRwar10ck's Repositories
MRwar10ck/IP-Chat
An UDP based java desktop chatting app which supports AES-256 bit encryption.
MRwar10ck/MyChatAppp
Secure Chat Application that encrypts your messages and files using (AES or DES) + RSA
MRwar10ck/Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
MRwar10ck/ArchLinuxTutorial
✨Arch Linux安装使用教程 每日实时更新! | 包含ArchLinux从安装到日常使用、娱乐、编程、媒体制作的各个方面,让Arch成为你的常用系统吧! | 提供在线网页文档 ✨
MRwar10ck/BadUSB
Using the USB protocol vulnerability, by changing the USB internal firmware, after the normal USB interface access, simulate the function of external mouse and keyboard, so as to make the target host to execute the well-constructed command
MRwar10ck/Chat-Messela-Blockchain-Messenger
Chat Message La - A Blockchain implementation for ultra-secure (just kidding!) messaging in Java
MRwar10ck/Chatroom
This application is a chatroom to which several users can get connected to in order to discuss securely with each other. It is a Java desktop program for chatting with other users. Discussions are stored persistently and thus they can have access to them when both users are online. It is implemented using a server-client model via which message exchange is done. In order to secure user's messages, AES cryptography algorithm is made use of to encipher them before transmission.
MRwar10ck/ChineseDarkWebCrawler
中文暗网爬虫
MRwar10ck/CompNetworksFinalProject
A network based chat program that uses AES encryption
MRwar10ck/ConsoleTetris
C语言控制台彩色俄罗斯方块
MRwar10ck/Cybersecurity-EncryptChatProject
网络安全课程项目-基于TCP的加密通讯系统。本软件采用电子信封技术、AES和RSA算法对消息进行签名、加密。采用一次一密加密方案。支持消息、任意格式文件的加密传输。
MRwar10ck/encrypPass
使用aes对称加密算法,提供将明文加密为明文和将密文解密为明文的功能
MRwar10ck/encrypt-chat
一个使用TCP连接,使用 RSA 签名,AES加密的简单加密聊天
MRwar10ck/encryptChat-1
AES Encryption Chat using java
MRwar10ck/EncryptedChat-1
Hybrid RSA and AES simple Java Chat
MRwar10ck/EncryptedChattingRoom
MRwar10ck/Locky-Chat
A socket programming project which allows real-time chat in terminals with AES-256 encryption.
MRwar10ck/Network-Chat-TCP-Encryted-
A simple network chat that lets you connect and talk between other clients who connect to the server. It uses the UDP protocol and I plan to implement some type of PGP or key encryption system
MRwar10ck/pacman
UNIX pacman game by Dave Nixon, AGS Computers Inc. (1981) with curses support by Mark Horton (1982)
MRwar10ck/pgp-group-chat
MRwar10ck/PyChat_v3
Python 3 P2P chat application, secured with AES encryption
MRwar10ck/pygame
python开发植物大战僵尸游戏用pygame框架
MRwar10ck/Python-ChatRoom
使用Python编写的基于socket UDP通信的多功能即时聊天室,包含Tkinter编写的图形化聊天界面,功能包括有账号注册和登录,登录成功后可以查看在线用户,并和聊天室内的其他在线用户聊天,包含私聊和群发,能发送文字、表情包,以及文件等
MRwar10ck/PythonPlantsVsZombies
a simple PlantsVsZombies game
MRwar10ck/QQchat-encryption
一款端对端加密QQ聊天通讯的程序 QQ Chat With AES End-to-end Encryption
MRwar10ck/RSAChat
Simple RSA Chat made using Java
MRwar10ck/rust-record
Rust 使用记录
MRwar10ck/Secure-Chat
Peer-to-Peer encrypted chat program using PGP + AES encryption
MRwar10ck/terminal_snake
Snake inside your terminal.
MRwar10ck/Virus-Analysis
记录一下自己的病毒分析成果