[Mono-osx] secure html file in app

Tufnell mattlaver at gmail.com
Tue Dec 18 16:12:30 UTC 2012


One approach would be:

1) Encrypt your HTML text and store it as an embedded resource file.

2) Decrypt the encrypted HTML from the resource into memory on on the fly in
your app when you need it.

I believe Monotouch has a Rijndael library you can use for the
encryption/decription.

This will do wonders to your applications performance so only decrypt what
you need to!



--
View this message in context: http://mono.1490590.n4.nabble.com/secure-html-file-in-app-tp4657813p4657815.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list