crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
AESUtils.encrypt
crypto
aes
AESUtils
Undocumented in source. Be warned that the author may not have intended to support it.
class
AESUtils
static
ubyte
[]
encrypt
(
alias
T
=
AES128
)
(
in
ubyte
[]
buffer
,
in
char
[]
key
,
in
ubyte
[]
iv
= [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
,
PaddingMode
paddingMode
=
PaddingMode.NoPadding
)
Meta
Source
See Implementation
crypto
aes
AESUtils
static functions
decrypt
encrypt