data-security Questions
3
Solved
I have a JSON file. I am running a program, in python, where data is extracted from the JSON file. Is there any way to encrypt the JSON file with a key, so that if someone randomly opens the file, ...
Wherry asked 5/5, 2020 at 6:53
0
I am building a learning platform with text, images and video content on flutter web. How can I prevent screenshots and screen recordings being taken from my site/app?
All the post on the internet ...
Bassorilievo asked 11/10, 2022 at 3:59
4
Solved
I am developing standalone app for cross platform using electron.
I want store private data like private key, private data for some
execution in app. Execution like encrypt / decrypt data.
Or...
Coaptation asked 25/3, 2016 at 14:46
7
Solved
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 tablename WHERE var='$val1'");
And this...
Milkandwater asked 2/5, 2011 at 12:55
6
When we talk about securing iOS application we often forget to secure most critically sensitive information such as secret, key, token, encryptionKey. This information is stored in iOS binary. So n...
Refraction asked 30/3, 2017 at 7:46
2
Just found about this new regulation, it will be law in 2018 and affects anybody who stores data about EU citizens, that can be used to identify a person. More detail here.
I have a page tha...
Lampion asked 11/7, 2017 at 10:5
1
Solved
I am currently working on android application which is based on Client-server architecture. For data security, I am using Public-Private key pair for data encryption and signing. I am using Android...
Pawsner asked 22/9, 2014 at 6:41
2
Solved
I am using the Asp.Net Web Api. I would like to be able to filter out certain fields on the response objects based on the connected clients access rights.
Example:
class Foo
{
[AccessFilter("Ube...
Libna asked 23/4, 2013 at 14:33
1
Solved
How does the 'wipeout data' command/payload executes on a lost device and powered off.
I know the 'Security Info' command when fired on a powered off or locked device, the status comes as 'Notnow'...
Implode asked 9/3, 2012 at 7:59
4
Solved
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, et...
Indomitability asked 3/1, 2012 at 17:0
6
Solved
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 ...
Twilley asked 30/1, 2009 at 13:54
1
© 2022 - 2024 — McMap. All rights reserved.