Encryption Archives - Experiencing Technology https://blog.tinned-software.net/category/encryption/ Tinned-Software Blog Thu, 21 Sep 2023 17:02:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 Secure authentication and how it changed over time https://blog.tinned-software.net/secure-authentication-and-how-it-changed-over-time/ Thu, 13 Jul 2023 19:38:25 +0000 https://blog.tinned-software.net/?p=2939 For decades, users have authenticated on systems with usernames and passwords. This method of authentication has not changed since the beginning of the Internet. As the Internet became a more hostile place and threats emerged, password rules were introduced. Those … Continue reading

The post Secure authentication and how it changed over time appeared first on Experiencing Technology.

]]>
Setup WireGuard VPN on CentOS https://blog.tinned-software.net/setup-wireguard-vpn-on-centos/ Sun, 06 Dec 2020 22:41:22 +0000 https://blog.tinned-software.net/?p=2813 WireGuard provides a modern VPN and is advertised as being much easier to install and configure than many other VPN services. Most of this simpler setup procedure comes from the fact that the cryptographic methods used are not as highly … Continue reading

The post Setup WireGuard VPN on CentOS appeared first on Experiencing Technology.

]]>
Reverse proxy with exception for Let’s Encrypt https://blog.tinned-software.net/reverse-proxy-with-exception-for-lets-encrypt/ Mon, 21 Sep 2020 21:06:02 +0000 https://blog.tinned-software.net/?p=2798 With many services running in their own container or with their own daemon, the use of reverse proxies is getting more common, and at the same time, the use of SSL/TLS has become a standard. Let’s Encrypt is a provider … Continue reading

The post Reverse proxy with exception for Let’s Encrypt appeared first on Experiencing Technology.

]]>
Check Certificate Chain of webserver https://blog.tinned-software.net/check-certificate-chain-of-webserver/ Mon, 13 Jan 2020 20:49:43 +0000 https://blog.tinned-software.net/?p=2758 Changing the certificate of a webserver sometimes means also changing the intermediate certificate(s). After reloading the webserver, checking that the certificates are ok is important. Checking the webserver’s own certificate is not a problem, but checking the intermediate chain is … Continue reading

The post Check Certificate Chain of webserver appeared first on Experiencing Technology.

]]>
Create GnuPG key with sub-keys to sign, encrypt, authenticate https://blog.tinned-software.net/create-gnupg-key-with-sub-keys-to-sign-encrypt-authenticate/ Mon, 10 Jul 2017 08:47:13 +0000 https://blog.tinned-software.net/?p=2385 In order to use a GnuPG key on a smartcard or Yubikey, a GnuPG key needs to be created. This post will show you how to create a GnuPG key with sub-keys for signing, encryption and authentication. The authentication key can … Continue reading

The post Create GnuPG key with sub-keys to sign, encrypt, authenticate appeared first on Experiencing Technology.

]]>
Increase the size of a LUKS encrypted partition https://blog.tinned-software.net/increase-the-size-of-a-luks-encrypted-partition/ Mon, 08 May 2017 16:24:45 +0000 https://blog.tinned-software.net/?p=2431 Even encrypted discs or partitions sometimes need to have their size increased. A LUKS encrypted volume consists of different layers which all need to be resized. To resize an encrypted volume, multiple steps have to be performed to use the additional … Continue reading

The post Increase the size of a LUKS encrypted partition appeared first on Experiencing Technology.

]]>
Automount a luks encrypted volume on system start https://blog.tinned-software.net/automount-a-luks-encrypted-volume-on-system-start/ Mon, 12 Dec 2016 07:21:58 +0000 https://blog.tinned-software.net/?p=2273 Linux supports encrypted volumes with luks. When a luks encrypted volume is set up during installation to be booted from, the volume is already configured and set up. When an encrypted volume is set up afterwards, the volume remains locked until … Continue reading

The post Automount a luks encrypted volume on system start appeared first on Experiencing Technology.

]]>
Create a luks encrypted partition on Linux Mint https://blog.tinned-software.net/create-a-luks-encrypted-partition-on-linux-mint/ Mon, 18 Jul 2016 08:03:19 +0000 https://blog.tinned-software.net/?p=2203 Encryption is not only for someone who has something to hide. There are simple concerns like a lost or stolen laptop that justify a full disk encryption. There are only a few steps necessary to create a encrypted partition. In … Continue reading

The post Create a luks encrypted partition on Linux Mint appeared first on Experiencing Technology.

]]>