How do i get a SHA1?

hello people,

Im having problems with Signing certificate fingerprint (SHA1) i have no clue how to find it or generate one which i assume is what happens its probably so possible so simple but i cant quite put my finger on it.

any help will be much appreciated

Does this help?

http://api.haxe.org/haxe/crypto/Sha1.html

wonderfully :slight_smile: i hope i just did this

var b:String = ""; var newSha = Sha1.encode(b); trace(newSha);

seems to work fine but not 100%?

If you find any error with Sha1.encode please report them at https://github.com/HaxeFoundation/haxe/issues/