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
added -c option to compress file(s) through gzip compression, the compression gets automatically disabled if the compressed file size is bigger than original size.
added -h option to add a SHA256 hash as a check on file(s) integrity
improved hex format now it uses 2 bytes instead of 4 for each byte in the input file
added powershell implementation, it can be used when running an executable is not allowed
added dynamic output file generation: now it generates the helper functions only when the related option is specified (e.g. hashing helper code is added only when you specify -h option, etc.)
added output script length in KB in console output