[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-04 UTC."],[[["\u003cp\u003eThere are three defined orders for handling password hashing: unspecified, salt-first, or password-first.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUNSPECIFIED_ORDER\u003c/code\u003e means the order of salt and password during hashing is not determined.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSALT_AND_PASSWORD\u003c/code\u003e indicates that the salt is prepended to the password before hashing.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePASSWORD_AND_SALT\u003c/code\u003e specifies that the password is prepended to the salt before hashing.\u003c/p\u003e\n"]]],[],null,["# PasswordHashOrder\n\nWhen hashing passwords, whether the password should come before the salt or afterwards."]]