Another more Secure Solution for all Browsers and Fat Client
My JDE team found this solution to their problem of data selection, and asked me (as Information Security Officer) for Risk Assessment of this tool.
As you can see that you need to disable a lot of Security options and you need Admin Access to setup this tool. Furthermore, when you install Chrome Extension, it caution that this extension can “Read and change all your data on all websites you visit”.
Keeping in view that now a days Man-in-the-browser attacks are on the rise, and users use same browsers for All apps including Banking sites, I refused to allow this tool, however by looking at their big problem I wrote few lines of Windows Script, which can be used with any browser and even with fat client. No need of Admin Access, No security disabling and no Registry editing. Anyone can review the code of 8 lines easily. Lastly within lesser clicks you can achieve your objective.
Installation Instructions
Please follow below steps to setup this script:
1. Extract files from
JDELiterals.zip to any folder
2. Run
'SetupJDELiterals.bat'
3. One colorful shortcut will be created on your desktop like this:
4. Drag this shortcut on task bar to pin on task bar
Now you can ‘
Copy’ any multiline text > Go to JDE Screen > Click on above shortcut (to ‘
Paste’)
If you can’t download executables, then follow below manual instructions:
1. Copy following script in notepad:
on error resume next
Set sh = CreateObject("WScript.Shell")
Sh.SendKeys("%{ESC}")
arrLines = Split(CreateObject("htmlfile").ParentWindow.ClipboardData.GetData("text"), vbCrLf)
For Each strLine in arrLines
sh.SendKeys strLine + "~"
Wscript.Sleep 500
Next
2. Save file in folder e.g.
C:\JDELiterals\ with name (including commas):
"JDE.vbs"
3. Copy this path:
WSCRIPT C:\JDELiterals\JDE.vbs
4. Create a new shortcut on desktop and paste above path, Give nice name to shortcut e.g. 'JDELiterals'
5. Drag shortcut on task bar to pin on task bar
Now you can ‘Copy’ any multiline text > Go to JDE Screen > Click on above shortcut (to
‘Paste’)