zacharyvoase / humanhash

Human-readable digests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potentially questionable combos (feature request)

jsharf opened this issue · comments

Hello,

I am using this to generate usernames for an online game I created. One user was assigned the name "double-undress", which is questionably safe for work, and this is related to my job. I have a way to rename people so luckily it's not a problem, but maybe we should remove certain words that wouldn't sound great in combination with others.

I know for many reasons you can't modify the default output of humanhash, but you could add a new function called SFWhumanhash() or something.

Perhaps I misread the code, but it looked to me like there is already the ability to provide a different word list

Have you tried replacing the default word list with one of your own lists?