Hello. This is follow on from #147
The guardianproject created a number of libraries for developers to use in their software to improve their security.
I would like to make the suggestion that you implement their IOCipher and SQLCipher[1] libraries into RedReader
The biggest benefits would be
IOCipher:
- On install users could create a password specific to RedReader, this would then protect all RedReader files inside an encrypted container.
If on install a user chose not to set a password RedReader would be stored on the device as normal
SQLCipher
- provide an encrypted sqlite database to ensure information is kept secure.
[1] https://guardianproject.info/code/iocipher/
https://guardianproject.info/code/sqlcipher/
Hello. This is follow on from #147
The guardianproject created a number of libraries for developers to use in their software to improve their security.
I would like to make the suggestion that you implement their IOCipher and SQLCipher[1] libraries into RedReader
The biggest benefits would be
IOCipher:
If on install a user chose not to set a password RedReader would be stored on the device as normal
SQLCipher
[1] https://guardianproject.info/code/iocipher/
https://guardianproject.info/code/sqlcipher/