Skip to Content Skip to Menu

Password crypt/decrypt

  • mczarnom
  • mczarnom
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
10 years 4 months ago - 10 years 4 months ago #246206 by mczarnom
Password crypt/decrypt was created by mczarnom
I'm trying to integrated web2py to Joomla with CB module.
While original Joomla passwords are stored in such a format:
c563e965be1369f9030863daca32a544:fwQkHlQqimvzfDBisPZkruuYCTvTsxSU

CB passwords are bit different like this:
$P$DryHu7D3LgdPOK//FPvuVMcMR13HgU1


Where in CB code I can find algorithm of coding/decoding passwords?
I have to write custom validator in python for web2py code.

Help please.



Joomla! 3.2.1 Stable [ Ember ] 18-December-2013 14:30 GMT
CB: Your version is : 1.9.1
Last edit: 10 years 4 months ago by mczarnom.

Please Log in or Create an account to join the conversation.

  • beat
  • beat
  • OFFLINE
  • Posts: 2169
  • Thanks: 463
  • Karma: 352
10 years 4 months ago #246214 by beat
Replied by beat on topic Password crypt/decrypt
CB 1.9.1 uses Joomla's password hasher.

Imho, you are comparing an old Joomla password hash with a newer one, but not with the newest one.

This has nothing to do with CB.

Talking about passwords and security: First of all, you should upgrade your Joomla to latest 3.3.1, specially if you are on PHP 5.3.10 or later.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in or Create an account to join the conversation.

  • mczarnom
  • mczarnom
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
10 years 4 months ago #246244 by mczarnom
Replied by mczarnom on topic Password crypt/decrypt
Yes, you are right. It uses Joomla's hasher. THX a lot anyway :)

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum