Skip to content

Releases: nix97/Cryptography

AES

18 Feb 03:27
8675b79

Choose a tag to compare

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;

ss
ss2