Secure Store in the Google Chrome Extension

In the Chrome page of the developer about storage in extensions, he explicitly says that the storage area is not encrypted, so confidential information should not be stored there.

Safari offers the SafariExtensionSecureSettings class to safely store key / value pairs. Is there an equivalent in Google Chrome?

+5
source share
1 answer

Google Chrome has no equivalent in Safari "SafariExtensionSecureSettings".

Here is another answer that describes security in localStorage in general fooobar.com/questions/113847 / ...

+3
source

All Articles