Hi guys.
I've just finished a app/widget that accesses a website using a log on. The Username and password are loaded into global strings for use,and are stored in a map and saved to a file using the RandomAccessFile library.
The app sends the username and password as part of the HTTP post request to a HTTPS url.
All I really want to know is, is it this a secure app? and is there anything i can do to make it more secure.
I know everything is hackable by a dedicated hacker but I don't want to put myself in a situation where I haven't taken all steps necessary to keep user details secure.
Thanks
-Dave
I've just finished a app/widget that accesses a website using a log on. The Username and password are loaded into global strings for use,and are stored in a map and saved to a file using the RandomAccessFile library.
The app sends the username and password as part of the HTTP post request to a HTTPS url.
All I really want to know is, is it this a secure app? and is there anything i can do to make it more secure.
I know everything is hackable by a dedicated hacker but I don't want to put myself in a situation where I haven't taken all steps necessary to keep user details secure.
Thanks
-Dave