Old Program I've found in my folders, I've created it while learning System.Security.Cryptography in C#. Capable of Encrypting and Decrypting files using the AES algorithm.
Google have released the PSP (PSP Security Protocol) specification and a reference implementation. That implementation is in C. The psp_security crate is a Rust port of the reference implementation.