Given a hash cipher f(sha1($pepper . $plaintext)) where
- f is some transformation to an 11-byte string
- pepper is 24 bytes long with a character space of 62 (and is not unique for a given plaintext)
- plaintext is known for a set of ciphertexts
Is it possible to determine what the pepper is?