Zelakolase / Anonybox

A developing Java Application for Mail servicing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anonybox

GitHub stars GitHub forks
Anonybox Banner

Features :

  • Fast :
    It uses smart and fast solutions like SparkDB which processes requests very fast compared to other DBMS solutions.
  • Military-Graded, Quantum-resistant Encryption :
    We use AES-256 ECB PKCS5 Padding to secure every byte.
  • Don't worry about the Files! :
    All files are encrypted with a server key, No hacker can read the files.
  • Minimal, does its work :
    It's minimal enough to do the job, no complicated code or useless features.
  • INS: (I)nternal (N)aming (S)erver :
    Anonybox has a built-in DNS-alike server for multiple routing, useful to bypass blocking by your ISP.
  • High support :
    Periodic updates every month to patch vulnerabilities, add new features, or maintain the code till 1 Jan. 2023.
  • Interfaces! :
    Introducing Interfaces, You can easily switch the TCP Server to be a HTTP Server or vice versa! (soon)
  • Diffie?! :
    Yes, It uses Diffie-Hellman Key Exchange to establish secure connection between the server and the client.
  • Bye Bye, MITM! :
    No Man-in-the-middle attacks, since it uses high encryption to transfer data.

Build and run

In linux : use $ ./run.sh

In windows : javac @source_tree.txt && java main

Team & Contributors

  • Morad Abdelrasheed (@Zelakolase) : Java Developer

License Information

Anonybox (c) by Morad A.

Anonybox is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-nc/4.0/.

About

A developing Java Application for Mail servicing

License:Other


Languages

Language:Java 100.0%