| Reply | « Previous Thread | Next Thread » |
|
Hi All,
I have a serious problem here. My application uses PIN based authentication. I store the pin retrival no encrypted in RMS. Now initially my application is unlocked. So its a possiblity that some one can copy my freash RMS, lets say using FExplorer, and apply brute force mechanisam to crack the password. If he/she fails then replace the freash db again and try one more time. So this is the big threat to my application. I want my database protect of being copied or some invisible store in mobile where I can store pin retrival count safely. Plz help me. Thanks in advance |
| roneypatel |
| View Public Profile |
| Find all posts by roneypatel |
|
Use some encryption package such as Bouncy Castle's before writing your data to the RMS. This will keep your application from being cracked as you said.
Daniel |
|
You can't make the RMS "invisible" to anyone. Dcrocha's solution is as good as any, though it's still crackable.
Gluck. |
|
yes, lmtang is right. Its still crackable coz someone can access or modified my database coz its visible. Any other suggestion plz ?
|
| roneypatel |
| View Public Profile |
| Find all posts by roneypatel |
|
.... that's the point. You can't make it "invisible" to the File Explorer. Like any system, you will always be able to view what's on it with the appropriate software, and afaik, you can't make RMSes of a "hidden" filetype either. You can make it inaccessible to other midlets in MIDP 2.0 (by setting the privacy flag), but that isn't saying much.
If it's that important, have the PINS reside on an online database elsewhere and implement your own security measures with that. That's all I can think off... |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| RMS storage capasity | tubegator.com | Mobile Java General | 3 | 2004-11-23 12:50 |
| About the way Nokia mobile phones treat RMS | omaitek | Mobile Java General | 0 | 2004-10-07 13:43 |
| Nokia Mobile VPN Client | marcyl | Symbian Networking & Messaging | 1 | 2003-12-01 15:47 |
| Physical Location of Mobile Phone | anujsaboo | General Discussion | 0 | 2003-07-16 22:28 |
| The storage size of RMS in 3650 | leting | Mobile Java General | 1 | 2003-06-19 08:30 |