Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356852 - Password field in DD editor for SQL binding is plaintext
Summary: Password field in DD editor for SQL binding is plaintext
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Zhi Zhu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-06 15:30 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:20 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2011-09-06 15:30:31 EDT
The editor should mask the display of the password, and it should be encrypted (if not already) when the file is saved. The encryption should match what is expected by the runtime. See EGLSQLUtility.getDecodedConnectionPassword() for an example decryption routine using Encoder.
Comment 1 Tony Chen CLA 2011-09-06 22:03:57 EDT
It's the planned but unfinished work. I'll leave this bug open until the feature is done.
Comment 2 Zhi Zhu CLA 2011-09-06 22:49:26 EDT
Fix it, will upload code today
Comment 3 Justin Spadea CLA 2011-09-08 16:01:14 EDT
Verified