[−][src]Crate r3ma_backup
Utility for importing and exporting Threema backups.
r3ma_backup provides functions for decrypting and encrypting Threema backups. For more information on the used procedure take a look at page 6 in this pdf.
Structs
| ThreemaBackup | A simple structure containing an 8 byte utf-8 Threema id and a 32 byte secret_key. |
Functions
| export | Exports a threema backup string with a given password. |
| export_to_file | Exports a threema backup string with a given password to a file. |
| import | Imports a threema backup string with a given password. |
| import_from_file | Imports a threema backup with a given password from a file. |