I want to order an EA or Script that will convert input string into SHA-512 hash and put the result on Alert. My goal is to have such function for SHA-512: CryptEncode(CRYPT_HASH_SHA256,data_char,secret_char,output_char); as mql4 supports only sha-256.