Skip to content
/ Archive Public

An implementation of a novel archival solution written in .NET Core

Notifications You must be signed in to change notification settings

S41L0R/Archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archive

-- An implementation of a novel archival solution --

So, the concept is as follows: You want to have an archive for multiple seperatly-encrypted folders. You cannot access any folder without knowing it's name. In fact, without knowing it's name, you can't even tell that it exists by looking at the file. The only unencrypted data in the file is the size and length of anonymous entries.

Implementation Currently Supports:

  • Adding folders to the archive (With two levels of optional gzip compression)
  • Extracting folders from the archive
  • Checking the archive for corruption against it's SHA-256 hash
  • Up to 2,147,483,647 bytes theoretical storage. (About 2 GB)

About

An implementation of a novel archival solution written in .NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages