# Go Andotp

> Use this skill when the user wants to encrypt or decrypt andOTP two-factor authentication backup files.

- Skill: `javimosch/go-andotp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/go-andotp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/go-andotp/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/go-andotp

---


# go-andotp Plugin

CLI tool for encrypting and decrypting andOTP backup files containing TOTP/HOTP secrets.

## Commands

### Backup Operations
- `go-andotp backup decrypt` — Decrypt andOTP backup files

## Usage Examples
- "Decrypt this andOTP backup"
- "Encrypt my TOTP secrets"
- "Convert andOTP backup to JSON"

## Installation

```bash
go install github.com/nicm/go-andotp@latest
```

## Examples

```bash
go-andotp decrypt andotp-backup.encrypted
go-andotp encrypt andotp-backup.json
go-andotp verify andotp-backup.encrypted
```

## Key Features
- andOTP format compatibility
- Password-based encryption/decryption
- JSON output format
- Backup verification
- Cross-platform Go binary

