Use the tr (transform) command to generate a list of passwords from the source file . Use "1331" conversion so that a=>4, e=>3, i=>1, and 0=>0. For example "hello world"becomes "h3110 world". Calculate the SHA256 hash of the generated file and provide that as the answer. You could also use sed instead of tr.