This extension helps to store data for your app in a secure format locally on the user’s device.
How It Works

Blocks
![]()
isReady – Returns if SecureDB is ready.
![]()
DestroyDB – Destroys SecureDB instance.

StoreValue – Store the given value under the given tag…

GetValueWithTag – Retrieve the value stored under the given tag.
![]()
tagCount – Check total tag count

GetValue – Retrieve the value stored under the given tag.
![]()
ClearAll – Clear the entire data store.

tagExist – Check if any tag exists.

ClearTag – Check total entry count.
Usage

