decrypt password

2013-08-30 Thread raj kumar Pustela
hi to all,

how to decrypt  password in cakephp.if any one known pls 
help me.. 
*
*
*
*
*Thannks,*
*Rajakumar*

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Re: decrypt password

2013-08-30 Thread Jeremy Burns : Class Outfit
It (deliberately) uses one way encryption. All it can do is encrypt your 
password attempt and see if it matches what is stored (which is also encrypted).

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 30 Aug 2013, at 10:53, raj kumar Pustela pustela...@gmail.com wrote:

 hi to all,
 
 how to decrypt  password in cakephp.if any one known pls help 
 me.. 
 
 
 Thannks,
 Rajakumar
 
 -- 
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to cake-php+unsubscr...@googlegroups.com.
 To post to this group, send email to cake-php@googlegroups.com.
 Visit this group at http://groups.google.com/group/cake-php.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


RE: CakePHP 2.4.0 is ready

2013-08-30 Thread Matthew Kaufman
  Since 2.4.0 is stable, when will the website be updated?  Is currently
2.3.9

Sent from my Windows Phone
 --
From: mark_story mark.st...@gmail.com
Sent: 8/30/2013 4:09 PM
To: cake-php@googlegroups.com
Subject: CakePHP 2.4.0 is ready

The CakePHP core team is proud to announce the immediate availability of
CakePHP 2.4.0 and 2.3.10[1]. There have been a few small improvements and
fixes since the release of 2.4.0-RC2.

## CakePHP 2.4.0

CakePHP 2.4.0 is now marked as stable. It is a new version in the 2.x
series that is API compatible with other releases in the 2.x series. Make
sure you read the migration guide [2] before upgrading as there are a few
changes you may need to make.

A quick overview of the changes in 2.4 are:

* The constants IMAGES_URL, JS_URL, CSS_URL have been deprecated and
replaced with config variables App.imageBaseUrl, App.jsBaseUrl,
App.cssBaseUrl respectively. Each of the deprecated constants will be
removed in 3.0.
* The CAKEPHP_SHELL constant has been deprecated and will be removed in 3.0.
* Sanitize class has been deprecated and will be removed in 3.0.
* FileLogs can now have a max size and simple rotation configured.
* Logging now support syslog out of the box.
* A number of locales have been renamed.
* JSONP support has been added to the JsonView
* You can disable updating counterCache values with the `counterCache`
option when saving models.
* Password hashing has been extracted into a set of PasswordHasher classes.
These classes make changing out password hashing strategies for the various
authentication adapters simple.
* Stateless authentication has been improved.

For a full list of the changes and improvements you should review the 2.4
Migration guide [2].

### Changes to 2.4.0 since 2.4.0-RC2

* confirm handlers are now correctly encoded.
* Helpers are now loaded during View construction. This ensures that
helpers are always available.
* View blocks can now operate on any object that can be converted to a
string.
* All changes detailed in the 2.3.10 changelogs are also included with 2.4.0


## CakePHP 2.3.10

2.3.10 marks the end of normal bug fix releases for 2.3.x. Security fixes
will continue to be released for 2.3.x until 2.6.0. The following is a
short list of issues fixed and changes you can find in 2.3.10

* Configuration values are now merged between Emails and their transports.
* CakeTime::timeAgoInWords() now uses 'about X ago' when the time delta is
lower than accuracy.
* DbAcl now uses INNER joins instead of LEFT joins. This yields improved
performance with some database vendors.
* CakeEmail::template() can now disable the layout as documented.
* Number formatting in locales that use ',' for a decimal separator is now
correct.
* RedirectRoute now honors the 'persist' parameter correctly.
* Constants are now conditionally defined in ShellDispatcher.
* session.auto_start is no longer set as it never worked and triggers
errors in PHP 5.5.
* Sqlite now generates schema correctly when BIGINT columns are used as a
primary key.
* FileCache now removes special characters that would cause issues on
windows systems.
* i18n shell now correctly extracts categories other than LC_MESSAGES.

Development continues to progress on 3.0 with pull requests being
frequently opened. Work has also begun on 2.5, another API compatible
release in the 2.x line of releases. A huge thanks to all involved in terms
of both contributions through commits, tickets, documentation edits, and
those whom have otherwise contributed to the framework. Without you there
would be no CakePHP. Download a packaged release [3].

### Links

* [1] https://github.com/cakephp/cakephp/releases
* [2] http://book.cakephp.org/2.0/en/appendices/2-4-migration-guide.html
* [3] https://github.com/cakephp/cakephp/tags

 --
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an
email to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


CakePHP 2.4.0 is ready

