TOKYO (MacHouse) – For the past three weeks, we’ve been working on data management applications. Last month, we released OrganizeX Essential and OrganizeX Mobile. Developing this type of applications requires that we closely watch the database content. If an application encrypts data not as a whole but on the basis of individual records, you will run into a small problem. Our existing software title called ViewSQL Pro lets us view the table content. But it won’t let us view actual text values if records are encrypted individually. There is another problem. If you have a field with the blob data type, you can probably tell that some information fills a cell. But you can’t really tell if those bits of data will actually turn into an image. So what can we do about that? As usual, we develop a new software title. In fact, we submitted a new software title to Mac App Store several hours ago. This new submission is called LiteReader.
The main objective of Lite Reader is to let the user view the table content of an SQLite database file. SQLite is a widely-used data management system supported by Mac OS X, iOS, Android software developers. LiteReader supports two community-maintained AES wrappers called AESCrypt-ObjC and RNCryptor for Objective-C in decrypting data on the basis of individual records. LiteReader also lets you decode blob data into a viewable image. Continue reading