Uno Encryption

Hi!

Is there any Uno library to encrypt / decrypt text or files, similar to System.Security.Cryptography?

Thanks

Jonatan

Hi!

I’m not aware of any such library written for Fuse, but perhaps you could write a Uno wrapper for Themis, which seems to do what you’re looking for AND has both gradle and cocoapods support.

Hope this helps!

Thanks! I’ve tried to use this C# XXTea implementation (https://gist.github.com/lski/4bef3a883d78028021e1), but since there’s no GetBytes nor Convert among many other classes/methods, i was trying to figure out what to do.

I’ll try with Themis when i find some free time.

Jonatan

John: We do have methods to get bytes from string etc, but not the particular ones you’re using. See here for some.