matrix-dart-sdk/lib/encryption
Sorunome 872bc04674
fix(ssss): Strip all whitespace characters from recovery keys upon decode
Previously we stripped all spaces off of the recovery when decoding it,
so that we could format the recovery key nicely. It turns out, however,
that some element flavours also format with linebreaks, leading to the
user having to manually remove them. We fix this by just stripping *all*
whitespace off of the recovery key.
2021-12-05 12:19:22 +01:00
..
utils refactor: remove literal boolean comparisons leftover from nullsafety conversion 2021-10-28 14:40:22 +02:00
cross_signing.dart refactor: remove redundant null checks 2021-10-28 14:32:09 +02:00
encryption.dart chore: Enable E2EE recovery by default 2021-11-25 15:48:17 +01:00
key_manager.dart chore: Enable E2EE recovery by default 2021-11-25 15:48:17 +01:00
key_verification_manager.dart refactor: remove literal boolean comparisons leftover from nullsafety conversion 2021-10-28 14:40:22 +02:00
olm_manager.dart chore: Enable E2EE recovery by default 2021-11-25 15:48:17 +01:00
ssss.dart fix(ssss): Strip all whitespace characters from recovery keys upon decode 2021-12-05 12:19:22 +01:00