SHA512ComputeHash, SHA256ComputeHash and BitConverterToString
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
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).
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
  BitConverterToString(bytes:Blob):String  - given a byte array will return string like 01-A0-FF... for the bytes

Revision as of 22:35, 16 June 2024

Write the content here to display this box

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