You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app is about Cryptography using AES(Advanced Encryption Standard) algorithm.
The Key, IV(Initialization Vector) and Ciphertext in Base64 number system.
The key lengths or key size is 128 bit(AES-128), 192 bit(AES-192) and 256 bit(AES-256).
Using lib : --> using System.Security.Cryptography;