2013-08-30 Thread mark_story
The CakePHP core team is proud to announce the immediate availability of 
CakePHP 2.4.0 and 2.3.10[1]. There have been a few small improvements and 
fixes since the release of 2.4.0-RC2.

## CakePHP 2.4.0

CakePHP 2.4.0 is now marked as stable. It is a new version in the 2.x 
series that is API compatible with other releases in the 2.x series. Make 
sure you read the migration guide [2] before upgrading as there are a few 
changes you may need to make.

A quick overview of the changes in 2.4 are:

* The constants IMAGES_URL, JS_URL, CSS_URL have been deprecated and 
replaced with config variables App.imageBaseUrl, App.jsBaseUrl, 
App.cssBaseUrl respectively. Each of the deprecated constants will be 
removed in 3.0.
* The CAKEPHP_SHELL constant has been deprecated and will be removed in 3.0.
* Sanitize class has been deprecated and will be removed in 3.0.
* FileLogs can now have a max size and simple rotation configured.
* Logging now support syslog out of the box.
* A number of locales have been renamed.
* JSONP support has been added to the JsonView
* You can disable updating counterCache values with the `counterCache` 
option when saving models.
* Password hashing has been extracted into a set of PasswordHasher classes. 
These classes make changing out password hashing strategies for the various 
authentication adapters simple.
* Stateless authentication has been improved.

For a full list of the changes and improvements you should review the 2.4 
Migration guide [2].

### Changes to 2.4.0 since 2.4.0-RC2

* confirm handlers are now correctly encoded.
* Helpers are now loaded during View construction. This ensures that 
helpers are always available.
* View blocks can now operate on any object that can be converted to a 
string.
* All changes detailed in the 2.3.10 changelogs are also included with 2.4.0


## CakePHP 2.3.10

2.3.10 marks the end of normal bug fix releases for 2.3.x. Security fixes 
will continue to be released for 2.3.x until 2.6.0. The following is a 
short list of issues fixed and changes you can find in 2.3.10

* Configuration values are now merged between Emails and their transports.
* CakeTime::timeAgoInWords() now uses 'about X ago' when the time delta is 
lower than accuracy.
* DbAcl now uses INNER joins instead of LEFT joins. This yields improved 
performance with some database vendors.
* CakeEmail::template() can now disable the layout as documented.
* Number formatting in locales that use ',' for a decimal separator is now 
correct.
* RedirectRoute now honors the 'persist' parameter correctly.
* Constants are now conditionally defined in ShellDispatcher.
* session.auto_start is no longer set as it never worked and triggers 
errors in PHP 5.5.
* Sqlite now generates schema correctly when BIGINT columns are used as a 
primary key.
* FileCache now removes special characters that would cause issues on 
windows systems.
* i18n shell now correctly extracts categories other than LC_MESSAGES.

Development continues to progress on 3.0 with pull requests being 
frequently opened. Work has also begun on 2.5, another API compatible 
release in the 2.x line of releases. A huge thanks to all involved in terms 
of both contributions through commits, tickets, documentation edits, and 
those whom have otherwise contributed to the framework. Without you there 
would be no CakePHP. Download a packaged release [3].

### Links

* [1] https://github.com/cakephp/cakephp/releases
* [2] http://book.cakephp.org/2.0/en/appendices/2-4-migration-guide.html
* [3] https://github.com/cakephp/cakephp/tags

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


RE: CakePHP 2.4.0 is ready

2013-08-30 Thread Advantage+
Regarding Sanitize class has been deprecated and will be removed in 3.0.

 

Is there something in-place / inline / in development that will replace this
class?

 

Seemed like a great tool, why dropping it?

 

Dave

 

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Re: CakePHP 2.4.0 is ready

2013-08-30 Thread mark_story
There aren't any plans currently to replace Sanitize. This primarily 
because most of what it did is better done through other methods. The 
documentation for data sanitization has already been updated in the 
cookbook http://book.cakephp.org/2.0/en/core-utility-libraries/sanitize.html 
to reference the new tools.

Sanitize is being deprecated and ultimately removed because it promotes bad 
practices and is a liability in the long term. Input filtering especially 
with HTML is very complex to do correctly. I'm am almost certain that the 
list or regexs Sanitize used missed things leaving apps vulnerable. Other 
features Sanitize provides have been implemented in PHP since the inception 
of the framework. Generally the solutions existing in the language are 
better than those that Sanitize provided as well.

-Mark

On Friday, 30 August 2013 18:03:21 UTC-4, advantage+ wrote:

 Regarding Sanitize class has been deprecated and will be removed in 3.0.

  

 Is there something in-place / inline / in development that will replace 
 this class?

  

 Seemed like a great tool, why dropping it?

  

 Dave

  


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.