Show the indices of the non-zero values within table T of a bloom filter that has the following characteristics
i. T is a 1x256 table (T[0] ... T[255]). All values in T are initialized to zeros.
ii. The bloom filter uses 4 hash functions: MD5, SHA-1, SHA-512, and CRC32. Only the first byte of each hash functions is used.
iii. The dictionary used has the words "password", "wordpass", "drowssap", "and "ssapdrow".