Re: Re:simple text encrypt / decrypt
- From: "Heinz" <Spacewalker4711(noSpam)@hotmail.com>
- Date: Fri, 19 Jun 2009 19:17:40 +0200
"Al Dunbar" <alandrub@xxxxxxxxxxx> schrieb im Newsbeitrag
news:ukFY0PO8JHA.5400@xxxxxxxxxxxxxxxxxxxxxxx
"Heinz" <Spacewalker4711(noSpam)@hotmail.com> wrote in message
news:uaVlOON8JHA.1488@xxxxxxxxxxxxxxxxxxxxxxx
"rahulji" <rahuljiv@xxxxxxxxx> schrieb im Newsbeitrag
news:064c21f4734641fa97b49da4a16693d4@xxxxxxxxxxxxx
Hi,
I have a different requirement.
i wrote a script which will contain an username and password of an FTP
server to which it will upload the data.
i want to encrypt these username and password using DPAPIs so that no
one
can read them.
can anyone help in this regard?
url:http://www.ureader.com/msg/1675127.aspx
I think it depends on what you want to achieve:
if your concern is that somebody can snif username and password from your
LAN or on the internet then maybe you need something like VPN or SFTP
if you want to prevent that somebody reads the VBS sourccode then you can
:
-compile the VBS to an (encrypted) .exe file (there are tools availlabe
doing this)
But, again, just how secure is that encrypted information? The executable
must contain the code required to de-crypt the encrypted portions of the
executable, so reverse engineering is possible.
Well, tools like http://www.abyssmedia.com/scriptcryptor/index.shtml will
"compile" and encrypt VBS code to an .exe using Blowfish (an
industry-standard strong encryption algorithm).
The tool uses a strong random password for encrypting the .exe - and when
executed the exe decrypts itself "on the fly" (to memory, not to disk)
This should be sufficient for most users I think and it's a good option for
distributing confidential VBS sourcecode
Heinz
.
- Follow-Ups:
- Re: Re:simple text encrypt / decrypt
- From: Al Dunbar
- Re: Re:simple text encrypt / decrypt
- References:
- Re:simple text encrypt / decrypt
- From: rahulji
- Re: Re:simple text encrypt / decrypt
- From: Heinz
- Re: Re:simple text encrypt / decrypt
- From: Al Dunbar
- Re:simple text encrypt / decrypt
- Prev by Date: Re: Finding members of RDP groups of a list of computers
- Next by Date: Re: delete temp files via script - can B added 2 startup
- Previous by thread: Re: Re:simple text encrypt / decrypt
- Next by thread: Re: Re:simple text encrypt / decrypt
- Index(es):
Relevant Pages
|