Skip to content
Adamki11s edited this page Jan 29, 2012 · 2 revisions

< Home

All of Sync's Cryptography methods can be accessed through the HashEncoder class.

Example


HashEncoder encoder = new HashEncoder();
encoder.computeSHA1Hash("Some string");

Clone this wiki locally