mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix syntax errors
This commit is contained in:
parent
4afffea797
commit
0610737a97
@ -125,9 +125,9 @@ const SecretKeyCryptographyCreateKey = (salt: string, password: string): Buffer[
|
||||
const encryptionKeyHash = Buffer.alloc(sodium.crypto_shorthash_BYTES)
|
||||
sodium.crypto_shorthash(encryptionKeyHash, encryptionKey, configLoginServerKey)
|
||||
|
||||
logger.trace("SecretKeyCryptographyCreateKey...successful");
|
||||
logger.trace("encryptionKeyHash= " + ${encryptionKeyHash});
|
||||
logger.trace("encryptionKey=" + ${encryptionKey});
|
||||
logger.trace("SecretKeyCryptographyCreateKey...successful")
|
||||
logger.trace(`encryptionKeyHash= ${encryptionKeyHash}`)
|
||||
logger.trace(`encryptionKey= ${encryptionKey}`)
|
||||
return [encryptionKeyHash, encryptionKey]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user