Explore >> Select a destination


You are here

shrik3.com
| | trstringer.com
2.1 parsecs away

Travel
| | This is one of those things that I do so much but always need to think. So I'm going to create some documentation for myself, and maybe it'll help others. Specifically, I'm going to setup an external disk with encryption.
| | ketanvijayvargiya.com
3.1 parsecs away

Travel
| | I recently setup a Samba share on a Raspberry Pi on my home network. As part of that, I used a 5 TB Western Digital My Passport Ultra as the storage layer. I wanted to encrypt it since it's going to store a lot of personal content. That way, I won't have to worry about leaking any of that data if I lost the disk. The following post lists down the Linux commands I used to turn on that encryption. And while I tried this on a Raspberry Pi, the commands are generic and should work on any Linux system.
| | eklausmeier.goip.de
2.6 parsecs away

Travel
| |
| | mfbmina.dev
19.8 parsecs away

Travel
| Introdução RSA is a public/private encryption algorithm and it is based on the difficulty of the factorization of the product of two large prime numbers. It was named after its creators Rivest, Shamir, and Adleman. It is an expensive algorithm, computationally speaking, and because of this, it is not common to use it directly, but it is still widely used in the market and is one of the most important encryption algorithms. As an example, OpenSSL implements this algorithm for generating keys and it is com...