Recovery Star
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |subcat=Error detection and correction |released=2007 }} '''Recovery Star''' by artem-drobanov (Drobanov Artyom Fedorovich) and lkorolkov (Leonid Korolkov) is a ...") |
Parchivist (Talk | contribs) |
||
Line 4: | Line 4: | ||
}} | }} | ||
− | '''Recovery Star''' by artem-drobanov (Drobanov Artyom Fedorovich) and lkorolkov (Leonid Korolkov) is a 'RAID-Like Cauch Reed-Solomon File Codec' | + | '''Recovery Star''' by artem-drobanov (Drobanov Artyom Fedorovich) and lkorolkov (Leonid Korolkov) is a 'RAID-Like Cauch Reed-Solomon File Codec' that also offers [[AES]] encryption. |
− | It | + | It is designed to protect files on a CD/DVD from bitrot by splitting them and adding extra parity |
− | + | You can set the number of volumes each file is split into and the redundancy as a percentage. So if you have it set to 3 volumes and you are protecting 2 files, 'test1.zip' and 'test2.zip', it will produce a series of 6 files (2 files to protect x 3 volumes each) named like: | |
+ | * C000000020001.test1.zip | ||
+ | * C000000020001.test2.zip | ||
+ | * C000100020001.test1.zip | ||
+ | * C000100020001.test2.zip | ||
+ | * C000200020001.test1.zip | ||
+ | * C000200020001.test2.zip | ||
+ | |||
+ | The default is 256 volumes which is probably overkill for most files | ||
+ | |||
+ | Versions before 1.60 aren't compatible with later versions due to the addition of CRC-64 | ||
Line 18: | Line 28: | ||
* [http://www.driverov.net/soft/windows/multimedia/burn_dvd_cd/27788.html v1.60] | * [http://www.driverov.net/soft/windows/multimedia/burn_dvd_cd/27788.html v1.60] | ||
* [https://softoroom.org/topic36853.html Version history] | * [https://softoroom.org/topic36853.html Version history] | ||
+ | * [https://www.microsoft.com/en-US/Download/confirmation.aspx?id=16614 .NET Framework 2.0 Service Pack 1 (x86)] - may be needed for older versions of Windows |
Latest revision as of 05:44, 30 October 2023
Recovery Star by artem-drobanov (Drobanov Artyom Fedorovich) and lkorolkov (Leonid Korolkov) is a 'RAID-Like Cauch Reed-Solomon File Codec' that also offers AES encryption.
It is designed to protect files on a CD/DVD from bitrot by splitting them and adding extra parity
You can set the number of volumes each file is split into and the redundancy as a percentage. So if you have it set to 3 volumes and you are protecting 2 files, 'test1.zip' and 'test2.zip', it will produce a series of 6 files (2 files to protect x 3 volumes each) named like:
- C000000020001.test1.zip
- C000000020001.test2.zip
- C000100020001.test1.zip
- C000100020001.test2.zip
- C000200020001.test1.zip
- C000200020001.test2.zip
The default is 256 volumes which is probably overkill for most files
Versions before 1.60 aren't compatible with later versions due to the addition of CRC-64
[edit] Links
- SourceForge
- Review
- v1.72 (mirror)
- v1.60
- Version history
- .NET Framework 2.0 Service Pack 1 (x86) - may be needed for older versions of Windows