How to play sound files from memory (rather than files)?
Hi, in my app I have some unique sounds I play using code such as: var s = Ti.Media.createSound({url:'test.wav'}); s.play(); I would like to ship my app with encrypted .wav files, load them encrypted...
View ArticleSecurity of an SQLite database
Hi, I read a lot of posts about encryption and decryption of an SQLite database. The most answer I found is to create a own module using SQLCipher. But in some posts some years ago the guys are talking...
View ArticleMedia encryption on SD Cards?
I was wondering if it is possible to encrypt media files on an SD card? For example, we have some videos that would live on the SD card and we don't want them readable directly from the SD Card. Our...
View ArticleDecrypt a text using 'crypto-js' library (Triple DES)
Hi all, I'm using "crypto-js" link library to decrypt a text. I'm having a problem to use the "decrypt" function, I'm using Triple DES. So I placed "tripledes.js" under "lib" folder. And in my...
View Article