in reply to Re^3: Removing similar characters
in thread Removing similar characters

For what I'm doing, speed isn't much of an issue. However, a friend of mine is using it on a project that he's working on, so it could cause a problem there. Although, the script has been tested up to a 500 character password, so I'm trying to eliminate any restrictions which could occur with abnormally large passwords. (Not that I'd expect anyone to have the need for a 500 character password.)

Replies are listed 'Best First'.
Re^5: Removing similar characters
by onelesd (Pilgrim) on Sep 01, 2011 at 22:56 UTC
    My code falls over at around 40 - 50 characters due to throwing the entire string away.