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
Allow user to change the passphrase used for a Wyng archive. This would likely involve storing the actual key in what is now the '.salt' file, encrypted by the chosen passphrase + salt.
There should also be a command/parameter structure that supports such changes to an archive, such as property --passphrase= or similar.
The text was updated successfully, but these errors were encountered:
@rapenne-s I might try adding passphrase changing soon, but it would be considered an experimental branch of the Wyng archive format (at least until the details are settled and I'm certain of correct implementation). If you're interested in testing that, let me know.
Allow user to change the passphrase used for a Wyng archive. This would likely involve storing the actual key in what is now the '.salt' file, encrypted by the chosen passphrase + salt.
There should also be a command/parameter structure that supports such changes to an archive, such as
property --passphrase=
or similar.The text was updated successfully, but these errors were encountered: