i am using storage framework (without sqlite) in my ionic3 app.
But I need to encrypt what I store, is there a way to achieve it ?
thanks in advance
i am using storage framework (without sqlite) in my ionic3 app.
But I need to encrypt what I store, is there a way to achieve it ?
thanks in advance
you can use crypto-js
, when storing key/value, encrypt the value with some SECRET KEY and decrypt again before accessing.