หากผู้ใช้บริการลืมรหัสผ่านในการเข้าใช้งาน วิธีการรีเซตรหัสผ่าน สามารถทำได้ตามขั้นตอนดังต่อไปนี้
รหัสผ่านจำเป็นต้องมีจำนวน มากกว่าหรือเท่ากับ 6 ตัวอักษรหรือตัวเลข เป็นต้นไป ฉะนั้นการตั้งรหัสผ่านจึงจำเป็นความลับห้ามทำการแจกจ่ายหรือ มอบให้กับผู้อื่น
มาตรฐานการเข้ารหัสข้อมูล (Data Encryption Standard : DES) ของรหัสผ่านผู้ใช้งาน จะเป็นการเข้ารหัสผ่านทางเดียว(HASH FUNCTION 128-bit) และเทคนิคบางอย่างเฉพาะ ซึ่งไม่สามารถที่จะทำการถอดรหัสออกมาได้ ต้องทำการ RESET รหัสผ่านทางเดียวเท่านั้น
The MD5 message-digest algorithm is a widely used hash function producing a 128-bit hash value. MD5 was designed by Ronald Rivest in 1991 to replace an earlier hash function MD4, and was specified in 1992 as RFC 1321.
SHA-2 (Secure Hash Algorithm 2) is a set of cryptographic hash functions designed by the United States National Security Agency (NSA) and first published in 2001.[3][4] They are built using the Merkle–Damgård construction, from a one-way compression function itself built using the Davies–Meyer structure from a specialized block cipher.
SHA-2 includes significant changes from its predecessor, SHA-1. The SHA-2 family consists of six hash functions with digests (hash values) that are 224, 256, 384 or 512 bits:[5] SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256. SHA-256 and SHA-512 are novel hash functions computed with eight 32-bit and 64-bit words, respectively. They use different shift amounts and additive constants, but their structures are otherwise virtually identical, differing only in the number of rounds. SHA-224 and SHA-384 are truncated versions of SHA-256 and SHA-512 respectively, computed with different initial values. SHA-512/224 and SHA-512/256 are also truncated versions of SHA-512, but the initial values are generated using the method described in Federal Information Processing Standards (FIPS) PUB 180-4.
Update 2023,May 16th
Reference: MD5, SHA-2