Main public logs
From wiki
Jump to navigationJump to search
Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:03, 16 August 2025 Admin talk contribs created page Levenshtein distance (Created page with "= Idea: typo-resistant password check = What if a user can make a typo in password... 1. If server stores password in plaintext, let it just compute Levenshtein distance between valid password and entered. 2. If it must/should store password in form of hash(es) (which is more secure, of course), let it store all possible passwords with typos where L. distance is ~1-2. = more = https://yurichev.com/blog/fuzzy_string/ https://yurichev.com/n/Leven/")