Compress and Decompress File In Mule 4 In this tutorial we will demonstrate how can we compress and decompress the file in mule 4, In Mule 4 compresses and decompresses files for each of the available formats. Below operations are supported for compress Module Archive: Compresses all the given entries into a new file…
Read MoreSubkey in PGP Encryption We can use vendor provided PGP public key to do encryption and send the encrypted data/files to vendor. Once they receive it then they can use their Private Key to decrypt. Vendor can share their public key either in asc (Text) or gpg (Binary) extension. Most of the time Vendor’s…
Read MoreModify The Http Status In Mule 4 In this tutorial we will demonstrate how can we modify the Http status In Mule 4 To modify the status we have created a sample Rest API in mulesoft and deploy the same on local environment Please visit how to create Rest API Sample Mulesoft application:…
Read MoreCustom Notification through Cloudhub Connector MuleSoft provide Cloudhub connector to connect with Anypoint Platform from MuleSoft application. Using this we can also send custom notification through Cloudhub connector. So think if you have to send an email notification to group of users, where notification can be just FYI info or Warning or Actual error…
Read MoreExecute Python Script In Mule 4 In this tutorial we will demonstrate how we can execute python script in mule 4 using scripting module To use the script component we must need to add scripting module The Scripting Module executes custom logic written in a scripting language, Please visit how to add module in…
Read MorePGP Decryption in MuleSoft Vendor can share their public key either in asc (Text) or gpg (Binary) extension to their clients so that they can do the decryption and send the decrypted data/files to Vendor. Once vendor receive the decrypted message then they can use their Private Key to decrypt the message. Let’s see…
Read MorePGP Encryption in MuleSoft We can use vendor provided PGP public key to do encryption and send the encrypted data/files to vendor. Once they receive it then they can use their Private Key to decrypt. Vendor can share their public key either in asc (Text) or gpg (Binary) extension. Let’s see how PGP encryption…
Read MoreVendor Provided PGP Public Key We can use vendor provided PGP public key to do encryption and send the encrypted data/files to vendor. Once they receive it then they can use their Private Key to decrypt. Vendor can share their public key either in asc (Text) or gpg (Binary) extension. To use it in…
Read MoreGenerate Private Public PGP key We can generate Private Public PGP key and use it for our own message/files encryption, we have a public key (to lock/encrypt the message) and a private key (to unlock/decrypt the message). We would give our Public key to different vendor/client so that they can send us the encrypted…
Read MorePretty Good Privacy (PGP) Pretty Good Privacy (PGP) allows you to send files and messages securely over the Internet. PGP generates a public key (to encrypt messages) and a private key (to decrypt messages). PGP in MuleSoft – Mule can encrypt all or part of a message using Pretty Good Privacy (PGP).…
Read More