Skip to main content

Questions tagged [server-security]

1 vote
1 answer
707 views

I wanted to implement login system using flask framework. I managed to do this using sessions and set them to expire after 31 days and it works (sessions are created using server secret key, timestamp ...
Paweł Michoń's user avatar
0 votes
1 answer
99 views

Presume a desktop application presents a Problem Reporting interface as part of it's GUI, and I wish to allow users to upload files as part of that PR. One would hope this is only ever used for ...
mountainred's user avatar
1 vote
0 answers
229 views

I am writing a web service for research and learning purposes and try to find an approach to separate user data from other users to ensure a request can never deliver or reveal data from another user. ...
Daniel Stephens's user avatar
0 votes
1 answer
166 views

I came up with an model to reduce DoS and DDoS attacks and would like your input on its effectiveness... Basically, once a request reaches our servers without having a valid key, we add a key as a ...
McKabue's user avatar
  • 107
3 votes
1 answer
428 views

We currently have a customer that wants us to implement push notifications to our app. The problem is that for this customer, security is really, really important... I am not able to find any official ...
Tobe's user avatar
  • 39
2 votes
1 answer
141 views

I am making a websocket server that can communicate with clients. This server is going to be on a private vLAN channel on a public place, AKA only the staff have access to the network which the ...
Mads Bødker Christensen's user avatar
-2 votes
1 answer
95 views

I have security question that i am not sure if this approach is safe and secure way to download a file and present to a web user ? We have customers invoice files stored in a server location (...
user1179459's user avatar
  • 1,183
1 vote
1 answer
1k views

So, let's say I have a standard set up for application, that is: - split into micro services - and is running in a cluster (kubernetes or docker swarm, I guess specific implementation does not matter, ...
Giedrius's user avatar
  • 1,334
0 votes
1 answer
531 views

I'm developing a Cordova app and I've got the UI ready but I need data to my app from a database. For example I want my cordova app to include user authentication when the user opens the app which ...
Huezzer's user avatar
1 vote
1 answer
346 views

My site allows users to create custom HTML templates for their profiles (very much like Tumblr and the theme system), and I picked the Twig template engine for the site. However, I'm not sure if it'...
Dubstaphone's user avatar
2 votes
2 answers
640 views

Passwords are recommended to be stored in char[] instead of String, as Strings are stored in StringPool. Read more here As per this question Strings in StringPool are not available directly. To ...
Mohit Kanwar's user avatar
63 votes
8 answers
11k views

I have an enterprise application running that uses both MySQL and MongoDB datastores. My development team all have SSH access to the machine in order to perform application releases, maintenance, etc. ...
Clinton Bosch's user avatar
8 votes
1 answer
308 views

I'm trying to add data from a webhook (from a web cart) to a local Microsoft SQL Server. It seems like the best route for me is to use a PHP script to listen for new data (POST as json), parse it, ...
lifeofchair's user avatar
1 vote
2 answers
324 views

If I retrieve a random number from a database (e.g. RAND() in SQL Server) or using a programming language and send this in some form back to a client machine, is there an economic chance I will be ...
micahhoover's user avatar
0 votes
2 answers
237 views

I have a typical MVC based website, and I'd like to give some registered users the abillity to extract data from the database (in a variety of formats). The workflow is very simple: User logs in, ...
user2590712's user avatar

15 30 50 per page