Documentation
Preparing search index...
@adonisjs/encryption
src/types
EncryptionOptions
Type Alias EncryptionOptions
Config accepted by the encryption
type
EncryptionOptions
=
{
algorithm
?:
"aes-256-cbc"
;
secret
:
string
|
Secret
<
string
>
;
}
Index
Properties
algorithm?
secret
Properties
Optional
algorithm
algorithm
?:
"aes-256-cbc"
secret
secret
:
string
|
Secret
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
algorithm
secret
Documentation
Loading...
Config accepted by the encryption