Skip to content

Instantly share code, notes, and snippets.

View NorthHorizon's full-sized avatar
🎯
Focusing

NorthHorizon NorthHorizon

🎯
Focusing
View GitHub Profile
@palesz
palesz / recovery.go
Last active December 9, 2025 06:29
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"