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?
Miles source
share