Сборки серверов

СливПлатные

Сейчас онлайн

  • Tikard
  • vipsonton
  • CodEX74
  • mericrismas1213
  • larix1234
  • Vladis19k
  • weensola
  • mabok2005
  • neforn1ezzo
  • Tieumiu
  • Kypid0n4ik
  • hryak3
  • RightTwix
  • dayahotik
  • Chernyash
  • Shiroi_
  • _Outmaster_
  • Обновленийбольшенебудет
  • Ermachok
  • whiteblack199
  • MelvAXD
  • minqun173
  • KillsYouKids
  • SantosaW
  • _Felex
  • Skippy2323
  • 3232428065
  • dq01337
  • Balin III
  • itselloy
  • Vinsent
  • Padomipa
  • Foraile
  • psoniik2000
  • namida
  • Lexa2016top
  • SENI1488
  • Tzima7
  • Remotik_303
  • Xgamings11X
  • sashasashayiu22

Помощь AuthMe | Как убрать хеширование пароля в новых версиях?

  • Автор темыVDOVA - DEV
  • Дата начала
VDOVA - DEV
Вступление: Приветствую форумчане! Есть маленькая проблемка с моим сервером, а именно с хэшированием SHA256
Код:
Код:
    security:
        # Minimum length of password
        minPasswordLength: 5
        # Maximum length of password
        passwordMaxLength: 16
        # Possible values: SHA256, BCRYPT, BCRYPT2Y, PBKDF2, SALTEDSHA512,
        # MYBB, IPB3, PHPBB, PHPFUSION, SMF, XENFORO, XAUTH, JOOMLA, WBB3, WBB4, MD5VB,
        # PBKDF2DJANGO, WORDPRESS, ROYALAUTH, ARGON2, CUSTOM (for developers only). See full list at
        # https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/hash_algorithms.md
        # If you use ARGON2, check that you have the argon2 c library on your system
        passwordHash: SHA256
        # If a password check fails, AuthMe will also try to check with the following hash methods.
        # Use this setting when you change from one hash method to another.
        # AuthMe will update the password to the new hash. Example:
        # legacyHashes:
        # - 'SHA1'
        legacyHashes: []
        # Salt length for the SALTED2MD5 MD5(MD5(password)+salt)
        doubleMD5SaltLength: 8
        # Number of rounds to use if passwordHash is set to PBKDF2. Default is 10000
        pbkdf2Rounds: 10000
        # Prevent unsafe passwords from being used; put them in lowercase!
        # You should always set 'help' as unsafePassword due to possible conflicts.
        # unsafePasswords:
        # - '123456'
        # - 'password'
        # - 'help'
Вопрос: Как убрать хэш-соль с конфига? PLAINTEXT в ответе не подходит, конфиг срывает. Если я ставлю null, false, 0, -, "", '', TEXT конфиг просто откатывается на SHA256. И что делать в данной ситуации?
 
ВерхНиз