|
Could anyone find a way of improving this code a bit? I want to read in an INI file in one felt swoop and create a corresponding data structure.
<cfset INIfile = expandPath(".") & "\jobs.ini"> <cfset profile = GetProfileSections(INIfile)> ...
Started by Richard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Again, this only applies if your ini file isn't used by any other applications or people....
Do you need to parse huge ini files to CF7/6/etc syntax, but wouldn't be as clean or concise.
I don't believe you can improve this using CFML power .
|
|
I'm trying to do a simple task. Encypt a value in PHP and Decrypt it in my VB.net app. I figure I'd use tripleDES or Rijdael 128 or 256
I though this should be simple. Can anyone point me in the right direction?
Thank you
Started by shaiss on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
# BEGIN PHP CODE <?php ini_set....
Mcrypt_encrypt($this->MCRYPT_DES.
Example of encryption using AES-128 on PHP side;paddingAlgorithm->padData($data, $blockSize); return $iv .
PKCS5), the cipher should work on both platforms.
|
|
Could you please let me know what encryption (hopefully some) is used to store the passwords saved with the "automate logon" feature and where they are stored?
Started by hyrax on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at vandyke):
SecureCRT session .ini.
File is moved to a different computer? Hi hiersd,
Thanks for the question .
|
Ask your Facebook Friends
|
I have a string encrypted in PHP that I would like to decrypt in C#. I used the tutorial below to do the encryption, but am having problems decrypting. Can anyone post an example on how to do this?
http://www.sanity-free.org/131/triple_des_between_php...
Started by NotDan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But you can pretty easily translate to C#)
# BEGIN PHP CODE <?php ini_set('display_errors', 1); error data to encrypt!!!"; $from_vb = "QBlgcQ2+v3wd8RLjhtu07ZBd8aQWjPMfTc/73TPzlyA="; // enter value); } function encryptRJ256($key,$iv,....
|
|
Management strikes again.
How should I satisfy the code scanner that is going to read my php source and red flag my MySQL connection string?
Linux Server (soon to be Sun) php 4.2 (soon to be latest version) MySQL database Servers in a DMZ outside of the...
Started by MrChrister on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Is a number, for example 42 and that encrypt is a function which multiplies by two and decrypt does to obfuscate (not encrypt) the password
You could use an ODBC connection to access the database that your automated code scanning solution....
|
|
On 12 Jun 2009 11:26:53 GMT, Mike Dee <mikedee@emteedee.invalid
<http://freearc.org/
FreeArc encryption-archiving software. Has anyone tried this?
It looks good (in the above sites screenshots) and has a bucket-load of
user friendly and if ...
Started by Mike Dee on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Benchmarks.aspx
For FreeArc's encryption side:
"AES/Blowfish/Twofish/Serpent encryption with keyfiles support and
ability to chain multiple ciphers (-p, -hp, --keyfile, --
encryption=ALGORITHMS)"
OK.
|
|
HxD (hex editor) allows to search/view/edit RAM.
How can I protect a EXE against such editor? Data is encrypted inside INI/registry/DB, but is decoded at RAM.
What is the solution? At runtime decode, use and recode data inside RAM ASAP?
Started by rodfaria on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, remember that Themida, like all other protectors, is routinely cracked, despite what vendors of such... .
You can use an exe protector like Themida (one that will make even viewing the memory difficult), but remember that users will hate you for that .
|
|
I am preparing my component for Joomla 1.6.
Strings in language ini file is not loading correctly.
For example my en-GB ini file has something like this:
ENCRYPT_ARE_YOU_SURE_YOU_WANT_TO_DELETE_THE_SELECTED_ITEMS_1=Are you sure you want to delete the ...
Started by pe7er on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at joomla):
|
|
On Fri, 11 Sep 2009 12:50:47 -0700, Salad <oil@vinegar.com
I was asked to import some data from an Excel file into an Access table.
Currently they use A2003 but want their main app ported to A2007.
The Access app uses mdw security. The Excel...
Started by Salad on
, 14 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
If one wants to
venture into Enterprise....
I am wondering how one handles presenting a form.
Prior versions one can't encrypt
the file.
5) One can encrypt an MDB with A2007.
That person can't view the file if he/she can't
unencrypt it .
|
|
Hello,
I'm trying run two instances UltraVNC server simultaneous. One is running as service for remote support in local network (allow all connection, allow admins by MSLogon, no encryption), second as application started by user for remote support in...
Started by okinobk on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at ultravnc):
Try running the application session in this way:
Code: Select all winvnc.exe -sc_prompt -multi -id:1234 -connect repeater_IP:5500... .
VNC plays well with all the others.
Try using two different remote control programs.
It can't be done (as far as I know).
|