Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

joerocklin/fastpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastpack

fastpack is intended to be a tool which can pack files into a single archive where each files is compressed and encrypted independently. The idea is that single files can be extracted without dealing with the complete archive.

This design also makes it possible to use different compression and encryption types in each file.

BIG WARNING NOTE

This is also partially just an experiement with Go. It is my first attempt at anything with the language, and code is being written in what inevitably will become the 'What was I thinking' phase.

Initial Thoughts

Initially I am using the snappy compression algorithm and the encryption method has not been decided at this time.

About

A flexible container for file compression and encryption - an experiment with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages