Developer Tools

GAGOS includes utilities for common development tasks.

Base64

Hashing

Generate cryptographic hashes:

Certificate Tools

Shows subject, issuer, validity, SANs, and key information.

SSH Key Generator

Generate SSH key pairs:

Optionally encrypt with passphrase.

JSON Tools

Text Diff

Compare two text blocks side by side:

Use Cases

Decode Kubernetes Secret

kubectl get secret my-secret -o yaml | pbcopy
# Paste into K8s Secret Decoder

Generate Deploy Key

  1. Open Dev Tools
  2. Go to SSH Keys tab
  3. Select ED25519
  4. Generate
  5. Add public key to Git repo

Compare Configs

  1. Paste old config in left panel
  2. Paste new config in right panel
  3. Review highlighted differences