Securing SSH with two factor authentication using Google Authenticator | blackMORE Ops

Google Authenticator implements TOTP security tokens from RFC6238 in mobile apps made by Google, sometimes branded “two-step authentication”. The Authenticator provides a six digit one-time password users must provide in addition to their username and password to log into Google services or other sites. The Authenticator can also generate codes for third party applications, such …

More

Bulletproof Demos

We all like to build software which is reliable, but every once in a while it seems like a good idea to demo something still in its unreliable infancy. Google Chrome has a little known feature which can help.Record modes let you record every request Chrome makes. Playback mode serves requests out of that recorded cache just as if …

More

facebook/Haxl

Haxl is a Haskell library that simplifies access to remote data, such as databases or web-based services. Haxl can automatically batch multiple requests to the same data source, request data from multiple data sources concurrently, cache previous requests. Having all this handled for you behind the scenes means that your data-fetching code can be much …

More