mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 15:48:54 +00:00
32 lines
467 B
Markdown
32 lines
467 B
Markdown
[**simplex-chat**](README.md)
|
|
|
|
***
|
|
|
|
[simplex-chat](README.md) / [core](Namespace.core.md) / chatEncryptFile
|
|
|
|
# Function: chatEncryptFile()
|
|
|
|
> **chatEncryptFile**(`ctrl`, `fromPath`, `toPath`): `Promise`\<[`CryptoArgs`](core.Interface.CryptoArgs.md)\>
|
|
|
|
Defined in: [src/core.ts:89](../src/core.ts#L89)
|
|
|
|
Encrypt file
|
|
|
|
## Parameters
|
|
|
|
### ctrl
|
|
|
|
`bigint`
|
|
|
|
### fromPath
|
|
|
|
`string`
|
|
|
|
### toPath
|
|
|
|
`string`
|
|
|
|
## Returns
|
|
|
|
`Promise`\<[`CryptoArgs`](core.Interface.CryptoArgs.md)\>
|