2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-24 05:37:37 +00:00
restic/changelog/unreleased/issue-4850

9 lines
350 B
Plaintext
Raw Normal View History

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