Skip to content

A couple of tiny C utilities to span ZIP archives and encrypt them with AES

Notifications You must be signed in to change notification settings

maxpat78/ZTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ZTools

Here there are two tiny C utilities to split ZIP archives like WinZip/PKZip (ZSplit) and to encrypt a ZIP archive with AES (ZAes).

ZSpan

Simply compile and do:

ZSpan source.zip KiB_segment destination_radix

ZAes

To compile the utility it is necessary to download elsewhere from the Internet the Dr. B. Gladman HMAC code or the openssl library, and the libtomcrypt (AES and SHA-1 code).

The code is given to Public Domain.

About

A couple of tiny C utilities to span ZIP archives and encrypt them with AES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages