[dev] Commandline Email Advice Request

2022-11-24 Thread Michael Partridge
Happy Thanksgiving! I'm having trouble using `git --send-email` to send a patch in. I am trying to use this email address (mcp...@nau.edu) with the following settings in my global config: ``` [sendemail] smtpencryption = tls smtpserver = smtp.gmail.com smtpuser = mcp...@nau.edu smt

Re: [dev] Disk encryption

2022-06-16 Thread Michael Partridge
On Thu, Jun 16, 2022 at 11:20 AM an2qzavok wrote: > >do not roll your own crypto > I believe this refers only to inventing your own algorithm, just > writing your own implementation of existing and tested algorithms is > fine. I've heard it in both contexts. The more popular context I've heard it

Re: [dev] Disk encryption

2022-06-16 Thread Michael Partridge
On Thu, Jun 16, 2022 at 9:54 AM T Taylor Gurney wrote: > https://loup-vaillant.fr/articles/implemented-my-own-crypto > > This person studied cryptography on his own for a while and then decided > to roll his own crypto library. The result is a single .c file, about 3000 > lines, which received a f