Titanium.Utils.sha256

Function of Titanium.Utils.
Platform Since
Android 1.8.0
iPhone 1.8.0
iPad 1.8.0
Mobile Web 1.8.0

Summary

compute a SHA-256 hash algorithm against the input and return a hex-based string

Arguments

Name Type Summary
obj Object

the string or Titanium.Blob to use for the input

Return Type

String