mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-08 09:38:11 -07:00
Prepare release
This commit is contained in:
@@ -272,6 +272,15 @@ Saves the identity to a file. This will write the private key to disk,
|
||||
and anyone with access to this file will be able to decrypt all
|
||||
communication for the identity. Be very careful with this method.
|
||||
|
||||
* **Parameters:**
|
||||
**path** – The full path specifying where to save the identity.
|
||||
* **Returns:**
|
||||
True if the file was saved, otherwise False.
|
||||
|
||||
#### `pub_to_file(path)`
|
||||
|
||||
Saves the public identity to a file.
|
||||
|
||||
* **Parameters:**
|
||||
**path** – The full path specifying where to save the identity.
|
||||
* **Returns:**
|
||||
|
||||
Reference in New Issue
Block a user