Phonetically Memorable Password Generation Algorithms

后端 未结 17 2280
生来不讨喜
生来不讨喜 2021-01-30 00:05

Background

While at the Gym the other day, I was working with my combination lock, and realized something that would be useful to me as a programmer. To wit, my combin

17条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 00:38

    I am surprised no one has mentioned the Multics algorithm described at http://www.multicians.org/thvv/gpw.html , which is similar to the FIPS algorithm but based on trigraphs rather than digraphs. It produces output such as

    ahmouryleg
    thasylecta
    tronicatic
    terstabble
    

    I have ported the code to python as well: http://pastebin.com/f6a10de7b

提交回复
热议问题