TheProgramSrc / SuperAuth

Secure your users and server with SuperAuth
1 stars 2 forks source link

Add more Encryption Methods to the plugin #3

Open Im-Fran opened 3 years ago

Im-Fran commented 3 years ago

We need more encryption methods so we can implement a system to import form other plugins

Encryption Methods to Add:

Im-Fran commented 2 years ago

Regarding ARGON2, the recommended setup is using the lib only, and ask the users to compile it. The steps provided by the AuthMeReloaded plugin seems to be a good way to do it

Im-Fran commented 2 years ago

Removed Argon2 from the list. In the future maybe we could add it, but right now is not a priority, we need further investigation on how to implement it. Currently using the lib phxql/argon2-jvm for some reason gives you a different hash every time.

Im-Fran commented 2 years ago

Removed WBB4 and XAuth from the list

Im-Fran commented 2 years ago

Removed XFBCRYPT from the list. I'm going to investigate about more encryption methods that are actually secure :p