I’m developing a plugin for IntelliJ and need to store some sensitive data securely. What’s the best way to store this data so that it’s not visible or accessible to users?
Thanks @ldd I came across this approach, but the issue is that the data is stored in Keychain Access, which users can access by entering their system password. They can also modify the data. Is there a way to store sensitive information that is the plugin data and not the user data so that it’s completely hidden and cannot be viewed or altered by the user?