A short story about Open Source, trust and responsibility. See added paragraph at the end of the post. ProblemI wanted to build an app where users can encrypt and decrypt messages. AES seemed to be a reasonable choice for such a symmetric encryption, so my first step was to find a proper AES library. SolutionI was programming in Ruby, so I did what every Rubyist would do — I googled “ruby gem aes”