|
Which versions of AeroVault are legacy/retired/deprecated, and which are still recommended? V4 is the latest, and V3 seems to be still actively recommended when Error Correction isn't used. Is V3 = Chunking + Compression + V2? If so, then it's the other side of the coin of Perhaps you might wish to take this opportunity to explain the difference between V1 and V2 and whether V1 should still have any use. |
Replies: 2 comments 1 reply
|
Good question, and it is a fair one to ask because we have three different numbers floating around that are easy to conflate. Let me separate them first, then map the formats. Three different "versions", do not mix them
So "v4" in the app sense (AeroFTP v4.0.x) is unrelated to the vault format, and the crate's The on-disk format families
The security levels you see in the app map onto these:
So what has sometimes been called "V4" (or "rev 4") is Recommended vs retired (the direct answer)
Your specific points
In short: Advanced ( |
|
If they aren't Versions, what does the V in V2, V3 and V4 stand for? Variants? |
Good question, and it is a fair one to ask because we have three different numbers floating around that are easy to conflate. Let me separate them first, then map the formats.
Three different "versions", do not mix them
aerovaultcrate version.aerovaultfileSo "v4" in the app sense (AeroFTP v4.0.x) is unrelated to the vault format, and the crate's
0.6.2is unrelated to both. When you and we say "AeroVault V2 / V3 / V4" we mean the on-…