This is a little script I've been working on to encrypt my data before backing it up. The idea came out curiosity and not knowing how end to end ecryption works, even though so many apps advertise it these days.
It's helped me learn a lot about the cryptography area of coding. Like the difference between Symetric and Asymetric encryption as well as hybrid encryption where I utilize both.