Encryption and Decryption using Devglan.com
Encryption and Decryption using Devglan.com
Aim
To understand and demonstrate the process of encryption
and decryption of data using the online encryption/decryption tool
available at Devglan.com.
Introduction
In the modern digital world, data security is
of utmost importance. Encryption is a process of converting readable data
(plaintext) into an unreadable format (ciphertext) to protect it from
unauthorized access. Decryption is the reverse process that converts the
encrypted data back into its original form.
Devglan.com provides an easy-to-use online tool for testing and demonstrating
various encryption algorithms like AES, DES, RSA, and Base64
encoding.
Encryption
Encryption
is the process of encoding information in such a way that only authorized
parties can read it. It uses an algorithm and an encryption key to transform
plain text into ciphertext.
For example, AES (Advanced Encryption Standard) is a symmetric key encryption
technique that ensures data confidentiality.
Decryption
Decryption
is the process of converting the encrypted text (ciphertext) back into its
original readable form (plaintext) using the correct key. Only users who
possess the correct decryption key can successfully recover the original data.
Procedure
- Open
the website https://www.devglan.com/online-tools.
- Select
the desired encryption algorithm (e.g., AES Encryption).
- Enter
the plaintext message you want to encrypt in the input box.
- Provide
a secret key (and initialization vector, if required).
- Click
on Encrypt to generate the ciphertext.
- Copy
the ciphertext.
- To
decrypt, open the Decryption section of the same tool.
- Paste
the ciphertext and use the same key (and IV).
- Click
on Decrypt to get back the original plaintext.
Output
Example
|
Step |
Input
/ Action |
Output |
|
Plaintext |
Varsha Raut |
— |
|
Base64 Encode Action |
Click Encode |
XD6P/jwRcEZtZ4lTh3EGRg== |
|
Base64 Decode Action |
Click Decode on the above string |
Varsha Raut |
Conclusion
Comments
Post a Comment