Evans Murithi

Evans Murithi is an independent developer whose catalog currently centers on security-oriented command-line utilities, epitomized by the compact tool “cloak.” Written in Go, cloak turns any terminal into a time-based one-time-password generator compatible with standard TOTP secrets exported from Google Authenticator, Authy, or Bitwarden. Users who favor lightweight, scriptable environments—DevOps engineers spinning up cloud VMs, sysadmins automating SSH logins, or privacy-minded hobbyists maintaining encrypted notes—appreciate how the single binary eliminates the need for heavier GUI authenticators. Typical workflows include storing OTP seeds in encrypted password stores, piping generated codes directly to remote deployment scripts, and scripting batch logins across dozens of servers without exposing credentials to clipboard managers. Because cloak adheres to RFC-6238, it integrates cleanly with CI services and configuration-management playbooks that require 2FA but forbid interactive pop-ups. Although the present portfolio is narrow, the publisher’s focus on minimalist, open-source security utilities places it alongside other niche CLI toolmakers whose software quietly underpins larger DevSecOps pipelines. Evans Murithi’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always pull the latest release, and support unattended batch installation alongside any other applications a user selects.

cloak

A Command Line OTP Authenticator application.

Details