Hi Shivam,Can you throw more light on the fifth point of issue 35 https://github.com/privly/privly-android/issues/35 so that I can add its development in my proposal???I also want to know what kind of functionality additions and design considerations we will be expecting for this GsoC . This will help me in writing the proposal.
--
You received this message because you are subscribed to the Google Groups "privly-mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to privly-mobil...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There's no fixed set of tasks you need to complete for GSoC.
Hi shivam,
Hi Shivam,
As according to what Sean said,I have filled proposal part on Google Melange website with Project Abstract and list of my closed and opened pull request with their current status.
Hi shivam,As according to what Sean said,I have filled proposal part on Google Melange website with Project Abstract and list of my closed and opened pull request with their current status.
--
Ok,I will use android for generation of pair-key generation.Now I have to look on the generation of QR code from public key of the generated pair.
I think it may be important to sign the keys in the webview since it would be difficult to maintain compatibility otherwise. Take a look at openpgpjs and sjcl.
AFAIK, sjcl does not support RSA but they do have something called ECC (Eliptical curve cryptography?) for public/private keypair generation.
There's this other library called forge js which does however allow you to do that.
(Did some research on this a little while ago)
This Jsrsasign can also be a good option to use: http://kjur.github.io/jsrsasign/
Hi Shivam,
Hi Shivam,