I am looking forward to develop a secure mobile application.
I find my needs getting full-filled with PGP. Since pgp includes full data encryption (symmetric-key).
So, is PGP a viable solution for mobile applications? (Computation power wise)
I plan to secure only my API responses (String only) with PGP.
- Can a mobile processor stand PGP while providing seamless communication?
- Or will it be an over-kill for a mobile device to use PGP?
My platforms of development (If that matters):
iPhone
Android
Under PGP I will use: [Since, PGP uses an Asym and a Sym encryption]
- RSA [Asym]
- Blowfish [Sym]