AES Encryption And Decryption - itzdharanish/Cyber-Security-Placement-Training GitHub Wiki

                                                                AES encryption

AES encryption: The Advanced Encryption Standard (AES) is an algorithm that uses the same key to encrypt and decrypt protected data. Instead of a single round of encryption, data is put through several rounds of substitution, transposition, and mixing to make it harder to compromise

  • you need to open the AES encryption in The browser

WhatsApp Image 2024-07-22 at 11 45 45_48177475

  • open the first link WhatsApp Image 2024-07-22 at 11 45 46_bb7ad383

  • Enter the text in AES encryption box which is in left side

WhatsApp Image 2024-07-22 at 11 45 46_4aa2c0b2

  • And enter any secret 16 digit code in the bar

WhatsApp Image 2024-07-22 at 11 46 02_eb446c8c

  • click encryption button WhatsApp Image 2024-07-22 at 11 46 02_eb446c8c

  • Encrypted text will appear in the bar

  • select and copy Encrypted text

WhatsApp Image 2024-07-22 at 11 45 45_7676872b

  • Paste the encrypted text in the AES decryption bar WhatsApp Image 2024-07-22 at 11 46 01_16fabb55

  • enter the same secret key in the bar WhatsApp Image 2024-07-22 at 11 46 02_38e4c2f6

  • click decrypt button WhatsApp Image 2024-07-22 at 11 46 01_f2d8ba79

  • now the enter text will showed in bar

another way is with base64 decoder for internet not requied secret key WhatsApp Image 2024-07-22 at 12 22 20_bb581a4b