Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd919de

Browse files
committedMay 12, 2020
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
 

Diff for: ‎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)
Please sign in to comment.