| View previous topic :: View next topic |
| Author |
Message |
JGpo Guest
|
Posted: Tue May 24, 2005 1:46 pm Post subject: Read an encyted file ---> decrypt + put into var (Reviste |
|
|
Hi all:
I know this issue has been brought up several times already, but I have brought it up again in hopes of finding a secure way to pass an encrypted file ( at least 10KBytes ) to a var in an ahk script & perform decryption. Although Rajat's RC-4 conversion is quite useful, it appears to be designed to handle smaller strings of data. Anyone have any ideas to accomplish this or possibly some secure alternate methods? |
|
| Back to top |
|
 |
Pasukun
Joined: 16 Dec 2004 Posts: 84
|
Posted: Tue May 24, 2005 5:30 pm Post subject: |
|
|
I had to deal with exactly the situation before, and my alternate solution was to use a command-line encryption and decryption program.
So the entire process is well hidden.
Here is the link to such program if you like to try.
CLICK HERE _________________
"the things we touch have no permanence. my master would say: there is nothing we can hold onto in this world.. only by letting go can we truly possess what is real..." |
|
| Back to top |
|
 |
JGpo Guest
|
Posted: Thu Jun 16, 2005 5:53 pm Post subject: Read an encyted file ---> decrypt + put into var (Reviste |
|
|
| A little late, but nontheless, thanks! |
|
| Back to top |
|
 |
|