chore: remove remaining QuoteForge/qfs references
This commit is contained in:
@@ -17,7 +17,7 @@ func getEncryptionKey() []byte {
|
||||
if key == "" {
|
||||
// Fallback to a machine-based key (hostname + fixed salt)
|
||||
hostname, _ := os.Hostname()
|
||||
key = hostname + "quoteforge-salt-2024"
|
||||
key = hostname + "priceforge-salt-2024"
|
||||
}
|
||||
// Hash to get exactly 32 bytes for AES-256
|
||||
hash := sha256.Sum256([]byte(key))
|
||||
|
||||
Reference in New Issue
Block a user