TreadAES 0.9.0
See the version list below for details.
dotnet add package TreadAES --version 0.9.0
NuGet\Install-Package TreadAES -Version 0.9.0
<PackageReference Include="TreadAES" Version="0.9.0" />
<PackageVersion Include="TreadAES" Version="0.9.0" />
<PackageReference Include="TreadAES" />
paket add TreadAES --version 0.9.0
#r "nuget: TreadAES, 0.9.0"
#:package TreadAES@0.9.0
#addin nuget:?package=TreadAES&version=0.9.0
#tool nuget:?package=TreadAES&version=0.9.0
AES Encryption/Decryption of ASCII files.
Create a wrapper for this exe to automate encrypting files.
Trims WhiteSpace in last block of Bytes when decrypting.
Pads WhiteSpace in last block of Bytes when encrypting.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Usage:
----------------------------------------------------
TreadAES.exe {key} {input_path} {output_path} {mode}
TreadAES.exe test
----------------------------------------------------
key = hexidecimal key e.g 0x00112233445566778899aabbccddeeff
input_path = input file
output_path = output file
mode = 'encrypt' or 'decrypt'
Note: paths are absolute
test mode will run unit tests only
Files are not to be overwritten
Author: Hayden Virtue 2012
Implementation of Nov 2001 Unclassfied AES standard http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf