wechat v0.0.2 Wechat.Utils.MessageEncryptor
Encrypt and decrypt Wechat messages.
Link to this section Summary
Functions
Decrypt cipher text with AES-CBC padded by PKCS#7
Encrypt plain text by AES-CBC padded by PKCS#7
Link to this section Functions
    
      
      Link to this function
    
    decrypt(msg_encrypted, encoding_aes_key)
    
    
    
  
  Decrypt cipher text with AES-CBC padded by PKCS#7.
    
      
      Link to this function
    
    encrypt(msg, appid, encoding_aes_key)
    
    
    
  
  Encrypt plain text by AES-CBC padded by PKCS#7.