Security

You have full custody — trade securely and directly from your own wallets.

Master Password & Master Key

  • Users set a master password, used only locally.

  • Password is fed into a PBKDF2 algorithm along with a unique salt to derive a master key.

  • The master key is stored in memory only while the app is unlocked.

  • When the app is closed or locked, the master key is wiped from memory.

Last updated