Problem In a part of the project, I had to implement a solution for encapsulation of byte arrays. We do […]
Category: Security
Protect Routes/Page with NextJS [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Closed 8 months ago. Code not implemented or […]
Cookie authentication
Problem I have to write a little social network for a case study at university. I have done some simple […]
Logging out users securely
Problem Is there anything I need to add or is this the best security possible? <?php //Get Sessions Prepared; session_start(); […]
Applying prepare statements
Problem I don’t feel that my code is secure, and would like some help in using prepare statements for the […]
Making user login system secure with $_SESSION [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Questions must include the code to be reviewed. […]
Password hashing and matching
Problem I took information from a series of posts and some prior knowledge to implement the following hashing algorithm. However, […]
Send and receive data code
Problem I need to send and receive data. Here is solution for my original problem. I want to know how […]
Security of a custom table in JsGrid
Problem This code shows a table’s records via JavaScript using a JsGrid file and can edit or delete by AJAX. […]
PHP code to show a PHP page
Problem I’m trying to avoid manually updating a whitelist of pages, so I wrote the following that I might use, […]