Base64 Encoder/Decoder
The first tool is a Base64 encoder and decoder. You enter your text into the provided textarea, and then click the “Encode” button to convert your text to Base64, or the “Decode” button to convert a Base64 string back to normal text. The result will be displayed in the output area below the buttons.
SHA-256 Hash Generator
The second tool generates a SHA-256 hash from any text you input. Enter your text into the provided textarea and click the “Generate SHA-256” button. The hashed value, which is a fixed-length string representing the input text, will appear in the output area below.
AES Encryption/Decryption
The third tool helps you encrypt and decrypt text using AES (Advanced Encryption Standard). For encryption, enter your text and a password (which acts as the encryption key), and then click “Encrypt”. The encrypted text will be displayed in the output area. For decryption, you can enter the encrypted text and the same password, then click “Decrypt” to get back the original text. The results are shown in the output area below the buttons.
Base64 Encoder/Decoder
SHA-256 Hash Generator
AES Encryption/Decryption