PWSafe
I have been programming this little app in C# that is basically a password safe, it’s not finished yet. However, it uses encryption and BSON (Binary JSON) to keep the data nice and structured. It uses the password to generate the encryption key using WTDawson.PersistentID. This is a really short blog post because I don’t … Read more