AppleSauce
Preparing search index...
applesauce-core
Helpers
EncryptionMethods
Interface EncryptionMethods
A pair of encryption methods for encrypting and decrypting event content
interface
EncryptionMethods
{
decrypt
:
(
pubkey
:
string
,
ciphertext
:
string
,
)
=>
string
|
Promise
<
string
>
;
encrypt
:
(
pubkey
:
string
,
plaintext
:
string
)
=>
string
|
Promise
<
string
>
;
}
Index
Properties
decrypt
encrypt
Properties
decrypt
decrypt
:
(
pubkey
:
string
,
ciphertext
:
string
)
=>
string
|
Promise
<
string
>
encrypt
encrypt
:
(
pubkey
:
string
,
plaintext
:
string
)
=>
string
|
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decrypt
encrypt
AppleSauce
Loading...
A pair of encryption methods for encrypting and decrypting event content