Cryptography
Choose the cryptography from the left navigation bar. In cryptography we have 3 types
Encoding
Steps to encode the string
- Select the
Encoder/Decoder
from the tab. - Enter the string you need to encode/decode.
- Choose the method to Encode/Decode and choose the encoding type URL/Base64.
- Click on Submit to perform the encoding/decoding.
Encryption
Steps to encrypt the string
- Select the
Encryption
from the tab. - Enter the string you need to encrypt.
- Choose the
Algorithm
,Mode
from the list. - Generate the
Secret Key
,Initial Vector
- Select the output text format and click on
Encrypt
.
Decryption
Steps to decrypt the string
- Enter the string you need to decrypt on right side under the
Decryption
. - Choose the
Algorithm
,Mode
from the list. - Enter the
Secret Key
,Initial Vector
- Click on the Decrypt.
Hashing
Steps to hash the string
- Select the
Hashing
from the tab. - Enter the string you need to hash.
- Choose the hashing algorithm and click on
Submit
.