2024-07-23 00:19:22 +02:00
|
|
|
Bugfix: Handle UTF-16 password files in `key` command correctly
|
2024-06-05 22:14:45 +02:00
|
|
|
|
2024-07-23 00:19:22 +02:00
|
|
|
Previously, `key add` and `key passwd` did not properly decode UTF-16
|
2024-07-24 19:28:45 +02:00
|
|
|
encoded passwords read from a password file. This has now been fixed
|
|
|
|
to correctly match the encoding when opening a repository.
|
2024-06-05 22:14:45 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4850
|
|
|
|
https://github.com/restic/restic/pull/4851
|