SteveGremory / Zap

An extremely fast alternative to zip which is written in rust.
Other
57 stars 2 forks source link

Added encryption and reworked the Read/Write structs. #3

Closed ThaddeusTreloar closed 2 years ago

ThaddeusTreloar commented 2 years ago

The Read/Write structs have been reworked so that one can efficiently add encryption and signing as well as swapping out compression algorithms. Currently, only aes256CBC(password) has been added to encryption and the signing structs is pass-through only.

SteveGremory commented 2 years ago

Oh wow I just noticed this, thank you so much!