Install Debian on a dedicated server remotely without sending any clear-text credentials

As stated in the title, are there any existing best practices to install Debian on a remote server, without sending clear text passwords over the link?

For example – a lot of dedicated server providers will give their custom… Continue reading Install Debian on a dedicated server remotely without sending any clear-text credentials

Does changing an image src attribute to call a PHP function on my server to retrieve an image from another server eliminate CORS policy issues?

I am working in React, and I have an image which has an src attribute of https://s3.amazonaws.com/sample_endpoint. My website domain is https://sample-website.com.

I am using a library, dom-to-image, https://www.npmjs.com/pa… Continue reading Does changing an image src attribute to call a PHP function on my server to retrieve an image from another server eliminate CORS policy issues?

Does encapsulation of encryption within a library provide some kind of additional security?

Lets say there is an industrial device communicating with a central system. Secure communication is required from an end to end point of view. From time to time keys of the devices must be renewed by receiving encrypted keys … Continue reading Does encapsulation of encryption within a library provide some kind of additional security?

Is it best practice to setup a VPN for remote users to use even if there are no services hosted internally?

I am curious as to when a VPN should be implemented in a workplace. VPNs of course provide privacy/security in general, but is there really a point in setting one up for a workplace if there are no services running on interna… Continue reading Is it best practice to setup a VPN for remote users to use even if there are no services hosted internally?

Posted in VPN