Hash function in termux

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

SHA512 is not a SQL Function.

You may be able to use Commercial Edition, which offers Value Level Encryption, which is exposed as SQL several SQL encryption functions:

https://www.zetetic.net/sqlcipher/value-level-encryption/