Encryption/AuthMe

AuthMe

You need this Subplugin to use AuthMe encryption: AuthMe Encryptor

Command

/crazylogin mode algorithm AuthMe <AuthMe_Algorithm>

config.yml

encryptor:
  name: AuthMe
  algorithm: <AuthMe_Algorithm>

AuthMe_Algorithm can be one of this: MD5 / SHA1 / SHA256 / WHIRLPOOL / XAUTH

Data Import

Possibility 1:

AuthMe Importer (requires CrazyCore, CrazyLogin)

  1. Copy all AuthMe files in the plugins\CrazyLoginImporter folder
  2. Start server with all these plugins
  3. Execute /crazyloginimport (as Console)
  4. Read the comments!
  5. After import is finished shutdown your server
  6. Disable Importer
  7. Start the server and check if import worked correctly.
    Don't forget to change the encryptor!
    /crazylogin mode algorithm AuthMe <AuthMe_Algorithm>

Possibility 2:

AuthMe_Flat Importer (Standalone, FlatDatabases only, GUI)

  • Usage1: CrazyLogin_Importer_AuthMe_Flat.jar
    • (without args) opens a GUI to select input database and output database (output will be overwriten)
  • Usage2: CrazyLogin_Importer_AuthMe_Flat.jar <InputFile> [OutputFile]
    • run import in console (output file is optional, default is accounts.db)
  1. Start the server and check if import worked correctly.
    Don't forget to change the encryptor!
    /crazylogin mode algorithm AuthMe <AuthMe_Algorithm>

Additional information

AuthMe Encryption is imported from AuthMe Plugin, i haven't changed a single line, to keep it working.

If there are license problems, i'll remove AuthMe Support immediatly.

AuthMe Plugin