Author |
Topic |
|
AHMEDHHH1
Junior Member
Egypt
105 Posts |
Posted - 15 March 2013 : 17:14:53
|
Question please how to encrypt files asp Files will give whatever for one Ac_khas and will use it on a local server http://localhost/ And I want to protect the files from the use on another computer
What are the ways of protection that you advise me |
|
Carefree
Advanced Member
Philippines
4207 Posts |
|
AHMEDHHH1
Junior Member
Egypt
105 Posts |
Posted - 17 March 2013 : 14:15:49
|
Is there a database inside Windows computer far from means Balramat or Albroossor So as Windows has been deleted LOSE this information can be found to the device + Was found in what is on track Is if you were adding this path will be identified as any database or has a special connection method and knock the introduction of private data |
|
|
AHMEDHHH1
Junior Member
Egypt
105 Posts |
Posted - 17 March 2013 : 14:51:40
|
How do I use the file encryption professor Carefree For example, I want to encrypt a file (d. Asp)
Error Type: Microsoft VBScript runtime (0x800A01F4) Variable is undefined: 'WScript' /fl/p.asp, line 8 |
Edited by - AHMEDHHH1 on 17 March 2013 14:53:13 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 17 March 2013 : 17:06:37
|
quote: Originally posted by AHMEDHHH1
How do I use the file encryption professor Carefree For example, I want to encrypt a file (d. Asp)
Error Type: Microsoft VBScript runtime (0x800A01F4) Variable is undefined: 'WScript' /fl/p.asp, line 8
Post a link to your "p.asp" file in .txt format for us to look at. |
|
|
AHMEDHHH1
Junior Member
Egypt
105 Posts |
Posted - 03 April 2013 : 15:46:21
|
Thank you Professor Carefree |
Edited by - AHMEDHHH1 on 04 April 2013 01:16:47 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 04 April 2013 : 04:15:19
|
Where is the link to the "p.asp" file? I can not detect the error without seeing the file. |
|
|
AHMEDHHH1
Junior Member
Egypt
105 Posts |
Posted - 08 April 2013 : 16:10:50
|
The problem is that the language of Arabic this did not put the file because different language to Gatkm I want to encrypt the file
http://pilot.somee.com/p.txt |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 08 April 2013 : 21:35:22
|
You would have to start by getting the values of the Arabic script into their Ascii equivalents. This program only supports the extended Ascii character set. After that, this should do it. This uses the "readfile" method (reads the entire contents into a variable in one piece), so there's a limit on how large it could be.
Put this into the folder with the text file to be encrypted. Make sure the folder has write permissions set for IUSR, IIS_IUSRS, & NETWORK SYSTEM.
This will read the text file and create two others. One will be the encrypted equivalent, the other will be the random keys necessary to decrypt it again.
To encrypt, input the file name into the encrypt field.
To decrypt, simply put the key file ("-c suffix") into the same folder with the encrypted file ("-e suffix") and input the "-e" file name into the decrypt field.
|
Edited by - Carefree on 10 June 2013 13:35:45 |
|
|
AHMEDHHH1
Junior Member
Egypt
105 Posts |
Posted - 09 April 2013 : 09:47:54
|
Thanks Professor Carefree Will be tested soon |
Edited by - AHMEDHHH1 on 09 April 2013 09:54:35 |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 10 June 2013 : 12:08:19
|
In regard to the code I posted above, I've been trying to make it support unicode characters; however, I've been singularly unsuccessful. AscW (vs Asc) doesn't work, but I know that Asc is the issue. Anyone have an idea? |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 13 August 2013 : 14:26:50
|
quote: Originally posted by Carefree
In regard to the code I posted above, I've been trying to make it support unicode characters; however, I've been singularly unsuccessful. AscW (vs Asc) doesn't work, but I know that Asc is the issue. Anyone have an idea?
Didn't want to edit such an old reply, but my brain finally kicked in on this topic. You should be able to use Arabic, Chinese, Korean, etc. if you change the 3rd line in the code above from this:
Response.Charset="UTF-8" to this:Response.Charset="UTF-16" I don't read Arabic, though, and cannot be sure whether the results are what I want. |
Edited by - Carefree on 13 August 2013 14:56:26 |
|
|
|
Topic |
|