Skip to content

kinnay/AEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Encrypted Archive Tool

Apple Encrypted Archive (AEA) is a proprietary archive format that supports compression, encryption and signatures. It is designed such that the decoding of large files can be parallelized across threads.

This repository provides:

  • A Python library to work with AEA files in code.
  • Documentation that describes the AEA file format.

Documentation

Contributing

Feel free to open a pull request or issue on GitHub. Please try to follow the current style as much as possible.