The Joomla! Forum ™



Forum rules


Forum Rules
READ ME <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Sun May 27, 2012 9:13 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Wed Jun 14, 2006 2:47 pm
Posts: 267
Somebody please clarify this to me, is the "base64_encode" function considered an encryption method according to the JED ?

_________________
Max
ChronoForms For all your Joomla forms needs, ChronoConnectivity for Data Management tasks, ChronoForums is the Joomla version of phpBB:
http://www.ChronoEngine.com


Top
 Profile  
 
PostPosted: Mon May 28, 2012 1:10 am 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Thu May 04, 2006 9:11 am
Posts: 472
Location: Germany
Base64 encoding is just that - Encoding. Not Encryption, which is usually done with a private key that locks others out. Which Base64 encoding certainly does not.

_________________
Developer of the AEC Membership Management Component: http://valanx.org
Fellow of the Free Software Foundation Europe (and so can you: http://www.fsfe.org !)


Top
 Profile  
 
PostPosted: Mon May 28, 2012 2:12 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Mon Aug 29, 2005 10:17 am
Posts: 11984
Location: Netherlands/ UK/ S'pore/Jakarta/ North America
Max,
Joomla itself utilizes this amongst others in ../libraries/joomla/user/helper.php so the JED would never be able to consider an extension that uses "base64_encode" function at fault.
Code:
         case 'smd5':
            $encrypted = base64_encode(mhash(MHASH_MD5, $plaintext . $salt) . $salt);
            return ($show_encrypt) ? '{SMD5}' . $encrypted : $encrypted;

Leo 8)

_________________
--- Joomla Professional Support Services :: http://gws-desk.com ---
--- Joomla Professional and Specialized Hosting :: http://gws-host.com ---
--- Ready to Roll Joomla! Web Sites : 1 - 7 days only! :: @ gws-market.com ---


Top
 Profile  
 
PostPosted: Mon May 28, 2012 2:35 am 
User avatar
Joomla! Master
Joomla! Master
Online

Joined: Mon Mar 20, 2006 1:56 am
Posts: 11628
Location: The Girly Side of Joomla in Sussex
in most cases, its how you base64 thats the issue.

_________________
HU2HY- Poor questions = Poor answer
Un requested Help PM's will be added to the foe list and possibly just deleted
{Community.Connect Administrator }{ Showcase & Security Moderator}


Top
 Profile  
 
PostPosted: Mon May 28, 2012 2:50 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Mon Aug 29, 2005 10:17 am
Posts: 11984
Location: Netherlands/ UK/ S'pore/Jakarta/ North America
mandville wrote:
in most cases, its how you base64 thats the issue.
Means what for JED? Any rules set for encoding besides the one that forbids encryption (where can I read)?

Leo

edit: Found on the Net a good clarification between the 2-of them:

Encoding is changing the way data is presented
- using a public, generally-understood, and (usually) low-overhead method
- for the purpose of allowing the data to survive intact and easily recoverable after some sort of transfer.

Encryption is changing the way data is presented
- using a method or a key that is restricted and (as it happens) often computationally intensive
- for the purpose of shielding the data from some people while making it available to others.


In short, encoding is for preservation, encryption is for obfuscation.

_________________
--- Joomla Professional Support Services :: http://gws-desk.com ---
--- Joomla Professional and Specialized Hosting :: http://gws-host.com ---
--- Ready to Roll Joomla! Web Sites : 1 - 7 days only! :: @ gws-market.com ---


Top
 Profile  
 
PostPosted: Sat Jun 16, 2012 3:02 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Wed Jun 14, 2006 2:47 pm
Posts: 267
You were right guys, after doing some research, it looks like Base64 encoding is fine in most cases, and according to the page below, it should be fine to use inside the extension files:

http://docs.joomla.org/JED_Entries_License_Checklist

However, my extension is still unpublished for some unknown reasons and I don't get any responses to tickets or emails for about 3 weeks.

Anybody has any ideas who can I contact regarding this issue now ? I just feel like there is something wrong with this matter some where.

Many other extensions have been republished in the same period.

_________________
Max
ChronoForms For all your Joomla forms needs, ChronoConnectivity for Data Management tasks, ChronoForums is the Joomla version of phpBB:
http://www.ChronoEngine.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group