<s>
wxSQLite3	B-Language
is	O
a	O
C++	B-Language
wrapper	O
around	O
the	O
public	O
domain	O
SQLite	B-Language
3.x	O
database	O
and	O
is	O
specifically	O
designed	O
for	O
use	O
in	O
programs	O
based	O
on	O
the	O
wxWidgets	B-Language
library	O
.	O
</s>
<s>
wxSQLite3	B-Language
does	O
not	O
try	O
to	O
hide	O
the	O
underlying	O
database	O
,	O
in	O
contrary	O
almost	O
all	O
special	O
features	O
of	O
the	O
current	O
SQLite	B-Language
version	O
3.41.1	O
are	O
supported	O
,	O
like	O
for	O
example	O
the	O
creation	O
of	O
user	O
defined	O
scalar	O
or	O
aggregate	O
functions	O
.	O
</s>
<s>
Since	O
SQLite	B-Language
stores	O
strings	O
in	O
UTF-8	O
encoding	O
,	O
the	O
wxSQLite3	B-Language
methods	O
provide	O
automatic	O
conversion	O
between	O
wxStrings	O
and	O
UTF-8	O
strings	O
.	O
</s>
<s>
This	O
works	O
best	O
for	O
the	O
Unicode	O
builds	O
of	O
wxWidgets	B-Language
.	O
</s>
<s>
Starting	O
with	O
version	O
1.9.6	O
of	O
wxSQLite3	B-Language
the	O
encryption	O
extension	O
is	O
compatible	O
with	O
the	O
SQLite	B-Language
amalgamation	O
source	O
and	O
includes	O
the	O
extension	O
functions	O
module	O
.	O
</s>
<s>
Since	O
version	O
3.5.0	O
the	O
SQLite	B-Language
library	O
is	O
an	O
integrated	O
part	O
of	O
wxSQLite3	B-Language
.	O
</s>
<s>
Since	O
version	O
4.0.0	O
wxSQLite3	B-Language
supports	O
to	O
select	O
the	O
encryption	O
scheme	O
at	O
runtime	O
.	O
</s>
<s>
In	O
addition	O
to	O
the	O
wxSQLite3	B-Language
legacy	O
schemes	O
,	O
AES-128	O
bit	O
and	O
AES-256	O
bit	O
,	O
three	O
other	O
encryption	O
schemes	O
,	O
namely	O
(	O
aka	O
ChaCha20	O
-	O
Poly1305	O
)	O
,	O
(	O
aka	O
AES-256	O
bit	O
-	O
SHA-1/SHA256/SHA512	O
-	O
all	O
SQLCipher	O
variants	O
from	O
version	O
1	O
up	O
to	O
version	O
4	O
supported	O
)	O
,	O
and	O
(	O
aka	O
RC4	O
)	O
can	O
be	O
selected	O
.	O
</s>
<s>
Since	O
version	O
4.6.0	O
wxSQLite3	B-Language
uses	O
a	O
separate	O
implementation	O
of	O
the	O
encryption	O
extension	O
,	O
namely	O
,	O
because	O
the	O
formerly	O
used	O
SQLITE_HAS_CODEC	O
interface	O
was	O
removed	O
from	O
SQLite	B-Language
in	O
February	O
2020	O
.	O
</s>
