Phonetically Memorable Password Generation Algorithms

后端 未结 17 2287
生来不讨喜
生来不讨喜 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条回答
  •  猫巷女王i
    2021-01-30 00:42

    You could use Markov Chains to generate words that sounds like English(or any other language you want) but they are not actual words.

    The question of easy to remember is really subjective, so I don't think you can write an algorithm like this that will be good for everyone.

    And why use short passwords on web sites/computer applications instead of pass phrases? They are easy to remember but hard to crack.

提交回复
热议问题