sftp icon indicating copy to clipboard operation
sftp copied to clipboard

Hide password in userdata parser logs

Open kimdre opened this issue 2 years ago • 1 comments

Replace password in log output with asterisks Fixes #362 Improves #363

Results:

Before: [bash] Parsing user data: "user:abc!123:3000:4000:/home/user" After: [bash] Parsing user data: "user:******:3000:4000:/home/user"

kimdre avatar Mar 14 '23 11:03 kimdre

Any way we can update this and push it through? The encrypt method is deprecated and removed in Python 3.13.

leeleelou avatar Apr 11 '25 23:04 leeleelou