reenable RINO 1 functions, add a deprecation note. use by default RINO 2 , with crypto from php-encryption fallback to RINO 1 for old nodes.
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			468 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			468 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "defuse/php-encryption",
 | 
						|
    "description": "Secure PHP Encryption Library",
 | 
						|
    "license": "MIT",
 | 
						|
    "keywords": ["security", "encryption", "AES", "mcrypt", "cipher"],
 | 
						|
    "authors": [
 | 
						|
        {
 | 
						|
            "name": "Taylor Hornby",
 | 
						|
            "email": "havoc@defuse.ca"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "autoload": {
 | 
						|
        "files": ["Crypto.php"]
 | 
						|
    },
 | 
						|
    "require": {
 | 
						|
        "php":  ">=5.4.0",
 | 
						|
        "ext-openssl": "*",
 | 
						|
        "ext-mcrypt":  "*"
 | 
						|
    }
 | 
						|
}
 |