Encryption is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext). Decryption is the process of converting ciphertext back to plaintext
- Did the project following the AES Algorithm
- It's desktop base application
Plain Text: Hello git people Key: mhhabib Ciper text: XTwzZBV3/fwa31SXdbmhfxUk9Mfvo2hcGw79/3SpOJk=
Cipher Text: XTwzZBV3/fwa31SXdbmhfxUk9Mfvo2hcGw79/3SpOJk= Key: mhhabib Ciper text: Hello git people
Licensed by: MIT LICENSE