PWSafe

text

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

Loading

Using WTDawson.EventPipes to update UI from a service

codes on tilt shift lens

Just in case you haven’t read my other article about WTDawson.EventPipes, I suggest you read it before reading this. WTDawson.EventPipes is a library built in C# that is designed for inter-process communication (Communication between two different processes) and is event based, this means that one side could fire an event which is received by the … Read more

Loading