Last week at Microsoft Build, they announced that .Net MAUI was now GA, although you still need the preview version of Visual Studio to create and build the projects. Regardless, I thought it would be a good time to try it out, and decided to do so with a simple encryption helper program.
The program will be able to encrypt or decrypt text with a given RSA key, as well as generate a public / private key pair. Future versions may have other capabilities, but I figured this would be a good place to start.