Search

 

Module: Editor

Version: 2.2.1 +

Type: String

Category: Text

 

Description

The formula 'DecryptXml' decrypts an encrypted XML-string. This XML can be decrypted, if it is encrypted with so called Rijndael encryption. In Futurama the formula 'EncryptXML' encrypts according to this encryption method.

Parameters

Xml:

This is the Xml string you want to decrypt

Password_1:

This is the first password to decrypt the text string with

Password_2:

This is the second password (the 'salt value') used for decryption

Example

Description

This example is a sequel of the example from 'EncryptXml', therefore it's handy if you first study the formula 'EncryptXml' before you go further with this example.

Values parameters

Xml:

    
        PLACE
    
    
        
        
            HATsmAolZ0D9coufLKnCKl5850wje6PawIbM6qsL/r1ppZl4Pq9AhGIE4I2HtbcmbsoYc0w7jzN9ynw80K1kTU1q+
            rSNj8TqfbiOT+dMRDf1IqEbUrmTsha8WJ5kKULQ/g2zs0TGOq9toJlwNNscRA==
        
    
Password_1:

abcd

Password_2:

efgh

Result

Result:

	
		PLACE
	
	
		67890
	

Related Topics

- EncryptXml

External Links

- Rijndael Encryption

Updated: 2013-04-19