Questions tagged [data-security]

Data Security means protecting a database from destructive forces and the unwanted actions of unauthorized user. Data security also protects data from corruption. Data security is the main priority for organizations of every size and genre.

99 questions
0
votes
1 answer

In-built key Generation Algorithm using SHA256

I am working on an application in c# .Net where data needs to be encrypted and Since data privacy is my ultimate motive , I am doing it using AES Encryption and I use PasswordDervieBytes for determining the Secret Key. Now Since it uses SHA1 which…
0
votes
1 answer

How to restrict sql lite data access across applications in android?

How can I restrict that applications can access only that data from SQL lite (android database) that I allow them? for example- I want that my selected contacts from the contact list should not be accessed by any application running on the phone? I…
Zubair
  • 304
  • 1
  • 5
  • 19
0
votes
3 answers

securing files by putting them behind a secured network connection

I'm developing an desktop application in JAVA (J2SE). my App. stores some data about users. the App. is multi user and will be installed on a single station. each user can have some documents that should be stored in file-system (e.g. image, audio,…
Ariyan
  • 14,760
  • 31
  • 112
  • 175
0
votes
1 answer

Secure server-side output from a client-side app

I converted a local application to a Java applet for data security1 but I cannot figure out how to output information to a file. I am inputting files by a URL object but do not know how to output data to a file on the server. secure in that the…
Jakob Weisblat
  • 7,450
  • 9
  • 37
  • 65
-1
votes
1 answer

Is streamlit safe to build dummy web apps

I was making a web app using streamlit and thinking of using as presentation, but I am unsure about the data file that I upload using st.file_uploader(),does this data gets stored in streamlit servers or cloud or does it stays in the local system…
-1
votes
1 answer

How to prevent my secret data (e.g. from 'man in the middle attacks') while sending them in a request between Frontend and Backend?

I want to prevent my secret data (e.g. 'password') while sending them in my requests. I'm using React on Frontend and MongoDB on Backend side. Actually, I'm registering a user to database with his salted and hashed password like…
-1
votes
1 answer

How to protect Arraylist from reverse engineering

I have a constant - arraylist in my app. Example: private String [] word = {"A","B" }; I used pro-guard but when I tried by doing reverse engineering, I can get the arraylist. I have to type more than 2400 words and one can get the arraylist just…
lavedar
  • 19
  • 3
-1
votes
2 answers

How to protect medical data in a web app/database?

I'm working on a small paramedical app (mainly calendar and information about the patients) that will be web hosted. The app will allow multiple accounts (1 for each practitioner) that won't share data. I want to protect the personal data as much as…
spf
  • 54
  • 6
-2
votes
1 answer

Are csv uploads to a website with SSL secure?

I would like to upload a csv file with sensitive data to a website that allows csv uploads. The website is secured with SSL however, I am uncertain whether the csv file upload would be transmitted securely?
Matt
  • 149
  • 3
  • 14
1 2 3 4 5 6
7