How to use Cryptography?

Can anyone help me out like how should I place the blocks to encrpt the Values. What is AES-128 key and AES-256 key? What should be filled in it etc. Cause there is no information in docs also. I couldn’t find any video on YouTube too.

you might want to explain, what exactly you are trying to do

Hashing vs. Encryption algorithms

There is a fundamental difference between Hashing and Encryption algorithms, see this stackoverflow answer: Hashing is one way. You can not get your data/string from a hash code. Encryption is 2 way - you can decrypt again the encrypted string if you have the key with you.
In case you are interested in Hashing, for example to create a password hash, see my Tools Extension.

Taifun

1 Like