Encryption.NET
Advanced end-to-end encryption methods, server-sided variables, anti HTTP debugger and improved WebClient approaches.
Install / Use
/learn @EvanReborn/Encryption.NETREADME
Secure E2EE & Encrypted Files
Dynamic encryption Key and IV for every request, HTTP Debugger protection and a more secure WebClient all in one library.
WARNING: This is more of a PoC, not everything has been fully tested and I will update in the future. Feel free to make suggestions!
Evan#4000 is the sole creator and owner of this project.
Usage
- Create an SQL table called variables with rows name and value
- Fully customize the PHP with your SQL credentials and custom variables
- Open the client-side example and enter your websites information and other custom details
- Test it out by creating a variable name and value manually in phpmyadmin and then grabbing it in the client
How It Works
The client-side generates random encryption Keys and IVs and encrypts requests and sends them to the server-side.
// Initialize a new session with new encryption info
Encryption.StartSession();
// Send the values along with the current Key and IV to the server side for decryption and review
SecureWebClient.SendEncrypteValues("http://yourdomain.ltd/", new NameValueCollection
{
["example"] = Encryption.Encrypt("data"),
["example2"] = Encryption.Encrypt("data2")
}, "CUSTOM_USERAGENT");
// End the session and purge the encryption info
Encryption.EndSession();
TODOs
- Add a 5-10 second limit on all request methods to prevent connection tampering.
- Add debugger protection as well as using SecureString class for all recieved strings.
- Fix any security bugs I may have overlooked as I hastily made this project.
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
