SjclΒΆ
This module is documented on the Sjcl documentation page.
Example usage:
import fbx.crypto 1.0
...
var hash = Sjcl.hash.sha256.hash("freebox");
var hex = Sjcl.codec.hex.fromBits(hash);
console.log(hex);
This module is documented on the Sjcl documentation page.
Example usage:
import fbx.crypto 1.0
...
var hash = Sjcl.hash.sha256.hash("freebox");
var hex = Sjcl.codec.hex.fromBits(hash);
console.log(hex);