Symmetric encryption cipher. Mentioned by Rafał Rothenberger as an alternative to hashing when using a pepper: encrypt the password with AES and the pepper as key. Downside: loses hash-style password-shucking protection. Benefit: the pepper can be rotated. Dropbox is cited as using a similar approach.