Tag: Security

Web Applications Security

At my present job I am responsible for web applications administration and security. I lead automation team in all implementation aspects, including project management, process analysis, workflow design, configuration data set-up, systems interface development, system installation, testing, training, go-live, and post-implementation monitoring. One of the major challenges in web applications domain is web development security.

Read More

The Art of Computer Virus Research and Defense

Understand the mechanics of malware and learn how to protect against cyber threats with The Art of Computer Virus Research and Defense. This comprehensive guide by Peter Szor is a must-read for anyone passionate about cybersecurity.

Read More

Maximum Wireless Security

Maximum Wireless Security is a practical handbook that reveals the techniques and tools crackers use to break into wireless networks, and that details the steps network administrators need to take to secure their systems. The...

Read More

Connect to sFTP Server in PHP

To use SFTP within your PHP application, a series of fundamental steps need to be executed. First and foremost, you must establish a connection to the SFTP server by utilizing the ssh2 extension, which facilitates secure communication. Subsequently, authentication is crucial to ensure the identity of the connecting entity. This is achieved by providing valid credentials, including a username and password, to the SFTP server. Once authenticated, your PHP script gains access to the server and enables file-related operations such as listing directory contents, downloading files to the local environment, and uploading files to the remote server.

Read More

Data Structures and Algorithms Python: The Complete Bootcamp
View on Udemy