Home Tags rad-authenticator
Tag
Cancel

rad-authenticator 5

Preview Image

RADAuthenticator Part 5 - Implement a "Hello World" GitHub Action on your self-hosted runner

GitHub Actions is a powerful automation tool first introduced by GitHub back in 2018 and has significantly matured over the last few years. It can be leveraged to automate workflows based on even...

Preview Image

RADAuthenticator Part 4 - Build Automation with Delphi and GitHub by Installing a Self-hosted Runner

It the first two parts of this blog series, we covered some underlying technical code - first on base32 encoding and then in part-two we covered TOTP for one-time use password generation. In part 3...

Preview Image

RADAuthenticator Part 3 - Upgrade Unit Testing in Delphi with TestInsight

It the first two parts of this blog series, we covered some underlying technical code - first on base32 encoding and then in part-two we covered TOTP for one-time use password generation. We also c...

Preview Image

RADAuthenticator Part 2 - Generate one time password tokens in Delphi using TOTP

In part one of this blog post series on an upcoming multi-platform RADAuthenticator Delphi app, we went over base32 encoding which is used for managing the secret key in Google Authenticator compat...

Preview Image

Base32 encoding in Delphi for an upcoming Google Authenticator replacement app - part 1 of series.

Programmers can be an odd lot - we can have a perfectly good tool available to us and we still yearn to build our own version of it. In this case, Google Authenticator was released back in 2010 and...