What does Bitwarden symmetric key kepts in memory means?

Bitwarden said that the symmetric key is kepted in memory while the app is unlocked so that it can decrypts vault data. In a web app, does this means something like setting state in React? If so, how is this secure considering I can just use a React dev tools to inspect the state from my browser?

1 Like