Against The Cloud
One of our writers is working on an article about hosting your own (project) website on your own iron, instead of doing it the modern, cloudy-servicey way. Already, this has …read more Continue reading Against The Cloud
Collaborate Disseminate
One of our writers is working on an article about hosting your own (project) website on your own iron, instead of doing it the modern, cloudy-servicey way. Already, this has …read more Continue reading Against The Cloud
Restoring classic hardware of any sort is a great hobby to have, whether it’s restoring vintage cars, tools, or even antique Apple or Commodore computers. Understanding older equipment can help …read more Continue reading Dial Into the Internet Like It’s 1999
I am securing a group of internal servers. One of the methods I have decided to implement is isolating them and only granting access to those servers via a gateway proxy. I have implemented 2fa on the gateway.
Is there any use in implement… Continue reading Is a server side 2fa challenge necessary when there is a gateway
I’m using JWT for authentication and I use HTTPS. For every request that is made to the server has a header with bearer Token which has an access token. To retrieve my user info Page I have coded my backend with the access Token that is be… Continue reading How to verify the reliability of the request (impersonation)?
I have two servers (server1 & server2)
Server1 needs to send a file to server2 for it to process.
How can I make a secure connection between these two servers so I’m sure that the file is sent only from server1 and no one is impersonat… Continue reading Secure file transfer between server
I have two servers (server1 & server2)
Server1 needs to send a file to server2 for it to process.
How can I make a secure connection between these two servers so I’m sure that the file is sent only from server1 and no one is impersonat… Continue reading Secure file transfer between server
Windows Server is very popular in the marketplace and rightfully so. It is secure and based on the…
For more, visit TheWindowsClub.com. Continue reading Best free backup software for Windows Server
I am building an web service where I handle user data and security is the top and main concern. To store my passwords, I have decided on a algorithm which takes a little longer at runtime than I want. I am using AWS Lightsail for hosting m… Continue reading Should I isolate my password hashing algorithms in another server to decrease CPU stress?
I have created an App and made clients install it on there phone.
When my app tries to connect to server or request data from my server I want to verify if that app is genuinely my app and not modified or tempered version of my app, Can an… Continue reading Is there any way I can verify that my app in not modified or tempered (code is changed or something) on clients phone? [duplicate]
Logging is enabled. Only allow rules are logged. The very last line of my firewall rules is:
Anywhere DENY Anywhere
No logging is asked for, however two IPs repeatedly show up in my firewall logs as blocked:
Dec… Continue reading ufw logs BLOCKS from 2 sites while BLOCK logging is completely disabled for ALL sites [migrated]