SHA512ComputeHash, SHA256ComputeHash and BitConverterToString
m ((username removed) (log details removed): Moving to Documentation namespace)
(Automatically adding template at the end of the page.)
 
Line 7: Line 7:
[[File:2022-03-21 23h07 48.png|none|thumb|x]]
[[File:2022-03-21 23h07 48.png|none|thumb|x]]
[[Category:MDriven Turnkey]]
[[Category:MDriven Turnkey]]
{{Edited|July|12|2024}}

Latest revision as of 15:45, 10 February 2024

As described on GetSystemUrl, you can use a few predefined methods exposed on SysSingleton. These methods are implemented in Turnkey to allow for common things without needing to use CodeDress (that will work around anything).

BitConverterToString(bytes:Blob):String  - given a byte array will return string like 01-A0-FF... for the bytes
SHA512ComputeHash(bytes:Blob):Blob - given a byte array will return SHA512 checksum in bytes
SHA256ComputeHash(bytes:Blob):Blob - given a byte array will return SHA256 checksum in bytes
x
This page was edited 97 days ago on 02/10/2024. What links here