<feed xmlns='http://www.w3.org/2005/Atom'>
<title>projects/archivator/tests, branch development</title>
<subtitle>Universal archive library for all popular formats</subtitle>
<id>http://git.igorek.dev/projects/archivator/atom?h=development</id>
<link rel='self' href='http://git.igorek.dev/projects/archivator/atom?h=development'/>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/'/>
<updated>2024-09-01T17:15:08Z</updated>
<entry>
<title>Add test for InvalidSignature for struct CDR</title>
<updated>2024-09-01T17:15:08Z</updated>
<author>
<name>Tolmachev Igor</name>
<email>me@igorek.dev</email>
</author>
<published>2024-09-01T17:15:08Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=dafe3b01d7dfe5f314dea37c312beae20e017f4e'/>
<id>urn:sha1:dafe3b01d7dfe5f314dea37c312beae20e017f4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite Eocdr64Locator search algorithm</title>
<updated>2024-08-27T09:03:30Z</updated>
<author>
<name>Tolmachev Igor</name>
<email>me@igorek.dev</email>
</author>
<published>2024-08-27T09:03:30Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=27da50f9d157927ec56dae8316d0edc34eaa244d'/>
<id>urn:sha1:27da50f9d157927ec56dae8316d0edc34eaa244d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more tests</title>
<updated>2024-08-10T14:00:37Z</updated>
<author>
<name>igorechek06</name>
<email>me@igorek.dev</email>
</author>
<published>2024-08-10T13:58:27Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=a24ae8622cc2f829a8101a7f812fc98297053cc3'/>
<id>urn:sha1:a24ae8622cc2f829a8101a7f812fc98297053cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify zip errors</title>
<updated>2024-08-10T08:58:14Z</updated>
<author>
<name>igorechek06</name>
<email>me@igorek.dev</email>
</author>
<published>2024-08-10T08:58:14Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=1bb400dcb258f135a3f92f6242e728f0475325c1'/>
<id>urn:sha1:1bb400dcb258f135a3f92f6242e728f0475325c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace Vec with Iterator</title>
<updated>2024-08-10T06:11:42Z</updated>
<author>
<name>igorechek06</name>
<email>me@igorek.dev</email>
</author>
<published>2024-08-10T06:11:42Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=51f2737ca7af016e3dd3ad03673f48a754a1642e'/>
<id>urn:sha1:51f2737ca7af016e3dd3ad03673f48a754a1642e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AES encryption</title>
<updated>2024-07-21T07:59:14Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-21T07:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=4c411b76cad9cc735687dc739d2e2db5d00e5eac'/>
<id>urn:sha1:4c411b76cad9cc735687dc739d2e2db5d00e5eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests and fix bugs</title>
<updated>2024-07-16T11:08:01Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-16T11:08:01Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=9c0e544e79a4f7874dab449674a11d899bf61963'/>
<id>urn:sha1:9c0e544e79a4f7874dab449674a11d899bf61963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize encryption</title>
<updated>2024-07-16T08:24:33Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-16T08:24:33Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=cc18a545a87ca616f05114d174690e5cc9614669'/>
<id>urn:sha1:cc18a545a87ca616f05114d174690e5cc9614669</id>
<content type='text'>
- Add archive for testing encryption of compressed files
- Implement incorrect password check
- Use custom crc32 function
</content>
</entry>
<entry>
<title>Add traditional PKWARE decryption.</title>
<updated>2024-07-15T16:59:53Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-15T16:59:53Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=a83767f9fbd51df654901b52bdba7838f6a10bf9'/>
<id>urn:sha1:a83767f9fbd51df654901b52bdba7838f6a10bf9</id>
<content type='text'>
    - Compression and encryption may not work together
    - Password check is not yet implemented
    - Unoptimized crc32 function
</content>
</entry>
<entry>
<title>Tests fix</title>
<updated>2024-07-14T09:31:33Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-14T09:31:33Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=82620d64bf7d35fc456934c7175fc265df80e186'/>
<id>urn:sha1:82620d64bf7d35fc456934c7175fc265df80e186</id>
<content type='text'>
</content>
</entry>
</feed>
