promotional banner
premium banner
This mod allows you to lock your Forge server with a password

Description

 

THIS PROJECT HAS BEEN DISCONTINUED! The successor ServerPassword2 with better support, more features and BETTER explanations might come in the future!

 

 

Lock your server with a password!

This client & server-side mod allows you to set a specific password for your Minecraft Forge server. On the serverside, the password is saved as an highly secure one-way-encrypted text and additionally the client connects with a safe asymmetric-encrypted connection to your server, which should meet your needs as it makes password theft as hard as possible.

But what does "safe" mean?

For those of you, who are familiar with the topic of securing software, here is some information:

On the server-side, the password is hashed with the strong PBKDF2WithHmacSHA512 algorithm. To make it as secure as possible, we generate this hash with 10000 iterations. In addition, a SHA1PRNG salt also supports the protection of the password.

 

The connection between the server and the client is also as secure as possible.

To connect to a password-protected Forge server, the client as well as the server exchange encrypted keys - We use the Elliptic Curve Cryptography (Elliptic Curve Diffie Helman) implemented as a SHA-512 secured key.

In addition, the whole data is encrypted with AES.

 

Privacy Policy

We do not collect any type of data! Neither your client, nor the mod on the serverside does! Also, there are no logfiles so far, which also supports our approach of collecting no data.

 

You are running a server?

Your server's config directory should now contain a serverpw.cfg file, which contains your password, safely one-way-encrypted. By default it's empty and you may set it via console with the serverpw set [password] command.

Warning: We don't support cracked (offline-mode) servers! In case you run that kind of a server, you will NOT be able to use this mod!

 

Todos

• Proper SpongeForge support resolved by the first release

• Command to configure the password ingame without a restart resolved by the first release

• Getting rid of an insecure protocol resolved by the first release

• Add 1.7.10 Forge support, aswell as Cauldron support resolved by the 1.6.1 beta-release

• Dynamic ports resolved by the 1.6.1 beta-release

 

Modpacks

You are fully permitted to use and distribute this mod in your modpacks ;)

 

You miss something, the mod should offer?

Any kind of help is kindly appreciated! So, if you have something for us which we should implement, feel free to contact us in the comments below! ;)