Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Articles Thread, Non-encrypted configuration.php in Joomla; Non-encrypted configuration.php This is Quiz From Someone to developers team here we go Hey. I just have a small question ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=5478


Reply
LinkBack Thread Tools Display Modes
Non-encrypted configuration.php
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
27-10-2008, 09:19 PM
 
Non-encrypted configuration.php

This is Quiz From Someone to developers team here we go

Quote:
Hey.

I just have a small question which ive been wondering about for a while.

Why is it the passwords in the configuration.php aint md5/hash etc. encrypted, and is it possible to get them encrypted with the standard joomla 1.5.* setup ?

I have had some hack issues, and it seemed they gained their knowledge from the configuration.php file, i know it might be stupid its located within the www root, but still, to me it would seem rather easy to make joomla use encrypted information for that section, and all im asking is a reason or an answer to why it isnt.

Im not that deep into the entire joomla framework, and this aint a bunch of whine, just pure "i want to know" to gain more knowledge about joomla as a whole, and how it works.

Kind regards, iPoul
and here da answer guys

<div class="postbody">IF you are really concerned, and IF you host on LAMP that allows "Options Override" you might be able to make use of the following in your .htaccess file. BUT this is basically security by obscurity and has already been acheived by Joomla! safety mechanisms in place.

<b>Code:
PHP Code:
<Files ~ "configuration.php">
    
Order allow,deny
    Deny from all
</Files>
Placed at the bottom of your current Joomla! .htaccess file.
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Articles Thread, Non-encrypted configuration.php in Joomla; Non-encrypted configuration.php This is Quiz From Someone to developers team here we go Hey. I just have a small question ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=5478


Bookmarks

Tags
configurationphp, nonencrypted


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ACPI: Advanced Configuration and Power Interface Developer Unix / Linux 0 05-12-2008 06:36 PM