Tagged Questions
0
votes
1answer
71 views
MySQL - Private Posts Display
So I have 3 tables: users, posts, private. In this example, lizzy created a private post 'Dating' and only wants her girlfriends to see it 'authorized_user_ids' in the private table, and herself ...
1
vote
3answers
93 views
Secure data in database [closed]
Should I store emails in my database in encoded form or encrypted or hashed? Is it important to store them in non-plain text form?
-1
votes
2answers
85 views
I need a table for user posts (allowed to see only friend, specific persons etc.)
When user post a message, he can select: allowed to see only friend, specific persons etc..
mysql table:
Post
post_id post_nr user_id privacy option
1 1 2 allowed ...
0
votes
1answer
59 views
How to keep privacy between a MySQL server and a PHP server
Imagine an architecture composed of 2 Virtual Machines VM1 and VM2 hosted somewhere in the cloud:
VM1 is dedicated to a Web Front End (Apache/PHP)
VM2 is dedicated to a MySQL server
VM1 and VM2 are ...
-2
votes
3answers
114 views
Privacy in simple DB system
I am implementing a simple database system. Basically is a simple social network, everyone has his own dashboard, where you can post some random text. The problem is that I want a privacy level, I ...
5
votes
4answers
143 views
Privacy & Security in user database [closed]
I'm currently working on some user databse with lots of confidential information (addresses, phone numbers etc).
What would be the best method to store it in a database?
Just plain text?
Encrypted ...
0
votes
1answer
891 views
Social network - Privacy levels - database schema
I am creating user profiles and have few questions relating to the schema for privacy levels:
For profile details -> There are multiple fields like on facebook - birthday, gender, location, ...
0
votes
1answer
368 views
How to apply privacy settings on posts the appear in a news feed with MySQL?
What I am trying to achieve is a complex privacy routine, i have the following tables.
posts
posts_privacy
privacy_global
followerlist
We have a news feed sort of thing on our site, which gets ...
0
votes
3answers
483 views
What are best practices storing confidential data encrypted in 3-rd-party-hosted MySQL servers?
I am developing (as A PHP 5.2 + MySQL application) a personal information manager web application for my own which is meant to be hosted on a shared hosting (like bluehost or dreamhost) and to store ...