Hey,
I started to play with cipher in termux on android.
Since cipher already uses encryption libraries, are they automatically enabled for the sqlite too? I tried SHA512(‘text’) with no luck…
If not, how can i achieve such functionality?
What is the correct way to include sqlite extentions when using cipher?
Thanks