This component will Encrypt/Decrypt a string using the private key.
Private key should be a Base64 of a string.
It is based on Rijndael.
Rijndael is a block cipher that uses a symmetric key encryption technique. It employs three discrete and invertible layers: Linear Mix Transform, Non-linear Transform, and Key Addition Transform.
Linear Mix Transform
Non-linear Transform
Key Addition Transform