Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

QR Codes are used everywhere these days. They’re easy to generate, and this article explains how to create one for use with GENERAL BYTES BATMs.

QR codes may need to be generated in these articles:

Change the BATM Admin QR Code

Terminal Self Test

1. First, generate a strong password.

We do not recommend online password generators. While improbable, a hacked website could save the generated passwords (or intercept them via your browser). Use an offline generator whenever possible.

To generate a password offline:

  1. Type this at the CAS server console command line:

openssl rand -base64 32
  • OpenSSL is typically available on any Debian/Ubuntu system.

image-20240306-153844.png
  • Copy + paste the resulting 32-byte Base64 random code.

Another option is APG, which is already installed on most Ubuntu distributions (but not droplets).

apg -m32
  • Generates 5x 32-byte passwords (pick one).

2. Convert this new, secure password to a QR code.

  • No labels