Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
394 views

Cloud Computing and my company's data

I am looking into Cloud Computing for my company. The one question that I can't seem to get out of my head is; What happens to my data and the ability to use it if the Cloud computing company goes out ...
5
votes
4answers
901 views

how to avoid sql injection in codeigniter

In CodeIgniter, how can I avoid sql injection? Is there any method to set in config file to avoid sql injection? I am using this code for selecting values: $this->db->query("SELECT * FROM ...
4
votes
4answers
66 views

Securely storing data

I understand the concepts of securely storing data for the most part, including storing the data on a separate server that only allows connections from the application, key-pairs for encryption, etc. ...
2
votes
2answers
78 views

A Good Method for Storing Personal Information

I am writing a web application (in PHP) at the moment that holds sensitive information about users on it, but in order to comply with the DPA, I want it to be fully encrypted as its running on a ...
2
votes
1answer
160 views

system privilege issue

I have the user for example HR which has been granted very powerful system privilege "GRANT ANY PRIVILEGE"...This user used this privilege and granted some privileges to other users...Now I want to ...
1
vote
1answer
21 views

securing sensitive user data, healthcare SaaS

I'm developing a SaaS in healthcare. Users are trusting my SaaS with their very private medical information. I expect my platform (LAMP based) to be breached sooner or later and I'm looking for ways ...
0
votes
2answers
24 views

Keeping Encrypted Strings Safe with Multiple Encrypts

A system I have been working on for a while requires DPA, and asked a question about keeping the data passcodes safe. I have since them come up with an idea to fix that, which involves having the data ...
0
votes
1answer
42 views

Exchanging secure data between exe and Service

I have a windows exe which has to write some secure data to HKEY_LOCAL_MACHINE (HKLM). I also have a service running as NetworkService account which has to read that secure data. Note that exe and ...
0
votes
2answers
194 views

ASP.NET server data persistence

I'm not really sure exactly how the question should be phrased, so please be patient if I ask the wrong thing. I'm writing an ASP.NET application using VB as the code behind language. I have a data ...