Any other way of storing plugin admin data setting
I created a plugin, and used the add_admin_menu() to add some page for users to put their Api keys and secret word.
My page content is just a form to collect those data the users puts in, now my question is apart from sending data to database as to always retrieve them there, is there another place i can store those keys and secret word?