Cryptography
Choose the cryptography from the left navigation bar. In cryptography we have 3 types:
Endoder/Decoder
Steps to Encode/Decode the string:
- Select the Encoder/Decoderfrom 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 Encryptionfrom the tab.
- Enter the string you need to encrypt.
- Choose the AlgorithmandModefrom the list.
- Generate the Secret Key,Initial Vector.
- Select the output text format and click on Encrypt.
 
                        
                        Steps to decrypt the string:
- Enter the string you need to decrypt on the right side under the
                                Decryption.
- Choose the AlgorithmandModefrom the list.
- Enter the Secret Key,Initial Vector
- Select the input text format and click on Decrypt.
 
                        Hashing
Steps to hash the string:
- Select the Hashingfrom the tab.
- Enter the string you need to hash.
- Choose the hashing algorithm and click on Submit.
 
                        
                    