47 questions
I use Google in my library, and if you search there, you'll find reCAPTCHA.At home, you just have to press the check mark to select the image a few times, but in the library, the image disappears and ...
I am currently creating a login page with springboot, gradle, and spring security.I would like to display html loginForm.html on thymeleaf.Whatever you enter in the URL on the local host is skipped to...
I'd like to take measures against SQL injection into PHP.SELECT* FROM hogehoge WHERE id='$id'AND number='$data'In the place where the SQL statement is assembled, the id contains an integer as an argum...
.NET applications are struggling with how to manage information that needs to be used in applications but cannot be shown to users.For example, DB connection information is required for applications, ...
How could you lock with a public key?Can't you unlock it with a public key?If you can use a public key to make a key, Anyone can impersonate Does that make sense as a code?
On sites accessed by unspecified users,We would like to issue a different password for each page so that only users who know the password can access it.Instead of basic authentication or httaccess, we...
I am trying to develop a web application in Django.So I was curious about the security of the runserver.Even though it's for development, I started the server, so I thought it might be a risk of being...
When you say getText() in Swing, the return value is String If you look at the return value of the password field getPassword, it's char[].If you look at that, String has security issues or uses it mo...
int func(char* str){ char buffer[100]; unsigned short len = strlen(str); if(len >= 100) { return (-1); } strncpy(buffer,str,strlen(str)); return 0;}It's a school assignment. They want us to write ...
I have a question about JSONP security, so I am asking the first question.Situation The above situation is the current development situation and I have two questions from a security perspective.Questi...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.