Manhuadui - update decryption key (#3813)
This commit is contained in:
		
							parent
							
								
									a3fdd8a464
								
							
						
					
					
						commit
						a84848d790
					
				@ -5,7 +5,7 @@ ext {
 | 
			
		||||
    extName = 'Manhuadui'
 | 
			
		||||
    pkgNameSuffix = 'zh.manhuadui'
 | 
			
		||||
    extClass = '.Manhuadui'
 | 
			
		||||
    extVersionCode = 7
 | 
			
		||||
    extVersionCode = 8
 | 
			
		||||
    libVersion = '1.2'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -135,7 +135,7 @@ class Manhuadui : ParsedHttpSource() {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    private fun decrypt(code: String): String? {
 | 
			
		||||
        val key = "123456781234567G"
 | 
			
		||||
        val key = "1231994MHB123456"
 | 
			
		||||
        val iv = "ABCDEF1G34123412"
 | 
			
		||||
 | 
			
		||||
        return decryptAES(code, key, iv)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user