Skip to content

Instantly share code, notes, and snippets.

@pkhliu
pkhliu / recovery.go
Created June 14, 2026 08:46 — forked from palesz/recovery.go
Navidrome password recovery
package main
// Usage:
// copy this code to https://replit.com/languages/go
// and change the encrypted_password variable below (see comments below for steps to acquite the encrypted password)
import (
"crypto/aes"
"crypto/cipher"
"encoding/base64"