Class JSimplecrypt
JSimpleCrypt is a very simple encryption algorithm for encrypting/decrypting strings
		
		
		
		Package: Joomla\Legacy\Simplecrypt
Deprecated: 2.5.5 Use JCrypt instead.
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at legacy/simplecrypt/simplecrypt.php
	
		Deprecated: 2.5.5 Use JCrypt instead.
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.5
Located at legacy/simplecrypt/simplecrypt.php
Methods summary
| 
				 public 
				
				
				 | 
			#
			 __construct( string $privateKey = null )Object Constructor takes an optional key to be used for encryption/decryption. If no key is given then the secret word from the configuration object is used. | 
| 
				 public 
				string
				
				 | |
| 
				 public 
				string
				
				 | 
