|
Hi
I'm not really looking for the code for this, unless it's short. I'm Looking more for a starting point... Is it possible to write and read from a client side file in any web language, preferably php? If so what can I look for when searching for articles / notes please?
I'm working on an encryption project and one of the ways I'm thinking of storing the long keys used to encrypt and decrypt is to save the key in a file on their computer somewhere (with their permission) where it can be read and written to when needed.
I can store the key in a database under the users details, and that would still be quite secure, but would like to see if I can make it a bit more securer by saving locally so that only they would have access to it.
I'm using the key, username and password to encrypt personal details in the database, like names, addresses, and contact details. Just to slow down anyone that happened to get access to my databases as all they'll see is something similar to this:
137|115|100|127|128|118|188|157|121|118|113|094|13 1|101|149|135|
Thanks
Kevin
|