My rule of thumb is to use (or at least consider) third-party for anything that's outside the core purpose of your business. Encryption's always been the prototypical example of this. But it extends to other areas as well. Writing logging code for troubleshooting during development is entirely different than writing logging code used for monitoring production systems. It's all about choosing which areas of development actually add value to your project. Using third-party stuff removes the risk that that component is incomplete/buggy/etc. but comes with the risk that it may not be as flexible as what you need. Another example would be developing an entire web forum for a website, when you can buy a solution for much cheaper.