Changeset 6909 for plugins/dwCryptPlugin/lib
- Timestamp:
- 01/03/08 07:46:15 (11 months ago)
- Files:
-
- plugins/dwCryptPlugin/lib/sfCrypt.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/dwCryptPlugin/lib/sfCrypt.class.php
r2520 r6909 15 15 * This class provides an abstraction layer to the PHP module mcrypt. Provides encryption/decryption. 16 16 * 17 * @package symfony.runtime.addon 17 * @package symfony 18 * @subpackage dwCryptPlugin 18 19 * @author Dustin Whittle <dustin.whittle@symfony-project.com> 19 20 * @version SVN: $Id$ 20 21 */ 21 22 22 class sfCrypt 23 23 {