Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to conceal user login information under the batch or exe file

user021Apr 17 2013 — edited Apr 17 2013
Dear,

We have created batch file utility to get or put file on linux server but therein no security of password and any body can open this file and misuse that password.

Could you pls share any idea to hide that or any other simple way to do this.

batch code
 @ftp -i -s:"%~f0"&GOTO:EOF
open hrsystem.erp.com
apps_user
erpsystem
!:--- FTP commands below here ---
lcd d:\test
cd  /apps/erp/
binary
mget "*.txt"
disconnect
bye

 
thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2013
Added on Apr 17 2013
5 comments
843 views