sha3-256 of a cell text in Google Spreadsheet
问题 I know you can do sha1 and others on google sheets but is there a way to do sha3-256 secret: test123 hash 3054762b0a8b31adfe79efb3bc7718624627cc99c7c8f39bfa591ce6854ac05d 回答1: You want to retrieve the hash of SHA3-256 type from the text of test123 as the HEX data. You want to put the value to a cell of Spreadsheet. You want to achieve this using Google Apps Script. You want to use the function as the custom function. If my understanding is correct, how about this answer? Issue: In the current