Skip to content

Commit fd919de

Browse files
committed
Comment on hash(password)
1 parent 6dddb4c commit fd919de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/entry.ts

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const main = async (cliArgs: Args): Promise<void> => {
4747
auth: args.auth,
4848
commit,
4949
host: host,
50+
// The hash does not add any actual security but we do it for obfuscation purposes.
5051
password: password ? hash(password) : undefined,
5152
port: port,
5253
proxyDomains: args["proxy-domain"],

0 commit comments

Comments
 (0)