mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 20:08:34 +00:00
32 lines
455 B
Markdown
32 lines
455 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / [core](Namespace.core.md) / chatDecryptFile
|
|
|
|
# Function: chatDecryptFile()
|
|
|
|
> **chatDecryptFile**(`fromPath`, `__namedParameters`, `toPath`): `Promise`\<`void`\>
|
|
|
|
Defined in: [src/core.ts:97](../src/core.ts#L97)
|
|
|
|
Decrypt file
|
|
|
|
## Parameters
|
|
|
|
### fromPath
|
|
|
|
`string`
|
|
|
|
### \_\_namedParameters
|
|
|
|
[`CryptoArgs`](core.Interface.CryptoArgs.md)
|
|
|
|
### toPath
|
|
|
|
`string`
|
|
|
|
## Returns
|
|
|
|
`Promise`\<`void`\>
|