Startups Stack Exchange Archive

Do I have to deal with non-critical data encryption in a MVP context?

I’m about to launch my application within one month.

A Chat room, gathering many users simultaneously is one of my app’s features.

Is message encryption a required step of the MVP building?

Otherwise, should I inform user that their conversations might be “compromised” by an eventual really gifted “hacker”?

I would add that the conversation themes may not deal with absolute privacy (like Facebook’s Chat could be for instance).

Answer 1350

Every user does not need everything. If you’re not going to launch a product until it has every existing feature known to the public, that’s a recipe for failure. There are plenty of chat platforms that are not secure and still have a large user base.

If you’re really doing an MVP, then you need to talk to your users/customers in a way that’s not leading to discover if this feature is required for the MVP.

If after doing the interviews you’re still concerned if your contacts truly understands needs of the customers, then one solution might have two options when creating a chat session: [Normal] or [Secure].


All content is licensed under CC BY-SA 3.0.