Data encryption process

If you want to encrypt your data, it is possible to perform the said operation with Cryptography components from Robusta components. You can use the components specified below.

Generate Key: It is the component that allows you to generate a key by choosing one of the AES, DES or TripleDES encryption standards.

Encryption: It is the component where you can create the encrypted text by entering the data to be encrypted and the encryption key. During this process, you should also select the standards in which you created your key.

Decryption: You can decrypt the information transmitted to you in encrypted form with this activity. In this component, you need to enter the variable, encryption standard and your key.