Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.47 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.47 KB

License

File-Archive

  • Written on Java.
  • ZipFile class of Java is used.
  • DEFLATE Compression method is used, which uses a combination of LZ77 & Huffman Coding.
  • A third-party library "zip4j" is used for encryption.
  • Advanced Encryption Standard is used with 256 bit encryption key.