I am currently developing a very large project at TAURI.
I have adopted the official Stronghold plugin for storing crypto keys and other information, but the Stronghold plugin is very slow in initializing, inserting and reading data, and other operations.
It is excruciatingly slow, especially in development builds, and we have to wait several minutes per action.
I am convinced that the Stronghold plugin is a powerful crypto storage, but the overhead is going to increase dramatically.
Any insights or solutions would be appreciated if you could contact me.
When using the Stronghold plugin, we have implemented it using the following official documentation.
https://v2.tauri.app/plugin/stronghold/
I am currently developing a very large project at TAURI. I have adopted the official Stronghold plugin for storing crypto keys and other information, but the Stronghold plugin is very slow in initializing, inserting and reading data, and other operations. It is excruciatingly slow, especially in development builds, and we have to wait several minutes per action. I am convinced that the Stronghold plugin is a powerful crypto storage, but the overhead is going to increase dramatically. Any insights or solutions would be appreciated if you could contact me. When using the Stronghold plugin, we have implemented it using the following official documentation. https://v2.tauri.app/plugin/stronghold/
Thanks!
development environment