diff --git a/Makefile b/Makefile index eee48d8..17d09a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Makefile for Dehasher +# Makefile for CrowsNest # Go command GO=go diff --git a/cmd/dehashed.go b/cmd/dehashed.go index f79c9bc..ec57063 100644 --- a/cmd/dehashed.go +++ b/cmd/dehashed.go @@ -77,7 +77,7 @@ var ( // Validate credentials if key == "" { - fmt.Println("API key is required. Set the key with the \"set-key\" command. [dehasher set-key ]") + fmt.Println("API key is required. Set the key with the \"set-key\" command. [crowsnest set-key ]") return } diff --git a/cmd/whois.go b/cmd/whois.go index 20b964b..806e6fb 100644 --- a/cmd/whois.go +++ b/cmd/whois.go @@ -59,7 +59,7 @@ var ( // Validate credentials if key == "" { - fmt.Println("API key is required. Set the key with the \"set-key\" command. [dehasher set-key ]") + fmt.Println("API key is required. Set the key with the \"set-key\" command. [crowsnest set-key ]") return } diff --git a/internal/badger/badger.go b/internal/badger/badger.go index beeb042..543a72c 100644 --- a/internal/badger/badger.go +++ b/internal/badger/badger.go @@ -45,7 +45,7 @@ func GetHardwareEntropy() []byte { username, osInfo, // You could add a static salt here for additional security - "Dehasher-static-salt-value", + "CrowsNest-static-salt-value", }, ":") // Hash the fingerprint to get a 32-byte key