Microsoft
Software
Hardware
Network
Question : encrypt variables in asp
I'm trying to give my access database some added security and recently added a password to it. The code I have now looks like this:
MM_OnDemand_STRING = "Provider=Microsoft.Jet.OL
EDB.4.0; Data Source=" & Server.MapPath(Path) & "; Jet OLEDB:Database Password=" & (Password) & "; Mode=ReadWrite; Persist Security Info=False"
I would like to encrypt the variable "Password". I've never done this before and don't really understand the process, could someone explain it ot me? Do I keep the encrypting function in a different file and include it? How do I decrypt the encrypted variable?
Thanks for any help.
Answer : encrypt variables in asp
I would remove the old drivers and install new ones for Video, chipset and anything else relevant.
apparently the hardware is different enough to cause issues.
also check the device manger
I hope this helps !
Random Solutions
SBS 2008 Server running extreamly slow
Perl script taking too long
Unable to issue commands to Tivoli Storage Manager 6.1 Server using the Administration Center Console
IPTV programming dominating programming language
yum Install oracle-validated fails dependency on glibc
import emal from and to Thunderbird
ARP Blocking with in the domain.
Gmail doesn't work with 2 different computers
Attempted an unsupported operation
Regular Expression needed to parse a string of multiple colons and extract an element-revised