SHA512ComputeHash, SHA256ComputeHash and BitConverterToString
(Created page with "As described on GetSystemUrl you can use a few predefined methods exposed on SysSingleton. These method are implemented in Turnkey to allow for common things without the need...")
 
(Replacing message template with parser tag)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
As described on GetSystemUrl you can use a few predefined methods exposed on SysSingleton.
<message>Write the content here to display this box</message>
As described on [[SysSingleton GetSystemUrl|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


These method are implemented in Turnkey to allow for common things without the need to use CodeDress (that will work around anything)
SHA512ComputeHash(bytes:Blob):Blob - given a byte array will return SHA512 checksum in bytes


BitConverterToString(bytes:Blob):String - given a byte array will return string like 01-A0-FF... for the bytes
  SHA256ComputeHash(bytes:Blob):Blob - given a byte array will return SHA256 checksum in bytes
 
[[File:2022-03-21 23h07 48.png|none|thumb|x]]
SHA512ComputeHash(bytes:Blob):Blob - given a byte array will return SHA512 checksum in bytes
[[Category:MDriven Turnkey]]
 
{{Edited|July|12|2024}}
SHA256ComputeHash(bytes:Blob):Blob - given a byte array will return SHA256 checksum in bytes

Latest revision as of 07:55, 17 June 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 95 days ago on 06/17/2024. What links here