Hacker News new | ask | show | jobs
by footoverhand 4742 days ago
Why should customers trust your closed source app, when no one but you can inspect the implementation?
1 comments

I plan to open source the app, once it is a bit well known. In the meantime, you can easily observe what the application does by replacing the shell on the server side. The database uses SQLCipher, which is open source, and for SSH, I used JSCH, which is open source too.