So Adobe has a password breach back in October. Being security super-geniuses, the wise people at Adobe decided to encrypt their passwords instead of hashing them. Why is this stupid? Put simply, a good hash is a one-way function: you can go from password to hash but never the other way around. Encryption is a…