security tag

47 questions


1 answers
95 views
0
Security issues for managing connection information directories

'connection': { 'host': 'localhost', 'port': '3306', 'user': 'root', 'password': 'admin', 'database': 'test' }Developing a node.js environment web app.I am using mysql in conjunction with it, but...

2 years ago

1 answers
143 views
0
Unity httpapi communication security

Hello, I'm a web developer.I am developing a game API server this time, and I have a question about security when communicating with http.You want to prevent the Unity client from tampering with the v...

2 years ago

1 answers
65 views
0
Other apps in a browser like Spring Security Login bouncing issue

We use Spring Security to manage login sessions.We are developing two websites, each using a different Redis server to save the session.However, if you log in from website 1 and access website 2 with ...


1 answers
94 views
0
Which side should I study?

Hello, all the developersCommon Security Solutions (h/w)ex) Wapples, Fortigate, etc.I want to code the software that goes into that device and do my jobIn this case,Should I study system programming?O...


1 answers
113 views
0
What happens after the message "I'm checking my browser for security"?

If you go to some security-conscious websites,The message I'm checking my browser for security appearsWait a few seconds before the main page comes outWhat's going on between the server and the client...


1 answers
97 views
0
Spring Security Oracle sql Question (incompatible column index)

List<String> type =getJdbcTemplate().query( SQL , new String[] {id, id}, new RowMapper<String>() {SELECT USER_TYPEFROM ( SELECT 'user' as USER_TYPE FROM TABLE_USER WHERE USER_ID=? UNI...


1 answers
74 views
0
[Security-related] Uploading a code source to Google Drive

What do you think about putting the code source on Google Drive?In terms of security.I think it's necessary to back up the code source, but I'm worried about various ways.The probability that a comput...

2 years ago
« - 5 -

© 2024 OneMinuteCode. All rights reserved.