greenace92 Posted December 4, 2014 Share Posted December 4, 2014 Hello, I designed (not coded) a finance application for windows phone 8.1 and one of the features that would be ideal is to copy your login steps in order to access your bank account automatically. Yes this does not sound safe or sane. How do I convince app users to use it? Anyway, I want this access. My rationale is that, the login information would be stored locally and if my phone was hacked then what's the loss in my login steps being hacked... they would probably be encrypted anyway but... The goal is to be able to open up a clone browser (eg. within the app) and then every step that you take, enter url, login credentials, security questions, pages accessed... the clone browser remembers and then later on as part of the app's function, it would automatically update your balances. I mean I suppose you could come up with the formulas, cash advance fees, interest rates, etc... but at the same time this doesn't seem to be a fixed thing... eg. hard to keep track and get the exact cent amount... or maybe I'm just bad at math Some things in mind bitmapping, key strokes, string search, number search... Anyway scripting came to mind, not sure if php or python but Any thoughts? Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted December 6, 2014 Share Posted December 6, 2014 There is too many bad people out there trying to steal from people. The safest way for a person is to directly connect to their bank, is no reason to trust anyone else in between. Quote Link to comment Share on other sites More sharing options...
greenace92 Posted December 6, 2014 Author Share Posted December 6, 2014 I realize now that "PHP server side scripting" may not actually be helpful for this but Still an interesting project, bad people aside I also wanted a clone browser that was like a TOR network (TOR? so vague) but complete privacy... bouncing ip addresses whatever That's not related but "scripting" seemed like the thing to do this stuff Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.