fix: remove session secret salt
This commit is contained in:
parent
5c68772b46
commit
254f4d83b4
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const getSecret = () => {
|
||||||
return hkdf(
|
return hkdf(
|
||||||
mnemonicHelpers.toEntropyBuffer(mnemonic),
|
mnemonicHelpers.toEntropyBuffer(mnemonic),
|
||||||
16,
|
16,
|
||||||
{ salt: 'lamassu-server-salt', info: 'operator-id' }
|
{ info: 'operator-id' }
|
||||||
).toString('hex')
|
).toString('hex')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue