Jump to content

[1.20.4] Encrypting player secrets - the best way to do it?


Adil Yilan

Recommended Posts

Hi,

I am implementing a mod where I have to encrypt a player's secret and persist it as an NBT.

I plan to expose encryption parameters as a mod config file, where default values will be randomly generated.

Since Java is not my primary language of use (I come from the C# world), I am not sure what is the best/latest/recommended approach to encrypt secrets.

I've found this article which seems decent:

https://www.geeksforgeeks.org/java-program-to-encrypt-password-in-configuration-files/

Is this a good way to go or there is a better/recommended way to do it with Forge/Minecraft?

Thanks!

 

Link to comment
Share on other sites

not really a minecraft question.

what i will tell you is that there are three types of config files: client (you want that one), common (it's the one you want for most things) and server (stored in game save folder; separate values for each save game).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.