I plan on using Kohana's encryption class but is there a better and more secure way of doing a two-way processing? I want my users to be able to send requests for their previous passwords, not give them a reset one.
Any algorithms or libraries you can suggest? prticularly in PHP?