Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged security

0 votes
1.0k views
1 answer
    My Controller class is decorated with an AuthorizeAttribute to protect the actions: [Authorize(Roles = "User Level ... the Login action somehow? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Let's consider a common-known ASP.NET Core scenario. Firstly we add the middleware: public void Configure( ... Thanks to @RonC again. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
967 views
1 answer
    Apologies if this has already been asked and answered; I've looked around a bunch but haven't found exactly what ... using it in my iPhone app? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Are there any security issues that should be considered when using JSONP? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    On our site, we provide to users a simulation based on their private information (given through a form). We ... parameters in a https request? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How can I set the cookies in my PHP apps as HttpOnly cookies? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm developing the restful web app that using some popular web framework on the backend, say (rails, sinatra, ... entering the link on browser. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How can I programmatically remove a (known) password from an Excel VBA project? To be clear: I want to ... the workbook or any worksheets. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using Oracle for development. The password for a bootstrap account that I always use to rebuild my ... has passwords expire by default. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
891 views
1 answer
    Bob uses a web application in order to achieve something. And: His browser is on diet, therefore it does not ... the time to reading this :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    In order to mitigate against kernel or cross-process memory disclosure (the Spectre attack), the Linux kernel1 ... strategies on other OSes. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    PHP's rand() function doesn't give good random numbers. So I started to use mt_rand() which is said to give ... " random numbers, shouldn't it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
994 views
1 answer
    I have a HTTPS web service running on Java 7. I need to make changes so that this service only accepts ... java accept only TLS1.2 connections. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
986 views
1 answer
    As far as I understand, my Google Cloud Functions are globally accessible. If I want to control access to ... m being responsible for charges. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
956 views
1 answer
    What are the most secure sources of entropy to seed a random number generator? This question is language and ... a violation of CWE-339. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to build a firewall manager in PHP, but when I execute, <?php exec('iptables -L'); ... Preferably without changing the Apache user.) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
920 views
1 answer
    I want to store a secret key ("abc123") that I will use in the header of my REST API requests. My server ... going to be any downfalls to this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    I want to alter default authentication process just after authentication success. I made a service ... : @pkr_blog_user.wp_transitional_encoder See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I recently read "RFC 6265" on the attribute "Same Site", I looked at some articles that talked about ... adopted by Chrome Latest HTTPbis draft See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to securely store a plaintext password on Windows PC. I am currently using DPAPI CryptProtectData to ... can I find documentation? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
961 views
1 answer
    Lets say you have lots of html, css, js, img and etc files within a directory on your server. Normally, any ... be better than either of these? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
938 views
1 answer
    I have a spring bean (dao) object which I instantiate in my ServletContext via the following xml: <bean id=" ... point is it's finally working. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    If on a login screen user submits a form with their username and password, the password is sent in plain ... , not deal with cryptography. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is it possible to convert a .pfx (Personal Information Exchange) file to a .cer (Security Certificate) file? ... to extract it, if possible. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I deployed a web app a couple of days ago and installed Google Analytics on it to track activity. Almost ... achieve which such an attack. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
836 views
1 answer
    Imagine a space shooter with a scrolling level. What methods are there for preventing a malicious player from ... server-side detection, etc. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    The new ASP.net Identity project has brought some useful code and interfaces for website security. To implement a ... ASP.net Identity and via this interface? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Is it safe to put a jwt (json web token) into the url as a query parameter of a GET request? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...