[android-developers] Re: Google Nexus S - Secure storage

2012-06-18 Thread Piet Smit
Hello Sebastian, did you do some followup on this idea? we are using the Nexus with an extra NFC sticker at the battery but we like to be able to read external tags too (Mifare Classic/Desfire) or did someone else did some devellopment on this? regards Piet On Saturday, March 5, 2011 10:34:15 PM

[android-developers] Re: Google Nexus S - Secure storage

2011-03-05 Thread sebastian nielsen
Another idea I have, is to use a RFID card/tag compatible with Nexus S which contains such a secure element and has some sort of Challenge- response scheme. Is the tag reader always active, or is it only active when a app "requests" it active? Then I could just put the secure tag behind the batter

Re: [android-developers] Re: Google Nexus S - Secure storage

2011-03-05 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/2011 07:06 PM, sebastian nielsen wrote: > Also found some on the internet, about Nexus S having a PN65N which > according to sources of the internet, is a SmartMX security chip > combined with a NFC chip. It seems that it is in fact an NXP PN

Re: [android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/2011 07:43 PM, sebastian nielsen wrote: > Marc Petit-Huguenin: How did you get one bought (cant find any buy > option, and It would be good if you could point me to a webstore that > sells those secure MicroSD cards) and how much do they cost?

Re: [android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread Nikolay Elenkov
On Fri, Mar 4, 2011 at 12:43 PM, sebastian nielsen wrote: > Nikolay: In this case, the security is about singulary. The key should > be copy protected, but it does not need to be use-protected because I > want to be sure, that if I leave the phone on a table, go on toilet, > come back and take it

[android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread sebastian nielsen
Marc Petit-Huguenin: How did you get one bought (cant find any buy option, and It would be good if you could point me to a webstore that sells those secure MicroSD cards) and how much do they cost? Nikolay: In this case, the security is about singulary. The key should be copy protected, but it doe

Re: [android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread Nikolay Elenkov
On Fri, Mar 4, 2011 at 12:06 PM, sebastian nielsen wrote: > Also found some on the internet, about Nexus S having a PN65N which > according to sources of the internet, is a SmartMX security chip > combined with a NFC chip. Interesting, care to share a link? > > Any ideas on how to use this secur

Re: [android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread Nikolay Elenkov
On Fri, Mar 4, 2011 at 11:17 AM, sebastian nielsen wrote: > The keys should survive a compromise which consist of both rooting and > cloning a device. > Eg, If I leave my device on a table in a train, and one year later, > finds my device again, I should be sure that my keys are not > compromised.

Re: [android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread Marc Petit-Huguenin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/03/2011 06:17 PM, sebastian nielsen wrote: > The keys should survive a compromise which consist of both rooting and > cloning a device. > Eg, If I leave my device on a table in a train, and one year later, > finds my device again, I should be sur

[android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread sebastian nielsen
Also found some on the internet, about Nexus S having a PN65N which according to sources of the internet, is a SmartMX security chip combined with a NFC chip. Any ideas on how to use this security chip? Eg writing data (generating/writing RSA keys or writing symmetric keys) into the chip, extracti

[android-developers] Re: Google Nexus S - Secure storage

2011-03-03 Thread sebastian nielsen
The keys should survive a compromise which consist of both rooting and cloning a device. Eg, If I leave my device on a table in a train, and one year later, finds my device again, I should be sure that my keys are not compromised. (If a adversial *uses* my key does'nt matter). In other words, If I

[android-developers] Re: Google Nexus S - Secure storage

2011-03-02 Thread JAlexoid (Aleksandr Panzin)
Your options are: Use an encrypted keystore On 2 мар, 00:14, sebastian nielsen wrote: > Does Google Nexus S have some sort of "secure storage" in the phone > backed up by a security chip? > In other words, a storage where keys can either be imported (when > talking about symmetric keys) or genera

[android-developers] Re: Google Nexus S - Secure storage

2011-03-02 Thread johnsin
The closes thing I did to this was straight up Javascript AES encryption of the Session_storage keys. - john -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsub