Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@linuxxx I'm very good on data security. I'd write my thesis on this argument and my 2nd book is about data and computer security.
-
@riccione83 Sounds great! Do you also do any sort of data encryption? In case of hacks etc :)
-
@linuxxx AES for encrypting the jSon messages from and to server. No encryption for local file storaging.
-
@riccione83 Ah fair enough yeah. I'm wondering how you could provide device to device encryption without the fear of password loss...
-
@linuxxx password are autogenerated and stored server side and sent only when necessary. The Password is sent encrypted too with some information of the device (secret phase)
-
@riccione83 Also using hashing? Sorry for all the questions, just interested in cyber sec 😊
-
@linuxxx I've used hashing for login informations. I prefer to crypt the entire jSon without hashing.
-
Project was started.
You'll find sources here: https://github.com/riccione83/...
This is the first screenshot of iOS simulator.
Feel free to collaborate! -
Hey Guys, I'm starting a new project for iOS. This App is for who have trekking or love to walking in to the woods. It record the positions, altitude and is possible to save your favourite places (with photo and description). There are also an SOS functionality that permit to return at home position (also without GSM or internet connectivity) and to ask for help (I still thinking how this can be done). I've attached first layout made with sketch witch will make it clear what I'll do.
undefined