Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Computer Science

Password permutations example

Great class! I'm learning a lot.

@3:12 Assuming the password is case-sensitive ...

The example shows both lower-case and UPPER-case letters -- which means there are an additional 26 possibilities per character, or 26+26+10+33 = 95, in this example.

Not to mention that the number of special characters varies widely from system to system.

So I hope everyone's taking the actual numbers here with a grain of salt. :)

I don't think it's the point of the example anyway, but rather, how quickly the number of possibilities increases with the addition of each new character.

Cheers.