You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility to upgrade from a format v1 to a format v2 in mlar.
This could be part of the convert command line or a dedicated upgrade_v1_to_v2 sub-action.
In the current draft of the format v2, the upgrade consists of:
Add the possibility to upgrade from a format v1 to a format v2 in
mlar
.This could be part of the
convert
command line or a dedicatedupgrade_v1_to_v2
sub-action.In the current draft of the format v2, the upgrade consists of:
encrypt
are left unchangedencrypt
layer, the AES-GCM key commitment ([AES-GCM] Add Key Commitment #206) is added and a public PQC key ([Format v2] Consider adding Post-Quantum cryptography with hybrid KEM for the encryption layer #195) is also provided.A possibility is to only update the first bytes of the layer, without re-encrypting the whole archive. But this solution:
The preferred method for now would be like
convert
, ie. re-encrypting the whole archive with new keys materials.The text was updated successfully, but these errors were encountered: