{"slug":"lockr","name":"Lockr","description":"Lockr is the first API & Encryption key management service for WordPress, providing an affordable solution to secure secrets used by plugins.","author":"Chris Teitzel","active_installs":20,"version":"3.0.4","wp_org_url":"https://wordpress.org/plugins/lockr/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"lockr_keys","full_table_name":"wp_lockr_keys","description":"Stores lockr keys data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_lockr_keys` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\\n  `key_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `key_value` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `key_label` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `key_abstract` text COLLATE utf8mb4_unicode_520_ci,\\n  `dev_abstract` text COLLATE utf8mb4_unicode_520_ci,\\n  `auto_created` tinyint(1) DEFAULT NULL,\\n  `option_override` text COLLATE utf8mb4_unicode_520_ci,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":1}