Wednesday, 08 November 2023
Interesting Snippets from 2023-11-08
-
GitHub - YoRyan/mailrise: An SMTP gateway for Apprise notifications.
Mailrise is an SMTP server that converts the emails it receives into Apprise notifications. The intended use case is as an email relay for a home lab or network. By accepting ordinary email, Mailrise enables Linux servers, Internet of Things devices, surveillance systems, and outdated software to gain access to the full suite of 60+ notification services supported by Apprise, from Matrix to Nextcloud to your desktop or mobile device.
-
GitHub - jesseduffield/horcrux
Split your file into encrypted horcruxes so that you don't need to remember a passcode
-
GitHub - paritytech/banana_split: Shamir's Secret Sharing for people with friends
Banana Split makes your paper backups more resilient and secure using Shamir’s secret sharing. It splits your secret (e.g., paper backup) into N pieces, but only requires a majority of those pieces (N/2+1) to recover your secret.