Very simple string Encryption / Decryption

Thanks for your reply. Yeah I agree about the obligation - that’s why I’m asking and researching. I don’t think the server option is appropriate, for speed and offline access, but thanks for the idea.

Does anyone know if Corona’s crypto is a solid method of encryption? [import]uid: 142833 topic_id: 17199 reply_id: 132397[/import]

In order to avoid these sorts of export complications, Corona’s crypto library doesn’t actually do any encryption…only hashing (they discussed this in some other forum thread but I don’t know which one anymore). So you can use crypto to generate signatures, or verify that a message wasn’t tampered with using HMAC, but not actually encrypt the message. [import]uid: 122310 topic_id: 17199 reply_id: 132422[/import]