Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

AES-256 Encryption Demo in C#

To get started, a nix shell has been provided that contains required dependencies to run the demo.

$ nix-shell # enter a nix shell with needed dependencies
$ csc aes-cbc.cs # compile demo program
$ mono aes-cbc.exe # encrypt plaintext.txt and write ciphertext.hex
$ python decrypt.py # decrypt ciphertext.hex and print plain text to the console

About

AES-256 Encryption Demo in C#

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages