After discovering some of the insecurities of using Parse.com to store data, I’ve been researching techniques to use to make applications more secure. Here are just some of my findings to help make your application more secure.
- Home
- Posts tagged "Security" (Page 3)
Posts tagged "Security"
10
Using the Parse JavaScript SDK? Be Careful!
If you use the Parse JavaScript SDK on your website or mobile app, be careful as it’s very easy for someone to modify your database or access sensitivity information. Here’s how to do it, and how to avoid it.
Hacking, JavaScript, Parse, SecurityUsing Amazon S3 to Backup Your Server
Amazon S3 provides a cheap solution and easy to use solution to back up your Linux server or files on the cloud. The Linux s3cmd script lets you use rsync to backup folders and files easily.
Amazon Web Services, Backup, Linux, Security